#8E0EBE

Color #8E0EBE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8E0EBE

Tints of Dark Violet #8E0EBE

Color information

#8E0EBE (or 0x8E0EBE) is unknown color: approx 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

RGB14214190-
CMYK0.250.9300.25
HSL283.64º86.27%40%-
HSV(B)283.64º92.63%74.51%-
XYZ20.619.7849.52-
YUV72.34194.41177.69-

RGB Variations

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

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 (Cyan) values IS 0.25
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142141900.250.9300.25283.6486.2740
Hex8EEBE195D01911c5628
Octal216162763113503143412650
Binary100011101110101111101100110111010110011000111001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>