Html Css Color HEX #8E4CBA Deep Lilac

📋 copy color: '#8E4CBA'

red 142 ◦ green 76 ◦ blue 186

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

Shades of Deep Lilac #8E4CBA

Tints of Deep Lilac #8E4CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.81%

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

R = 35.15%
G = 18.81%
B = 46.04%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E4CBA (or 0x8E4CBA) is known color: Deep Lilac. HEX triplet: 8E, 4C and BA. RGB value is (142,76,186). Sum of RGB (Red+Green+Blue) = 142+76+186=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E4CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E4CBA is #71B345. Grayscale: #6B6B6B. Windows color (decimal): -7451462 or 12209294. OLE color: 12209294.

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

Color convert

RGB 142 76 186 -
CMYK 0.24 0.59 0 0.27
HSL 276º 0.44% 0.51% -
HSV(B) 276º 0.59% 0.73% -
XYZ 22.6 14.46 48.06 -
YUV 108.27 171.87 152.06 -
System Red Green Blue C M Y K H S L
Decimal 142 76 186 0.24 0.59 0 0.27 276 0.44 0.51
Hex 8E 4C BA 18 3B 0 1B 114 2C 33
Octal 216 114 272 30 73 0 33 424 54 63
Binary 10001110 1001100 10111010 11000 111011 0 11011 100010100 101100 110011

Color Harmonies of #8E4CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4CBA

Black with #8E4CBA

Text Example


Text Example

White with #8E4CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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