#860EC7

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

Shades of Dark Violet #860EC7

Tints of Dark Violet #860EC7

Color information

#860EC7 (or 0x860EC7) is unknown color: approx Dark Violet. HEX triplet: 86, 0E and C7. RGB value is (134,14,199). Sum of RGB (Red+Green+Blue) = 134+14+199=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 199 (78.12% from 255 or 57.35% from 347); Max value from RGB is 199 - color contains mainly: blue. Hex color #860EC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860EC7 is #79F138. Grayscale: #464646. Windows color (decimal): -7991609 or 13045382. OLE color: 13045382.

HSL color Cylindrical-coordinate representation of color #860EC7: hue angle of 278.92º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860EC7 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13414199-
CMYK0.330.9300.22
HSL278.92º86.85%41.76%-
HSV(B)278.92º92.96%78.04%-
XYZ20.39.5154.8-
YUV70.97200.26172.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 14 (5.86% from 255) = 4.03%
BLUE value IS 199 (78.12% from 255) = 57.35%
R=38.62%
G=4.03%
B=57.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal134141990.330.9300.22278.9286.8541.76
Hex86EC7215D016117572a
Octal206163074113502642712752
Binary1000011011101100011110000110111010101101000101111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860EC7; }

 p { color: rgb(134,14,199); }

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

<style>
 a { background-color: #860EC7; }

 a { background-color: rgb(134,14,199); }

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

<style>
 span { border-color: #860EC7; }

 span { border-color: rgb(134,14,199); }

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