#800988

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

Shades of Purple #800988

Tints of Purple #800988

Color information

#800988 (or 0x800988) is unknown color: approx Purple. HEX triplet: 80, 09 and 88. RGB value is (128,9,136). Sum of RGB (Red+Green+Blue) = 128+9+136=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #800988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800988 is #7FF677. Grayscale: #3A3A3A. Windows color (decimal): -8386168 or 8915328. OLE color: 8915328.

HSL color Cylindrical-coordinate representation of color #800988: hue angle of 296.22º degrees, saturation: 0.88, 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 #800988 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1289136-
CMYK0.060.9300.47
HSL296.22º87.59%28.43%-
HSV(B)296.22º93.38%53.33%-
XYZ13.446.5623.85-
YUV59.06171.42177.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.89%
GREEN value IS 9 (3.91% from 255) = 3.30%
BLUE value IS 136 (53.52% from 255) = 49.82%
R=46.89%
G=3.30%
B=49.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12891360.060.9300.47296.2287.5928.43
Hex8098865D02F128581c
Octal20011210613505745013034
Binary1000000010011000100011010111010101111100101000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800988; }

 p { color: rgb(128,9,136); }

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

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

 a { background-color: rgb(128,9,136); }

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

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

 span { border-color: rgb(128,9,136); }

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