#8E01BF

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

Shades of Dark Violet #8E01BF

Tints of Dark Violet #8E01BF

Color information

#8E01BF (or 0x8E01BF) is unknown color: approx Dark Violet. HEX triplet: 8E, 01 and BF. RGB value is (142,1,191). Sum of RGB (Red+Green+Blue) = 142+1+191=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E01BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E01BF is #71FE40. Grayscale: #404040. Windows color (decimal): -7470657 or 12517774. OLE color: 12517774.

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

Color convert

RGB1421191-
CMYK0.260.9900.25
HSL284.53º98.96%37.65%-
HSV(B)284.53º99.48%74.9%-
XYZ20.579.5350.05-
YUV64.82199.21183.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.51%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 191 (75% from 255) = 57.19%
R=42.51%
G=0.30%
B=57.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14211910.260.9900.25284.5398.9637.65
Hex8E1BF1A6301911d6326
Octal21612773214303143514346
Binary100011101101111111101011000110110011000111011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E01BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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