#9961BA

Color #9961BA Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9961BA

Tints of Deep Lilac #9961BA

Color information

#9961BA (or 0x9961BA) is unknown color: approx Deep Lilac. HEX triplet: 99, 61 and BA. RGB value is (153,97,186). Sum of RGB (Red+Green+Blue) = 153+97+186=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #9961BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9961BA is #669E45. Grayscale: #7B7B7B. Windows color (decimal): -6725190 or 12214681. OLE color: 12214681.

HSL color Cylindrical-coordinate representation of color #9961BA: hue angle of 277.75º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9961BA is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15397186-
CMYK0.180.4800.27
HSL277.75º39.21%55.49%-
HSV(B)277.75º47.85%72.94%-
XYZ26.2718.8748.71-
YUV123.89163.05148.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 97 (38.28% from 255) = 22.25%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=35.09%
G=22.25%
B=42.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153971860.180.4800.27277.7539.2155.49
Hex9961BA123001B1162737
Octal23114127222600334264767
Binary1001100111000011011101010010110000011011100010110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9961BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9961BA; }

 p { color: rgb(153,97,186); }

 H1.HeaderClassName
 {
   color: #9961BA;
 }
 .AnyTagClassName
 {
   color: #9961BA;
 }
</style>
background-color css

<style>
 a { background-color: #9961BA; }

 a { background-color: rgb(153,97,186); }

 div.DivClassName
 {
   background-color: #9961BA;
 }
 .BgClassName
 {
   background-color: #9961BA;
 }
</style>
border-color css

<style>
 span { border-color: #9961BA; }

 span { border-color: rgb(153,97,186); }

 td.TdClassName
 {
   border-color: #9961BA;
 }
 .TagClassName
 {
   border-color: #9961BA;
 }
</style>