#8942BC

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

Shades of Deep Lilac #8942BC

Tints of Deep Lilac #8942BC

Color information

#8942BC (or 0x8942BC) is unknown color: approx Deep Lilac. HEX triplet: 89, 42 and BC. RGB value is (137,66,188). Sum of RGB (Red+Green+Blue) = 137+66+188=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #8942BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8942BC is #76BD43. Grayscale: #646464. Windows color (decimal): -7781700 or 12337801. OLE color: 12337801.

HSL color Cylindrical-coordinate representation of color #8942BC: hue angle of 274.92º 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 #8942BC is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13766188-
CMYK0.270.6500.26
HSL274.92º48.03%49.8%-
HSV(B)274.92º64.89%73.73%-
XYZ21.3412.8548.93-
YUV101.14177.02153.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.04%
GREEN value IS 66 (26.17% from 255) = 16.88%
BLUE value IS 188 (73.83% from 255) = 48.08%
R=35.04%
G=16.88%
B=48.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal137661880.270.6500.26274.9248.0349.8
Hex8942BC1B4101A1133032
Octal211102274331010324236062
Binary10001001100001010111100110111000001011010100010011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8942BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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