#80098A

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

Shades of Purple #80098A

Tints of Purple #80098A

Color information

#80098A (or 0x80098A) is unknown color: approx Purple. HEX triplet: 80, 09 and 8A. RGB value is (128,9,138). Sum of RGB (Red+Green+Blue) = 128+9+138=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #80098A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80098A is #7FF675. Grayscale: #3A3A3A. Windows color (decimal): -8386166 or 9046400. OLE color: 9046400.

HSL color Cylindrical-coordinate representation of color #80098A: hue angle of 295.35º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80098A is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1289138-
CMYK0.070.9300.46
HSL295.35º87.76%28.82%-
HSV(B)295.35º93.48%54.12%-
XYZ13.596.6224.61-
YUV59.29172.42177.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.55%
GREEN value IS 9 (3.91% from 255) = 3.27%
BLUE value IS 138 (54.30% from 255) = 50.18%
R=46.55%
G=3.27%
B=50.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12891380.070.9300.46295.3587.7628.82
Hex8098A75D02E127581d
Octal20011212713505644713035
Binary1000000010011000101011110111010101110100100111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80098A; }

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

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

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

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

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

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

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

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