#860ECF

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

Shades of Dark Violet #860ECF

Tints of Dark Violet #860ECF

Color information

#860ECF (or 0x860ECF) is unknown color: approx Dark Violet. HEX triplet: 86, 0E and CF. RGB value is (134,14,207). Sum of RGB (Red+Green+Blue) = 134+14+207=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #860ECF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860ECF is #79F130. Grayscale: #474747. Windows color (decimal): -7991601 or 13569670. OLE color: 13569670.

HSL color Cylindrical-coordinate representation of color #860ECF: hue angle of 277.31º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860ECF is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13414207-
CMYK0.350.9300.19
HSL277.31º87.33%43.33%-
HSV(B)277.31º93.24%81.18%-
XYZ21.259.8959.82-
YUV71.88204.26172.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 14 (5.86% from 255) = 3.94%
BLUE value IS 207 (81.25% from 255) = 58.31%
R=37.75%
G=3.94%
B=58.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal134142070.350.9300.19277.3187.3343.33
Hex86ECF235D013115572b
Octal206163174313502342512753
Binary1000011011101100111110001110111010100111000101011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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