#9942BF

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

Shades of Deep Lilac #9942BF

Tints of Deep Lilac #9942BF

Color information

#9942BF (or 0x9942BF) is unknown color: approx Deep Lilac. HEX triplet: 99, 42 and BF. RGB value is (153,66,191). Sum of RGB (Red+Green+Blue) = 153+66+191=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #9942BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9942BF is #66BD40. Grayscale: #696969. Windows color (decimal): -6733121 or 12534425. OLE color: 12534425.

HSL color Cylindrical-coordinate representation of color #9942BF: hue angle of 281.76º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9942BF is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15366191-
CMYK0.200.6500.25
HSL281.76º49.41%50.39%-
HSV(B)281.76º65.45%74.9%-
XYZ24.4914.4350.78-
YUV106.26175.82161.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.32%
GREEN value IS 66 (26.17% from 255) = 16.10%
BLUE value IS 191 (75% from 255) = 46.59%
R=37.32%
G=16.10%
B=46.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153661910.200.6500.25281.7649.4150.39
Hex9942BF144101911a3132
Octal231102277241010314326162
Binary10011001100001010111111101001000001011001100011010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9942BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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