#800F86

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

Shades of Purple #800F86

Tints of Purple #800F86

Color information

#800F86 (or 0x800F86) is unknown color: approx Purple. HEX triplet: 80, 0F and 86. RGB value is (128,15,134). Sum of RGB (Red+Green+Blue) = 128+15+134=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 134 (52.73% from 255 or 48.38% from 277); Max value from RGB is 134 - color contains mainly: blue. Hex color #800F86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800F86 is #7FF079. Grayscale: #3D3D3D. Windows color (decimal): -8384634 or 8785792. OLE color: 8785792.

HSL color Cylindrical-coordinate representation of color #800F86: hue angle of 296.97º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #800F86 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12815134-
CMYK0.040.8900.47
HSL296.97º79.87%29.22%-
HSV(B)296.97º88.81%52.55%-
XYZ13.386.6523.13-
YUV62.35168.44174.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.21%
GREEN value IS 15 (6.25% from 255) = 5.42%
BLUE value IS 134 (52.73% from 255) = 48.38%
R=46.21%
G=5.42%
B=48.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128151340.040.8900.47296.9779.8729.22
Hex80F8645902F129501d
Octal20017206413105745112035
Binary1000000011111000011010010110010101111100101001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,15,134); }

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

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

 a { background-color: rgb(128,15,134); }

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

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

 span { border-color: rgb(128,15,134); }

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