Html Css Color HEX #8E0EBE Dark Violet

📋 copy color: '#8E0EBE'

red 142 ◦ green 14 ◦ blue 190

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

Shades of Dark Violet #8E0EBE

Tints of Dark Violet #8E0EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.91%

R = 41.04%
G = 4.05%
B = 54.91%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E0EBE (or 0x8E0EBE) is known color: Dark Violet. HEX triplet: 8E, 0E and BE. RGB value is (142,14,190). Sum of RGB (Red+Green+Blue) = 142+14+190=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E0EBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0EBE is #71F141. Grayscale: #474747. Windows color (decimal): -7467330 or 12455566. OLE color: 12455566.

HSL color Cylindrical-coordinate representation of color #8E0EBE: hue angle of 283.64º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E0EBE is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 14 190 -
CMYK 0.25 0.93 0 0.25
HSL 283.64º 0.86% 0.4% -
HSV(B) 283.64º 0.93% 0.75% -
XYZ 20.61 9.78 49.52 -
YUV 72.34 194.41 177.69 -
System Red Green Blue C M Y K H S L
Decimal 142 14 190 0.25 0.93 0 0.25 283.64 0.86 0.4
Hex 8E E BE 19 5D 0 19 11C 56 28
Octal 216 16 276 31 135 0 31 434 126 50
Binary 10001110 1110 10111110 11001 1011101 0 11001 100011100 1010110 101000

Color Harmonies of #8E0EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0EBE

Black with #8E0EBE

Text Example


Text Example

White with #8E0EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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