#8E00C1

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

Shades of Dark Violet #8E00C1

Tints of Dark Violet #8E00C1

Color information

#8E00C1 (or 0x8E00C1) is unknown color: approx Dark Violet. HEX triplet: 8E, 00 and C1. RGB value is (142,0,193). Sum of RGB (Red+Green+Blue) = 142+0+193=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 193 (75.78% from 255 or 57.61% from 335); Max value from RGB is 193 - color contains mainly: blue. Hex color #8E00C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E00C1 is #71FF3E. Grayscale: #3F3F3F. Windows color (decimal): -7470911 or 12648590. OLE color: 12648590.

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

Color convert

RGB1420193-
CMYK0.26100.24
HSL284.15º100%37.84%-
HSV(B)284.15º100%75.69%-
XYZ20.789.651.21-
YUV64.46200.54183.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 193 (75.78% from 255) = 57.61%
R=42.39%
G=0%
B=57.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal14201930.26100.24284.1510037.84
Hex8E0C11A6401811c6426
Octal21603013214403043414446
Binary100011100110000011101011001000110001000111001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E00C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,0,193); }

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

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

 a { background-color: rgb(142,0,193); }

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

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

 span { border-color: rgb(142,0,193); }

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