#860EC2

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

Shades of Dark Violet #860EC2

Tints of Dark Violet #860EC2

Color information

#860EC2 (or 0x860EC2) is unknown color: approx Dark Violet. HEX triplet: 86, 0E and C2. RGB value is (134,14,194). Sum of RGB (Red+Green+Blue) = 134+14+194=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 194 (76.17% from 255 or 56.73% from 342); Max value from RGB is 194 - color contains mainly: blue. Hex color #860EC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860EC2 is #79F13D. Grayscale: #454545. Windows color (decimal): -7991614 or 12717702. OLE color: 12717702.

HSL color Cylindrical-coordinate representation of color #860EC2: hue angle of 280º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860EC2 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13414194-
CMYK0.310.9300.24
HSL280º86.54%40.78%-
HSV(B)280º92.78%76.08%-
XYZ19.739.2851.79-
YUV70.4197.76173.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.18%
GREEN value IS 14 (5.86% from 255) = 4.09%
BLUE value IS 194 (76.17% from 255) = 56.73%
R=39.18%
G=4.09%
B=56.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134141940.310.9300.2428086.5440.78
Hex86EC21F5D0181185729
Octal206163023713503043012751
Binary100001101110110000101111110111010110001000110001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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