#8E5CBC

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

Shades of Deep Lilac #8E5CBC

Tints of Deep Lilac #8E5CBC

Color information

#8E5CBC (or 0x8E5CBC) is unknown color: approx Deep Lilac. HEX triplet: 8E, 5C and BC. RGB value is (142,92,188). Sum of RGB (Red+Green+Blue) = 142+92+188=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E5CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5CBC is #71A343. Grayscale: #757575. Windows color (decimal): -7447364 or 12344462. OLE color: 12344462.

HSL color Cylindrical-coordinate representation of color #8E5CBC: hue angle of 271.25º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E5CBC is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14292188-
CMYK0.240.5100.26
HSL271.25º41.74%54.9%-
HSV(B)271.25º51.06%73.73%-
XYZ24.0617.0449.6-
YUV117.89167.56145.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.65%
GREEN value IS 92 (36.33% from 255) = 21.80%
BLUE value IS 188 (73.83% from 255) = 44.55%
R=33.65%
G=21.80%
B=44.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal142921880.240.5100.26271.2541.7454.9
Hex8E5CBC183301A10f2a37
Octal21613427430630324175267
Binary1000111010111001011110011000110011011010100001111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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