Html Css Color HEX #8E0CDE Dark Violet

📋 copy color: '#8E0CDE'

red 142 ◦ green 12 ◦ blue 222

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

Shades of Dark Violet #8E0CDE

Tints of Dark Violet #8E0CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.04%

R = 37.77%
G = 3.19%
B = 59.04%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E0CDE (or 0x8E0CDE) is known color: Dark Violet. HEX triplet: 8E, 0C and DE. RGB value is (142,12,222). Sum of RGB (Red+Green+Blue) = 142+12+222=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 222 (87.11% from 255 or 59.04% from 376); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E0CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0CDE is #71F321. Grayscale: #4A4A4A. Windows color (decimal): -7467810 or 14552206. OLE color: 14552206.

HSL color Cylindrical-coordinate representation of color #8E0CDE: hue angle of 277.14º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E0CDE is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 12 222 -
CMYK 0.36 0.95 0 0.13
HSL 277.14º 0.9% 0.46% -
HSV(B) 277.14º 0.95% 0.87% -
XYZ 24.47 11.29 70 -
YUV 74.81 211.07 175.92 -
System Red Green Blue C M Y K H S L
Decimal 142 12 222 0.36 0.95 0 0.13 277.14 0.9 0.46
Hex 8E C DE 24 5F 0 D 115 5A 2E
Octal 216 14 336 44 137 0 15 425 132 56
Binary 10001110 1100 11011110 100100 1011111 0 1101 100010101 1011010 101110

Color Harmonies of #8E0CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0CDE

Black with #8E0CDE

Text Example


Text Example

White with #8E0CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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