Html Css Color HEX #8E0CAF Dark Violet

📋 copy color: '#8E0CAF'

red 142 ◦ green 12 ◦ blue 175

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

Shades of Dark Violet #8E0CAF

Tints of Dark Violet #8E0CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.19%

R = 43.16%
G = 3.65%
B = 53.19%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8E0CAF (or 0x8E0CAF) is known color: Dark Violet. HEX triplet: 8E, 0C and AF. RGB value is (142,12,175). Sum of RGB (Red+Green+Blue) = 142+12+175=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E0CAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0CAF is #71F350. Grayscale: #444444. Windows color (decimal): -7467857 or 11472014. OLE color: 11472014.

HSL color Cylindrical-coordinate representation of color #8E0CAF: hue angle of 287.85º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E0CAF is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 142 12 175 -
CMYK 0.19 0.93 0 0.31
HSL 287.85º 0.87% 0.37% -
HSV(B) 287.85º 0.93% 0.69% -
XYZ 19.02 9.11 41.31 -
YUV 69.45 187.57 179.75 -
System Red Green Blue C M Y K H S L
Decimal 142 12 175 0.19 0.93 0 0.31 287.85 0.87 0.37
Hex 8E C AF 13 5D 0 1F 120 57 25
Octal 216 14 257 23 135 0 37 440 127 45
Binary 10001110 1100 10101111 10011 1011101 0 11111 100100000 1010111 100101

Color Harmonies of #8E0CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0CAF

Black with #8E0CAF

Text Example


Text Example

White with #8E0CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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