#860C81

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

Shades of Purple #860C81

Tints of Purple #860C81

Color information

#860C81 (or 0x860C81) is unknown color: approx Purple. HEX triplet: 86, 0C and 81. RGB value is (134,12,129). Sum of RGB (Red+Green+Blue) = 134+12+129=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #860C81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860C81 is #79F37E. Grayscale: #3D3D3D. Windows color (decimal): -7992191 or 8457350. OLE color: 8457350.

HSL color Cylindrical-coordinate representation of color #860C81: hue angle of 302.46º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860C81 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13412129-
CMYK00.910.040.47
HSL302.46º83.56%28.63%-
HSV(B)302.46º91.04%52.55%-
XYZ13.936.9221.37-
YUV61.82165.92179.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.73%
GREEN value IS 12 (5.08% from 255) = 4.36%
BLUE value IS 129 (50.78% from 255) = 46.91%
R=48.73%
G=4.36%
B=46.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341212900.910.040.47302.4683.5628.63
Hex86C8105B42F12e541d
Octal20614201013345745612435
Binary1000011011001000000101011011100101111100101110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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