#86017C

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

Shades of Purple #86017C

Tints of Purple #86017C

Color information

#86017C (or 0x86017C) is unknown color: approx Purple. HEX triplet: 86, 01 and 7C. RGB value is (134,1,124). Sum of RGB (Red+Green+Blue) = 134+1+124=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #86017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86017C is #79FE83. Grayscale: #363636. Windows color (decimal): -7995012 or 8126854. OLE color: 8126854.

HSL color Cylindrical-coordinate representation of color #86017C: hue angle of 304.51º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86017C is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB1341124-
CMYK00.990.070.47
HSL304.51º98.52%26.47%-
HSV(B)304.51º99.25%52.55%-
XYZ13.486.5519.62-
YUV54.79167.06184.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.74%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 124 (48.83% from 255) = 47.88%
R=51.74%
G=0.39%
B=47.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134112400.990.070.47304.5198.5226.47
Hex8617C06372F131631a
Octal2061174014375746114332
Binary100001101111110001100011111101111100110001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86017C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86017C; }

 p { color: rgb(134,1,124); }

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

<style>
 a { background-color: #86017C; }

 a { background-color: rgb(134,1,124); }

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

<style>
 span { border-color: #86017C; }

 span { border-color: rgb(134,1,124); }

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