Html Css Color HEX #8E0EDB Dark Violet

📋 copy color: '#8E0EDB'

red 142 ◦ green 14 ◦ blue 219

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

Shades of Dark Violet #8E0EDB

Tints of Dark Violet #8E0EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.4%

R = 37.87%
G = 3.73%
B = 58.4%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E0EDB (or 0x8E0EDB) is known color: Dark Violet. HEX triplet: 8E, 0E and DB. RGB value is (142,14,219). Sum of RGB (Red+Green+Blue) = 142+14+219=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E0EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0EDB is #71F124. Grayscale: #4A4A4A. Windows color (decimal): -7467301 or 14356110. OLE color: 14356110.

HSL color Cylindrical-coordinate representation of color #8E0EDB: hue angle of 277.46º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0EDB is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 14 219 -
CMYK 0.35 0.94 0 0.14
HSL 277.46º 0.88% 0.46% -
HSV(B) 277.46º 0.94% 0.86% -
XYZ 24.1 11.18 67.91 -
YUV 75.64 208.91 175.33 -
System Red Green Blue C M Y K H S L
Decimal 142 14 219 0.35 0.94 0 0.14 277.46 0.88 0.46
Hex 8E E DB 23 5E 0 E 115 58 2E
Octal 216 16 333 43 136 0 16 425 130 56
Binary 10001110 1110 11011011 100011 1011110 0 1110 100010101 1011000 101110

Color Harmonies of #8E0EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0EDB

Black with #8E0EDB

Text Example


Text Example

White with #8E0EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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