Html Css Color HEX #8E5CBD Deep Lilac

📋 copy color: '#8E5CBD'

red 142 ◦ green 92 ◦ blue 189

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

Shades of Deep Lilac #8E5CBD

Tints of Deep Lilac #8E5CBD

RGB

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

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

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

R = 33.57%
G = 21.75%
B = 44.68%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E5CBD (or 0x8E5CBD) is known color: Deep Lilac. HEX triplet: 8E, 5C and BD. RGB value is (142,92,189). Sum of RGB (Red+Green+Blue) = 142+92+189=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E5CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5CBD is #71A342. Grayscale: #757575. Windows color (decimal): -7447363 or 12409998. OLE color: 12409998.

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

Color convert

RGB 142 92 189 -
CMYK 0.25 0.51 0 0.26
HSL 270.93º 0.42% 0.55% -
HSV(B) 270.93º 0.51% 0.74% -
XYZ 24.17 17.08 50.17 -
YUV 118.01 168.07 145.11 -
System Red Green Blue C M Y K H S L
Decimal 142 92 189 0.25 0.51 0 0.26 270.93 0.42 0.55
Hex 8E 5C BD 19 33 0 1A 10F 2A 37
Octal 216 134 275 31 63 0 32 417 52 67
Binary 10001110 1011100 10111101 11001 110011 0 11010 100001111 101010 110111

Color Harmonies of #8E5CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5CBD

Black with #8E5CBD

Text Example


Text Example

White with #8E5CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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