#8A0980

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

Shades of Purple #8A0980

Tints of Purple #8A0980

Color information

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

HSL color Cylindrical-coordinate representation of color #8A0980: hue angle of 304.65º 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 #8A0980 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB1389128-
CMYK00.930.070.46
HSL304.65º87.76%28.82%-
HSV(B)304.65º93.48%54.12%-
XYZ14.487.1621.04-
YUV61.14165.74182.82-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138912800.930.070.46304.6587.7628.82
Hex8A98005D72E131581d
Octal21211200013575646113035
Binary1000101010011000000001011101111101110100110001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A0980; }

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

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

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

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

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

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

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

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