#860CB7

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

Shades of Dark Violet #860CB7

Tints of Dark Violet #860CB7

Color information

#860CB7 (or 0x860CB7) is unknown color: approx Dark Violet. HEX triplet: 86, 0C and B7. RGB value is (134,12,183). Sum of RGB (Red+Green+Blue) = 134+12+183=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 183 (71.88% from 255 or 55.62% from 329); Max value from RGB is 183 - color contains mainly: blue. Hex color #860CB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860CB7 is #79F348. Grayscale: #434343. Windows color (decimal): -7992137 or 11996294. OLE color: 11996294.

HSL color Cylindrical-coordinate representation of color #860CB7: hue angle of 282.81º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860CB7 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13412183-
CMYK0.270.9300.28
HSL282.81º87.69%38.24%-
HSV(B)282.81º93.44%71.76%-
XYZ18.518.7545.51-
YUV67.97192.92175.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 12 (5.08% from 255) = 3.65%
BLUE value IS 183 (71.88% from 255) = 55.62%
R=40.73%
G=3.65%
B=55.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal134121830.270.9300.28282.8187.6938.24
Hex86CB71B5D01C11b5826
Octal206142673313503443313046
Binary100001101100101101111101110111010111001000110111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,12,183); }

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

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

 a { background-color: rgb(134,12,183); }

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

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

 span { border-color: rgb(134,12,183); }

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