#860DCD

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

Shades of Dark Violet #860DCD

Tints of Dark Violet #860DCD

Color information

#860DCD (or 0x860DCD) is unknown color: approx Dark Violet. HEX triplet: 86, 0D and CD. RGB value is (134,13,205). Sum of RGB (Red+Green+Blue) = 134+13+205=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #860DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860DCD is #79F232. Grayscale: #464646. Windows color (decimal): -7991859 or 13438342. OLE color: 13438342.

HSL color Cylindrical-coordinate representation of color #860DCD: hue angle of 277.81º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860DCD is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13413205-
CMYK0.350.9400.20
HSL277.81º88.07%42.75%-
HSV(B)277.81º93.66%80.39%-
XYZ20.999.7658.54-
YUV71.07203.59172.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.07%
GREEN value IS 13 (5.47% from 255) = 3.69%
BLUE value IS 205 (80.47% from 255) = 58.24%
R=38.07%
G=3.69%
B=58.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal134132050.350.9400.20277.8188.0742.75
Hex86DCD235E014116582b
Octal206153154313602442613053
Binary1000011011011100110110001110111100101001000101101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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