#86027F

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

Shades of Purple #86027F

Tints of Purple #86027F

Color information

#86027F (or 0x86027F) is unknown color: approx Purple. HEX triplet: 86, 02 and 7F. RGB value is (134,2,127). Sum of RGB (Red+Green+Blue) = 134+2+127=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #86027F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86027F is #79FD80. Grayscale: #373737. Windows color (decimal): -7994753 or 8323718. OLE color: 8323718.

HSL color Cylindrical-coordinate representation of color #86027F: hue angle of 303.18º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86027F is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB1342127-
CMYK00.990.050.47
HSL303.18º97.06%26.67%-
HSV(B)303.18º98.51%52.55%-
XYZ13.686.6420.64-
YUV55.72168.23183.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.95%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 127 (50% from 255) = 48.29%
R=50.95%
G=0.76%
B=48.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134212700.990.050.47303.1897.0626.67
Hex8627F06352F12f611b
Octal2062177014355745714133
Binary1000011010111111101100011101101111100101111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86027F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,2,127); }

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

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

 a { background-color: rgb(134,2,127); }

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

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

 span { border-color: rgb(134,2,127); }

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