#86027E

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

Shades of Purple #86027E

Tints of Purple #86027E

Color information

#86027E (or 0x86027E) is unknown color: approx Purple. HEX triplet: 86, 02 and 7E. RGB value is (134,2,126). Sum of RGB (Red+Green+Blue) = 134+2+126=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #86027E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86027E is #79FD81. Grayscale: #373737. Windows color (decimal): -7994754 or 8258182. OLE color: 8258182.

HSL color Cylindrical-coordinate representation of color #86027E: hue angle of 303.64º 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 #86027E is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB1342126-
CMYK00.990.060.47
HSL303.64º97.06%26.67%-
HSV(B)303.64º98.51%52.55%-
XYZ13.626.6220.3-
YUV55.6167.73183.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.15%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 126 (49.61% from 255) = 48.09%
R=51.15%
G=0.76%
B=48.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134212600.990.060.47303.6497.0626.67
Hex8627E06362F130611b
Octal2062176014365746014133
Binary1000011010111111001100011110101111100110000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86027E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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