#860DCA

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

Shades of Dark Violet #860DCA

Tints of Dark Violet #860DCA

Color information

#860DCA (or 0x860DCA) is unknown color: approx Dark Violet. HEX triplet: 86, 0D and CA. RGB value is (134,13,202). Sum of RGB (Red+Green+Blue) = 134+13+202=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 202 (79.30% from 255 or 57.88% from 349); Max value from RGB is 202 - color contains mainly: blue. Hex color #860DCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860DCA is #79F235. Grayscale: #464646. Windows color (decimal): -7991862 or 13241734. OLE color: 13241734.

HSL color Cylindrical-coordinate representation of color #860DCA: hue angle of 278.41º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860DCA is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13413202-
CMYK0.340.9400.21
HSL278.41º87.91%42.16%-
HSV(B)278.41º93.56%79.22%-
XYZ20.649.6256.65-
YUV70.72202.09173.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.40%
GREEN value IS 13 (5.47% from 255) = 3.72%
BLUE value IS 202 (79.30% from 255) = 57.88%
R=38.40%
G=3.72%
B=57.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal134132020.340.9400.21278.4187.9142.16
Hex86DCA225E015116582a
Octal206153124213602542613052
Binary1000011011011100101010001010111100101011000101101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,13,202); }

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

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

 a { background-color: rgb(134,13,202); }

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

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

 span { border-color: rgb(134,13,202); }

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