Html Css Color HEX #8E5ABC Deep Lilac

📋 copy color: '#8E5ABC'

red 142 ◦ green 90 ◦ blue 188

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

Shades of Deep Lilac #8E5ABC

Tints of Deep Lilac #8E5ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.43%

 BLUE value IS 188 (73.83% from 255) = 44.76%

R = 33.81%
G = 21.43%
B = 44.76%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E5ABC (or 0x8E5ABC) is known color: Deep Lilac. HEX triplet: 8E, 5A and BC. RGB value is (142,90,188). Sum of RGB (Red+Green+Blue) = 142+90+188=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E5ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5ABC is #71A543. Grayscale: #747474. Windows color (decimal): -7447876 or 12343950. OLE color: 12343950.

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

Color convert

RGB 142 90 188 -
CMYK 0.24 0.52 0 0.26
HSL 271.84º 0.42% 0.55% -
HSV(B) 271.84º 0.52% 0.74% -
XYZ 23.89 16.69 49.54 -
YUV 116.72 168.23 146.03 -
System Red Green Blue C M Y K H S L
Decimal 142 90 188 0.24 0.52 0 0.26 271.84 0.42 0.55
Hex 8E 5A BC 18 34 0 1A 110 2A 37
Octal 216 132 274 30 64 0 32 420 52 67
Binary 10001110 1011010 10111100 11000 110100 0 11010 100010000 101010 110111

Color Harmonies of #8E5ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5ABC

Black with #8E5ABC

Text Example


Text Example

White with #8E5ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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