Html Css Color HEX #8E0CE8 Dark Violet

📋 copy color: '#8E0CE8'

red 142 ◦ green 12 ◦ blue 232

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

Shades of Dark Violet #8E0CE8

Tints of Dark Violet #8E0CE8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.11%

 BLUE value IS 232 (91.02% from 255) = 60.1%

R = 36.79%
G = 3.11%
B = 60.1%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8E0CE8 (or 0x8E0CE8) is known color: Dark Violet. HEX triplet: 8E, 0C and E8. RGB value is (142,12,232). Sum of RGB (Red+Green+Blue) = 142+12+232=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 232 (91.02% from 255 or 60.10% from 386); Max value from RGB is 232 - color contains mainly: blue. Hex color #8E0CE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E0CE8 is #71F317. Grayscale: #4B4B4B. Windows color (decimal): -7467800 or 15207566. OLE color: 15207566.

HSL color Cylindrical-coordinate representation of color #8E0CE8: hue angle of 275.45º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E0CE8 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 142 12 232 -
CMYK 0.39 0.95 0 0.09
HSL 275.45º 0.9% 0.48% -
HSV(B) 275.45º 0.95% 0.91% -
XYZ 25.85 11.84 77.27 -
YUV 75.95 216.07 175.11 -
System Red Green Blue C M Y K H S L
Decimal 142 12 232 0.39 0.95 0 0.09 275.45 0.9 0.48
Hex 8E C E8 27 5F 0 9 113 5A 30
Octal 216 14 350 47 137 0 11 423 132 60
Binary 10001110 1100 11101000 100111 1011111 0 1001 100010011 1011010 110000

Color Harmonies of #8E0CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0CE8

Black with #8E0CE8

Text Example


Text Example

White with #8E0CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,12,232); }

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

background-color css

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

 a { background-color: rgb(142,12,232); }

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

border-color css

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

 span { border-color: rgb(142,12,232); }

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