#9946BA

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

Shades of Deep Lilac #9946BA

Tints of Deep Lilac #9946BA

Color information

#9946BA (or 0x9946BA) is unknown color: approx Deep Lilac. HEX triplet: 99, 46 and BA. RGB value is (153,70,186). Sum of RGB (Red+Green+Blue) = 153+70+186=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #9946BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9946BA is #66B945. Grayscale: #6B6B6B. Windows color (decimal): -6732102 or 12207769. OLE color: 12207769.

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

Color convert

RGB15370186-
CMYK0.180.6200.27
HSL282.93º45.67%50.2%-
HSV(B)282.93º62.37%72.94%-
XYZ24.1914.748.02-
YUV108.04172160.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.41%
GREEN value IS 70 (27.73% from 255) = 17.11%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=37.41%
G=17.11%
B=45.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153701860.180.6200.27282.9345.6750.2
Hex9946BA123E01B11b2e32
Octal23110627222760334335662
Binary1001100110001101011101010010111110011011100011011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9946BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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