#860DD2

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

Shades of Dark Violet #860DD2

Tints of Dark Violet #860DD2

Color information

#860DD2 (or 0x860DD2) is unknown color: approx Dark Violet. HEX triplet: 86, 0D and D2. RGB value is (134,13,210). Sum of RGB (Red+Green+Blue) = 134+13+210=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 210 (82.42% from 255 or 58.82% from 357); Max value from RGB is 210 - color contains mainly: blue. Hex color #860DD2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860DD2 is #79F22D. Grayscale: #464646. Windows color (decimal): -7991854 or 13766022. OLE color: 13766022.

HSL color Cylindrical-coordinate representation of color #860DD2: hue angle of 276.85º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860DD2 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13413210-
CMYK0.360.9400.18
HSL276.85º88.34%43.73%-
HSV(B)276.85º93.81%82.35%-
XYZ21.6110.0161.77-
YUV71.64206.09172.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.54%
GREEN value IS 13 (5.47% from 255) = 3.64%
BLUE value IS 210 (82.42% from 255) = 58.82%
R=37.54%
G=3.64%
B=58.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal134132100.360.9400.18276.8588.3443.73
Hex86DD2245E012115582c
Octal206153224413602242513054
Binary1000011011011101001010010010111100100101000101011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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