#8E5BAF

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

Shades of Deep Lilac #8E5BAF

Tints of Deep Lilac #8E5BAF

Color information

#8E5BAF (or 0x8E5BAF) is unknown color: approx Deep Lilac. HEX triplet: 8E, 5B and AF. RGB value is (142,91,175). Sum of RGB (Red+Green+Blue) = 142+91+175=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E5BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5BAF is #71A450. Grayscale: #737373. Windows color (decimal): -7447633 or 11492238. OLE color: 11492238.

HSL color Cylindrical-coordinate representation of color #8E5BAF: hue angle of 276.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E5BAF is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14291175-
CMYK0.190.4800.31
HSL276.43º34.43%52.16%-
HSV(B)276.43º48%68.63%-
XYZ22.6316.3342.52-
YUV115.82161.4146.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.80%
GREEN value IS 91 (35.94% from 255) = 22.30%
BLUE value IS 175 (68.75% from 255) = 42.89%
R=34.80%
G=22.30%
B=42.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142911750.190.4800.31276.4334.4352.16
Hex8E5BAF133001F1142234
Octal21613325723600374244264
Binary1000111010110111010111110011110000011111100010100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,91,175); }

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

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

 a { background-color: rgb(142,91,175); }

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

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

 span { border-color: rgb(142,91,175); }

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