Html Css Color HEX #8E0DE6 Dark Violet

📋 copy color: '#8E0DE6'

red 142 ◦ green 13 ◦ blue 230

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

Shades of Dark Violet #8E0DE6

Tints of Dark Violet #8E0DE6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.38%

 BLUE value IS 230 (90.23% from 255) = 59.74%

R = 36.88%
G = 3.38%
B = 59.74%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8E0DE6 (or 0x8E0DE6) is known color: Dark Violet. HEX triplet: 8E, 0D and E6. RGB value is (142,13,230). Sum of RGB (Red+Green+Blue) = 142+13+230=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 230 (90.23% from 255 or 59.74% from 385); Max value from RGB is 230 - color contains mainly: blue. Hex color #8E0DE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E0DE6 is #71F219. Grayscale: #4B4B4B. Windows color (decimal): -7467546 or 15076750. OLE color: 15076750.

HSL color Cylindrical-coordinate representation of color #8E0DE6: hue angle of 275.67º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0DE6 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 142 13 230 -
CMYK 0.38 0.94 0 0.10
HSL 275.67º 0.89% 0.48% -
HSV(B) 275.67º 0.94% 0.9% -
XYZ 25.58 11.75 75.78 -
YUV 76.31 214.74 174.86 -
System Red Green Blue C M Y K H S L
Decimal 142 13 230 0.38 0.94 0 0.10 275.67 0.89 0.48
Hex 8E D E6 26 5E 0 A 114 59 30
Octal 216 15 346 46 136 0 12 424 131 60
Binary 10001110 1101 11100110 100110 1011110 0 1010 100010100 1011001 110000

Color Harmonies of #8E0DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0DE6

Black with #8E0DE6

Text Example


Text Example

White with #8E0DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,13,230); }

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

background-color css

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

 a { background-color: rgb(142,13,230); }

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

border-color css

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

 span { border-color: rgb(142,13,230); }

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