#800a87

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

Shades of Purple #800A87

Tints of Purple #800A87

Color information

#800A87 (or 0x800A87) is unknown color: approx Purple. HEX triplet: 80, 0A and 87. RGB value is (128,10,135). Sum of RGB (Red+Green+Blue) = 128+10+135=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #800A87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800A87 is #7FF578. Grayscale: #3B3B3B. Windows color (decimal): -8385913 or 8850048. OLE color: 8850048.

HSL color Cylindrical-coordinate representation of color #800A87: hue angle of 296.64º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800A87 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12810135-
CMYK0.050.9300.47
HSL296.64º86.21%28.43%-
HSV(B)296.64º92.59%52.94%-
XYZ13.386.5623.48-
YUV59.53170.59176.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.89%
GREEN value IS 10 (4.30% from 255) = 3.66%
BLUE value IS 135 (53.12% from 255) = 49.45%
R=46.89%
G=3.66%
B=49.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128101350.050.9300.47296.6486.2128.43
Hex80A8755D02F129561c
Octal20012207513505745112634
Binary1000000010101000011110110111010101111100101001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800a87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800a87; }

 p { color: rgb(128,10,135); }

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

<style>
 a { background-color: #800a87; }

 a { background-color: rgb(128,10,135); }

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

<style>
 span { border-color: #800a87; }

 span { border-color: rgb(128,10,135); }

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