#8940B6

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

Shades of Deep Lilac #8940B6

Tints of Deep Lilac #8940B6

Color information

#8940B6 (or 0x8940B6) is unknown color: approx Deep Lilac. HEX triplet: 89, 40 and B6. RGB value is (137,64,182). Sum of RGB (Red+Green+Blue) = 137+64+182=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 182 (71.48% from 255 or 47.52% from 383); Max value from RGB is 182 - color contains mainly: blue. Hex color #8940B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8940B6 is #76BF49. Grayscale: #626262. Windows color (decimal): -7782218 or 11944073. OLE color: 11944073.

HSL color Cylindrical-coordinate representation of color #8940B6: hue angle of 277.12º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8940B6 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13764182-
CMYK0.250.6500.29
HSL277.12º47.97%48.24%-
HSV(B)277.12º64.84%71.37%-
XYZ20.5912.3645.56-
YUV99.28174.68154.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.77%
GREEN value IS 64 (25.39% from 255) = 16.71%
BLUE value IS 182 (71.48% from 255) = 47.52%
R=35.77%
G=16.71%
B=47.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal137641820.250.6500.29277.1247.9748.24
Hex8940B6194101D1153030
Octal211100266311010354256060
Binary10001001100000010110110110011000001011101100010101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8940B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8940B6; }

 p { color: rgb(137,64,182); }

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

<style>
 a { background-color: #8940B6; }

 a { background-color: rgb(137,64,182); }

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

<style>
 span { border-color: #8940B6; }

 span { border-color: rgb(137,64,182); }

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