#8C01E6

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

Shades of Dark Violet #8C01E6

Tints of Dark Violet #8C01E6

Color information

#8C01E6 (or 0x8C01E6) is unknown color: approx Dark Violet. HEX triplet: 8C, 01 and E6. RGB value is (140,1,230). Sum of RGB (Red+Green+Blue) = 140+1+230=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 230 (90.23% from 255 or 61.99% from 371); Max value from RGB is 230 - color contains mainly: blue. Hex color #8C01E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C01E6 is #73FE19. Grayscale: #434343. Windows color (decimal): -7601690 or 15073676. OLE color: 15073676.

HSL color Cylindrical-coordinate representation of color #8C01E6: hue angle of 276.42º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C01E6 is Cyan = 0.39, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1401230-
CMYK0.391.0000.10
HSL276.42º99.13%45.29%-
HSV(B)276.42º99.57%90.2%-
XYZ25.1111.3175.72-
YUV68.67219.05178.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.74%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 230 (90.23% from 255) = 61.99%
R=37.74%
G=0.27%
B=61.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal14012300.391.0000.10276.4299.1345.29
Hex8C1E627640A114632d
Octal21413464714401242414355
Binary100011001111001101001111100100010101000101001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C01E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,1,230); }

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

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

 a { background-color: rgb(140,1,230); }

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

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

 span { border-color: rgb(140,1,230); }

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