#80096E

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

Shades of Purple #80096E

Tints of Purple #80096E

Color information

#80096E (or 0x80096E) is unknown color: approx Purple. HEX triplet: 80, 09 and 6E. RGB value is (128,9,110). Sum of RGB (Red+Green+Blue) = 128+9+110=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #80096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80096E is #7FF691. Grayscale: #373737. Windows color (decimal): -8386194 or 7211392. OLE color: 7211392.

HSL color Cylindrical-coordinate representation of color #80096E: hue angle of 309.08º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80096E is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB1289110-
CMYK00.930.140.50
HSL309.08º86.86%26.86%-
HSV(B)309.08º92.97%50.2%-
XYZ11.815.9115.27-
YUV56.1158.42179.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.82%
GREEN value IS 9 (3.91% from 255) = 3.64%
BLUE value IS 110 (43.36% from 255) = 44.53%
R=51.82%
G=3.64%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128911000.930.140.50309.0886.8626.86
Hex8096E05DE32135571b
Octal200111560135166246512733
Binary1000000010011101110010111011110110010100110101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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