Html Css Color HEX #8E5CBA Deep Lilac

📋 copy color: '#8E5CBA'

red 142 ◦ green 92 ◦ blue 186

#8E5CBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #8E5CBA

Tints of Deep Lilac #8E5CBA

RGB

 RED value IS 142 (55.86% from 255) = 33.81%

 GREEN value IS 92 (36.33% from 255) = 21.9%

 BLUE value IS 186 (73.05% from 255) = 44.29%

R = 33.81%
G = 21.9%
B = 44.29%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E5CBA (or 0x8E5CBA) is known color: Deep Lilac. HEX triplet: 8E, 5C and BA. RGB value is (142,92,186). Sum of RGB (Red+Green+Blue) = 142+92+186=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E5CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5CBA is #71A345. Grayscale: #757575. Windows color (decimal): -7447366 or 12213390. OLE color: 12213390.

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

Color convert

RGB 142 92 186 -
CMYK 0.24 0.51 0 0.27
HSL 271.91º 0.41% 0.55% -
HSV(B) 271.91º 0.51% 0.73% -
XYZ 23.85 16.95 48.47 -
YUV 117.67 166.57 145.36 -
System Red Green Blue C M Y K H S L
Decimal 142 92 186 0.24 0.51 0 0.27 271.91 0.41 0.55
Hex 8E 5C BA 18 33 0 1B 110 29 37
Octal 216 134 272 30 63 0 33 420 51 67
Binary 10001110 1011100 10111010 11000 110011 0 11011 100010000 101001 110111

Color Harmonies of #8E5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5CBA

Black with #8E5CBA

Text Example


Text Example

White with #8E5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E5CBA;
 }
 .AnyTagClassName
 {
   color: #8E5CBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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