#86006F

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

Shades of Purple #86006F

Tints of Purple #86006F

Color information

#86006F (or 0x86006F) is unknown color: approx Purple. HEX triplet: 86, 00 and 6F. RGB value is (134,0,111). Sum of RGB (Red+Green+Blue) = 134+0+111=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #86006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86006F is #79FF90. Grayscale: #343434. Windows color (decimal): -7995281 or 7274630. OLE color: 7274630.

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

Color convert

RGB1340111-
CMYK010.170.47
HSL310.3º100%26.27%-
HSV(B)310.3º100%52.55%-
XYZ12.76.2215.57-
YUV52.72160.89185.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 45.31%
R=54.69%
G=0%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1340111010.170.47310.310026.27
Hex8606F064112F136641a
Octal20601570144215746614432
Binary10000110011011110110010010001101111100110110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86006F; }

 p { color: rgb(134,0,111); }

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

<style>
 a { background-color: #86006F; }

 a { background-color: rgb(134,0,111); }

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

<style>
 span { border-color: #86006F; }

 span { border-color: rgb(134,0,111); }

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