#860F80

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

Shades of Purple #860F80

Tints of Purple #860F80

Color information

#860F80 (or 0x860F80) is unknown color: approx Purple. HEX triplet: 86, 0F and 80. RGB value is (134,15,128). Sum of RGB (Red+Green+Blue) = 134+15+128=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #860F80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860F80 is #79F07F. Grayscale: #3F3F3F. Windows color (decimal): -7991424 or 8392582. OLE color: 8392582.

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

Color convert

RGB13415128-
CMYK00.890.040.47
HSL303.03º79.87%29.22%-
HSV(B)303.03º88.81%52.55%-
XYZ13.96.9721.03-
YUV63.46164.42178.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.38%
GREEN value IS 15 (6.25% from 255) = 5.42%
BLUE value IS 128 (50.39% from 255) = 46.21%
R=48.38%
G=5.42%
B=46.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341512800.890.040.47303.0379.8729.22
Hex86F8005942F12f501d
Octal20617200013145745712035
Binary1000011011111000000001011001100101111100101111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,15,128); }

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

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

 a { background-color: rgb(134,15,128); }

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

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

 span { border-color: rgb(134,15,128); }

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