#8E5CBE

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

Shades of Deep Lilac #8E5CBE

Tints of Deep Lilac #8E5CBE

Color information

#8E5CBE (or 0x8E5CBE) is unknown color: approx Deep Lilac. HEX triplet: 8E, 5C and BE. RGB value is (142,92,190). Sum of RGB (Red+Green+Blue) = 142+92+190=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E5CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5CBE is #71A341. Grayscale: #757575. Windows color (decimal): -7447362 or 12475534. OLE color: 12475534.

HSL color Cylindrical-coordinate representation of color #8E5CBE: hue angle of 270.61º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E5CBE is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14292190-
CMYK0.250.5200.25
HSL270.61º42.98%55.29%-
HSV(B)270.61º51.58%74.51%-
XYZ24.2817.1250.74-
YUV118.12168.56145.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.49%
GREEN value IS 92 (36.33% from 255) = 21.70%
BLUE value IS 190 (74.61% from 255) = 44.81%
R=33.49%
G=21.70%
B=44.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142921900.250.5200.25270.6142.9855.29
Hex8E5CBE193401910f2b37
Octal21613427631640314175367
Binary1000111010111001011111011001110100011001100001111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,92,190); }

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

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

 a { background-color: rgb(142,92,190); }

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

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

 span { border-color: rgb(142,92,190); }

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