Color Hex Logo

#9961fa Color Hex

#9961FA
(153,97,250)
0 Favorites   0 Comments

Color spaces of #9961fa

RGB 15397250
HSL0.730.940.68
HSV262°61°98°
CMYK 0.390.610.00   0.02
XYZ34.666922.223892.9050
Yxy22.22380.23140.1484
Hunter Lab47.142148.7648-83.8458
CIE-Lab54.263754.3811-68.5510

#9961fa color RGB value is (153,97,250).

#9961fa hex color red value is 153, green value is 97 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9961fa hue: 0.73 , saturation: 0.94 and the lightness value of 9961fa is 0.68.

The process color (four color CMYK) of #9961fa color hex is 0.39, 0.61, 0.00, 0.02. Web safe color of #9961fa is #9966ff. Color #9961fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100001 11111010
Octal 231 141 372
Decimal 153 97 250
Hex 99 61 FA

RGB Percentages of Color #9961fa

%30.60
%19.40
%50.00

CMYK Percentages of Color #9961fa

%39
%61
%0
%2

Triadic Colors of #9961fa

#9961fa #fa9961 #61fa99

Analogous Colors of #9961fa

#9961fa #e661fa #6176fa

Monochromatic Colors of #9961fa

#9961fa

Complementary Color

#9961fa #c2fa61

#9961fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9961fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9961fa Color CSS Codes

.mybgcolor {background-color:#9961fa; } 
.myforecolor {color:#9961fa; }
.mybordercolor {border:3px solid #9961fa; }

#9961fa Text Font Color

<p style="color:#9961fa">Text here</p>

This sample text font color is #9961fa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9961fa Background Color

<div style="background-color:#9961fa">
Div content here</div>

This div background color is #9961fa


#9961fa Border Color

<div style="border:3px solid #9961fa">
Div here</div>

This div border color is #9961fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,97,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9961fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9961fa;
  -webkit-box-shadow: 1px 1px 3px 2px #9961fa;
  box-shadow:         1px 1px 3px 2px #9961fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,97,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9961fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9961fa;
  -webkit-box-shadow: 1px 1px 3px 2px #9961fa;
  box-shadow:         1px 1px 3px 2px #9961fa;">
Div content here</div>

This div box has shadow with color #9961fa

Related Colors


Comments

No comments written yet.

Please login to write comment.