#8942BD

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

Shades of Deep Lilac #8942BD

Tints of Deep Lilac #8942BD

Color information

#8942BD (or 0x8942BD) is unknown color: approx Deep Lilac. HEX triplet: 89, 42 and BD. RGB value is (137,66,189). Sum of RGB (Red+Green+Blue) = 137+66+189=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #8942BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8942BD is #76BD42. Grayscale: #646464. Windows color (decimal): -7781699 or 12403337. OLE color: 12403337.

HSL color Cylindrical-coordinate representation of color #8942BD: hue angle of 274.63º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8942BD is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13766189-
CMYK0.280.6500.26
HSL274.63º48.24%50%-
HSV(B)274.63º65.08%74.12%-
XYZ21.4512.8949.5-
YUV101.25177.52153.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.95%
GREEN value IS 66 (26.17% from 255) = 16.84%
BLUE value IS 189 (74.22% from 255) = 48.21%
R=34.95%
G=16.84%
B=48.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal137661890.280.6500.26274.6348.2450
Hex8942BD1C4101A1133032
Octal211102275341010324236062
Binary10001001100001010111101111001000001011010100010011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8942BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8942BD; }

 p { color: rgb(137,66,189); }

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

<style>
 a { background-color: #8942BD; }

 a { background-color: rgb(137,66,189); }

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

<style>
 span { border-color: #8942BD; }

 span { border-color: rgb(137,66,189); }

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