Html Css Color HEX #8E0DDB Dark Violet

📋 copy color: '#8E0DDB'

red 142 ◦ green 13 ◦ blue 219

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

Shades of Dark Violet #8E0DDB

Tints of Dark Violet #8E0DDB

RGB

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

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

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

R = 37.97%
G = 3.48%
B = 58.56%

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

#8E0DDB (or 0x8E0DDB) is known color: Dark Violet. HEX triplet: 8E, 0D and DB. RGB value is (142,13,219). Sum of RGB (Red+Green+Blue) = 142+13+219=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E0DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0DDB is #71F224. Grayscale: #4A4A4A. Windows color (decimal): -7467557 or 14355854. OLE color: 14355854.

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

Color convert

RGB 142 13 219 -
CMYK 0.35 0.94 0 0.14
HSL 277.57º 0.89% 0.45% -
HSV(B) 277.57º 0.94% 0.86% -
XYZ 24.09 11.15 67.9 -
YUV 75.06 209.24 175.75 -
System Red Green Blue C M Y K H S L
Decimal 142 13 219 0.35 0.94 0 0.14 277.57 0.89 0.45
Hex 8E D DB 23 5E 0 E 116 59 2D
Octal 216 15 333 43 136 0 16 426 131 55
Binary 10001110 1101 11011011 100011 1011110 0 1110 100010110 1011001 101101

Color Harmonies of #8E0DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0DDB

Black with #8E0DDB

Text Example


Text Example

White with #8E0DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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