Html Css Color HEX #8E5DBC Deep Lilac

📋 copy color: '#8E5DBC'

red 142 ◦ green 93 ◦ blue 188

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

Shades of Deep Lilac #8E5DBC

Tints of Deep Lilac #8E5DBC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.99%

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

R = 33.57%
G = 21.99%
B = 44.44%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E5DBC (or 0x8E5DBC) is known color: Deep Lilac. HEX triplet: 8E, 5D and BC. RGB value is (142,93,188). Sum of RGB (Red+Green+Blue) = 142+93+188=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E5DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5DBC is #71A243. Grayscale: #767676. Windows color (decimal): -7447108 or 12344718. OLE color: 12344718.

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

Color convert

RGB 142 93 188 -
CMYK 0.24 0.51 0 0.26
HSL 270.95º 0.41% 0.55% -
HSV(B) 270.95º 0.51% 0.74% -
XYZ 24.15 17.21 49.63 -
YUV 118.48 167.23 144.78 -
System Red Green Blue C M Y K H S L
Decimal 142 93 188 0.24 0.51 0 0.26 270.95 0.41 0.55
Hex 8E 5D BC 18 33 0 1A 10F 29 37
Octal 216 135 274 30 63 0 32 417 51 67
Binary 10001110 1011101 10111100 11000 110011 0 11010 100001111 101001 110111

Color Harmonies of #8E5DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5DBC

Black with #8E5DBC

Text Example


Text Example

White with #8E5DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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