#8E01BE

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

Shades of Dark Violet #8E01BE

Tints of Dark Violet #8E01BE

Color information

#8E01BE (or 0x8E01BE) is unknown color: approx Dark Violet. HEX triplet: 8E, 01 and BE. RGB value is (142,1,190). Sum of RGB (Red+Green+Blue) = 142+1+190=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E01BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E01BE is #71FE41. Grayscale: #404040. Windows color (decimal): -7470658 or 12452238. OLE color: 12452238.

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

Color convert

RGB1421190-
CMYK0.250.9900.25
HSL284.76º98.95%37.45%-
HSV(B)284.76º99.47%74.51%-
XYZ20.469.4949.47-
YUV64.7198.71183.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.64%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 190 (74.61% from 255) = 57.06%
R=42.64%
G=0.30%
B=57.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14211900.250.9900.25284.7698.9537.45
Hex8E1BE196301911d6325
Octal21612763114303143514345
Binary100011101101111101100111000110110011000111011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E01BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E01BE;
 }
 .AnyTagClassName
 {
   color: #8E01BE;
 }
</style>
background-color css

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

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

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

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

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

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