Html Css Color HEX #8E5BBD Deep Lilac

📋 copy color: '#8E5BBD'

red 142 ◦ green 91 ◦ blue 189

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

Shades of Deep Lilac #8E5BBD

Tints of Deep Lilac #8E5BBD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.56%

 BLUE value IS 189 (74.22% from 255) = 44.79%

R = 33.65%
G = 21.56%
B = 44.79%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E5BBD (or 0x8E5BBD) is known color: Deep Lilac. HEX triplet: 8E, 5B and BD. RGB value is (142,91,189). Sum of RGB (Red+Green+Blue) = 142+91+189=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E5BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5BBD is #71A442. Grayscale: #757575. Windows color (decimal): -7447619 or 12409742. OLE color: 12409742.

HSL color Cylindrical-coordinate representation of color #8E5BBD: hue angle of 271.22º degrees, saturation: 0.43, 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 #8E5BBD is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 91 189 -
CMYK 0.25 0.52 0 0.26
HSL 271.22º 0.43% 0.55% -
HSV(B) 271.22º 0.52% 0.74% -
XYZ 24.08 16.91 50.14 -
YUV 117.42 168.4 145.53 -
System Red Green Blue C M Y K H S L
Decimal 142 91 189 0.25 0.52 0 0.26 271.22 0.43 0.55
Hex 8E 5B BD 19 34 0 1A 10F 2B 37
Octal 216 133 275 31 64 0 32 417 53 67
Binary 10001110 1011011 10111101 11001 110100 0 11010 100001111 101011 110111

Color Harmonies of #8E5BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5BBD

Black with #8E5BBD

Text Example


Text Example

White with #8E5BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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