Html Css Color HEX #8E0EE0 Dark Violet

📋 copy color: '#8E0EE0'

red 142 ◦ green 14 ◦ blue 224

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

Shades of Dark Violet #8E0EE0

Tints of Dark Violet #8E0EE0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.68%

 BLUE value IS 224 (87.89% from 255) = 58.95%

R = 37.37%
G = 3.68%
B = 58.95%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8E0EE0 (or 0x8E0EE0) is known color: Dark Violet. HEX triplet: 8E, 0E and E0. RGB value is (142,14,224). Sum of RGB (Red+Green+Blue) = 142+14+224=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 224 (87.89% from 255 or 58.95% from 380); Max value from RGB is 224 - color contains mainly: blue. Hex color #8E0EE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0EE0 is #71F11F. Grayscale: #4B4B4B. Windows color (decimal): -7467296 or 14683790. OLE color: 14683790.

HSL color Cylindrical-coordinate representation of color #8E0EE0: hue angle of 276.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0EE0 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 142 14 224 -
CMYK 0.37 0.94 0 0.12
HSL 276.57º 0.88% 0.47% -
HSV(B) 276.57º 0.94% 0.88% -
XYZ 24.77 11.45 71.43 -
YUV 76.21 211.41 174.92 -
System Red Green Blue C M Y K H S L
Decimal 142 14 224 0.37 0.94 0 0.12 276.57 0.88 0.47
Hex 8E E E0 25 5E 0 C 115 58 2F
Octal 216 16 340 45 136 0 14 425 130 57
Binary 10001110 1110 11100000 100101 1011110 0 1100 100010101 1011000 101111

Color Harmonies of #8E0EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0EE0

Black with #8E0EE0

Text Example


Text Example

White with #8E0EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,14,224); }

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

background-color css

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

 a { background-color: rgb(142,14,224); }

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

border-color css

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

 span { border-color: rgb(142,14,224); }

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