#8E01BC

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

Shades of Dark Violet #8E01BC

Tints of Dark Violet #8E01BC

Color information

#8E01BC (or 0x8E01BC) is unknown color: approx Dark Violet. HEX triplet: 8E, 01 and BC. RGB value is (142,1,188). Sum of RGB (Red+Green+Blue) = 142+1+188=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E01BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E01BC is #71FE43. Grayscale: #3F3F3F. Windows color (decimal): -7470660 or 12321166. OLE color: 12321166.

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

Color convert

RGB1421188-
CMYK0.240.9900.26
HSL285.24º98.94%37.06%-
HSV(B)285.24º99.47%73.73%-
XYZ20.249.448.33-
YUV64.48197.71183.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.90%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 188 (73.83% from 255) = 56.80%
R=42.90%
G=0.30%
B=56.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14211880.240.9900.26285.2498.9437.06
Hex8E1BC186301A11d6325
Octal21612743014303243514345
Binary100011101101111001100011000110110101000111011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E01BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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