Html Css Color HEX #8E0CEA Dark Violet

📋 copy color: '#8E0CEA'

red 142 ◦ green 12 ◦ blue 234

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

Shades of Dark Violet #8E0CEA

Tints of Dark Violet #8E0CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60.31%

R = 36.6%
G = 3.09%
B = 60.31%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E0CEA (or 0x8E0CEA) is known color: Dark Violet. HEX triplet: 8E, 0C and EA. RGB value is (142,12,234). Sum of RGB (Red+Green+Blue) = 142+12+234=388 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.60% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 234 (91.80% from 255 or 60.31% from 388); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E0CEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E0CEA is #71F315. Grayscale: #4B4B4B. Windows color (decimal): -7467798 or 15338638. OLE color: 15338638.

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

Color convert

RGB 142 12 234 -
CMYK 0.39 0.95 0 0.08
HSL 275.14º 0.9% 0.48% -
HSV(B) 275.14º 0.95% 0.92% -
XYZ 26.14 11.95 78.77 -
YUV 76.18 217.07 174.95 -
System Red Green Blue C M Y K H S L
Decimal 142 12 234 0.39 0.95 0 0.08 275.14 0.9 0.48
Hex 8E C EA 27 5F 0 8 113 5A 30
Octal 216 14 352 47 137 0 10 423 132 60
Binary 10001110 1100 11101010 100111 1011111 0 1000 100010011 1011010 110000

Color Harmonies of #8E0CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0CEA

Black with #8E0CEA

Text Example


Text Example

White with #8E0CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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