#8A0579

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

Shades of Purple #8A0579

Tints of Purple #8A0579

Color information

#8A0579 (or 0x8A0579) is unknown color: approx Purple. HEX triplet: 8A, 05 and 79. RGB value is (138,5,121). Sum of RGB (Red+Green+Blue) = 138+5+121=264 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.27% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0579 is #75FA86. Grayscale: #393939. Windows color (decimal): -7731847 or 7931274. OLE color: 7931274.

HSL color Cylindrical-coordinate representation of color #8A0579: hue angle of 307.67º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A0579 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB1385121-
CMYK00.960.120.46
HSL307.67º93.01%28.04%-
HSV(B)307.67º96.38%54.12%-
XYZ13.996.8918.68-
YUV57.99163.56185.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.27%
GREEN value IS 5 (2.34% from 255) = 1.89%
BLUE value IS 121 (47.66% from 255) = 45.83%
R=52.27%
G=1.89%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138512100.960.120.46307.6793.0128.04
Hex8A579060C2E1345d1c
Octal21251710140145646413534
Binary100010101011111001011000001100101110100110100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,5,121); }

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

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

 a { background-color: rgb(138,5,121); }

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

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

 span { border-color: rgb(138,5,121); }

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