#860CB0

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

Shades of Dark Violet #860CB0

Tints of Dark Violet #860CB0

Color information

#860CB0 (or 0x860CB0) is unknown color: approx Dark Violet. HEX triplet: 86, 0C and B0. RGB value is (134,12,176). Sum of RGB (Red+Green+Blue) = 134+12+176=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 176 (69.14% from 255 or 54.66% from 322); Max value from RGB is 176 - color contains mainly: blue. Hex color #860CB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860CB0 is #79F34F. Grayscale: #424242. Windows color (decimal): -7992144 or 11537542. OLE color: 11537542.

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

Color convert

RGB13412176-
CMYK0.240.9300.31
HSL284.63º87.23%36.86%-
HSV(B)284.63º93.18%69.02%-
XYZ17.88.4741.77-
YUV67.17189.42175.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.61%
GREEN value IS 12 (5.08% from 255) = 3.73%
BLUE value IS 176 (69.14% from 255) = 54.66%
R=41.61%
G=3.73%
B=54.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134121760.240.9300.31284.6387.2336.86
Hex86CB0185D01F11d5725
Octal206142603013503743512745
Binary100001101100101100001100010111010111111000111011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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