Html Css Color HEX #8E0CDB Dark Violet

📋 copy color: '#8E0CDB'

red 142 ◦ green 12 ◦ blue 219

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

Shades of Dark Violet #8E0CDB

Tints of Dark Violet #8E0CDB

RGB

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

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

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

R = 38.07%
G = 3.22%
B = 58.71%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E0CDB (or 0x8E0CDB) is known color: Dark Violet. HEX triplet: 8E, 0C and DB. RGB value is (142,12,219). Sum of RGB (Red+Green+Blue) = 142+12+219=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E0CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0CDB is #71F324. Grayscale: #494949. Windows color (decimal): -7467813 or 14355598. OLE color: 14355598.

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

Color convert

RGB 142 12 219 -
CMYK 0.35 0.95 0 0.14
HSL 277.68º 0.9% 0.45% -
HSV(B) 277.68º 0.95% 0.86% -
XYZ 24.07 11.13 67.9 -
YUV 74.47 209.57 176.17 -
System Red Green Blue C M Y K H S L
Decimal 142 12 219 0.35 0.95 0 0.14 277.68 0.9 0.45
Hex 8E C DB 23 5F 0 E 116 5A 2D
Octal 216 14 333 43 137 0 16 426 132 55
Binary 10001110 1100 11011011 100011 1011111 0 1110 100010110 1011010 101101

Color Harmonies of #8E0CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0CDB

Black with #8E0CDB

Text Example


Text Example

White with #8E0CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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