#9942BA

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

Shades of Deep Lilac #9942BA

Tints of Deep Lilac #9942BA

Color information

#9942BA (or 0x9942BA) is unknown color: approx Deep Lilac. HEX triplet: 99, 42 and BA. RGB value is (153,66,186). Sum of RGB (Red+Green+Blue) = 153+66+186=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #9942BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9942BA is #66BD45. Grayscale: #696969. Windows color (decimal): -6733126 or 12206745. OLE color: 12206745.

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

Color convert

RGB15366186-
CMYK0.180.6500.27
HSL283.5º47.62%49.41%-
HSV(B)283.5º64.52%72.94%-
XYZ23.9514.2147.94-
YUV105.69173.32161.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.78%
GREEN value IS 66 (26.17% from 255) = 16.30%
BLUE value IS 186 (73.05% from 255) = 45.93%
R=37.78%
G=16.30%
B=45.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153661860.180.6500.27283.547.6249.41
Hex9942BA124101B11c3031
Octal231102272221010334346061
Binary10011001100001010111010100101000001011011100011100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9942BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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