#8D4CB4

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

Shades of Deep Lilac #8D4CB4

Tints of Deep Lilac #8D4CB4

Color information

#8D4CB4 (or 0x8D4CB4) is unknown color: approx Deep Lilac. HEX triplet: 8D, 4C and B4. RGB value is (141,76,180). Sum of RGB (Red+Green+Blue) = 141+76+180=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #8D4CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D4CB4 is #72B34B. Grayscale: #6A6A6A. Windows color (decimal): -7517004 or 11816077. OLE color: 11816077.

HSL color Cylindrical-coordinate representation of color #8D4CB4: hue angle of 277.5º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D4CB4 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14176180-
CMYK0.220.5800.29
HSL277.5º40.94%50.2%-
HSV(B)277.5º57.78%70.59%-
XYZ21.8114.1344.76-
YUV107.29169.03152.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.52%
GREEN value IS 76 (30.08% from 255) = 19.14%
BLUE value IS 180 (70.70% from 255) = 45.34%
R=35.52%
G=19.14%
B=45.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141761800.220.5800.29277.540.9450.2
Hex8D4CB4163A01D1162932
Octal21511426426720354265162
Binary1000110110011001011010010110111010011101100010110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D4CB4; }

 p { color: rgb(141,76,180); }

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

<style>
 a { background-color: #8D4CB4; }

 a { background-color: rgb(141,76,180); }

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

<style>
 span { border-color: #8D4CB4; }

 span { border-color: rgb(141,76,180); }

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