#9F80B5

Color #9F80B5 Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #9F80B5

Tints of Purple Mountain's Majesty #9F80B5

Color information

#9F80B5 (or 0x9F80B5) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9F, 80 and B5. RGB value is (159,128,181). Sum of RGB (Red+Green+Blue) = 159+128+181=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 181 - color contains mainly: blue. Hex color #9F80B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F80B5 is #607F4A. Grayscale: #8F8F8F. Windows color (decimal): -6324043 or 11894943. OLE color: 11894943.

HSL color Cylindrical-coordinate representation of color #9F80B5: hue angle of 275.09º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F80B5 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB159128181-
CMYK0.120.2900.29
HSL275.09º26.37%60.59%-
HSV(B)275.09º29.28%70.98%-
XYZ30.3626.1547.16-
YUV143.31149.27139.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.97%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 181 (71.09% from 255) = 38.68%
R=33.97%
G=27.35%
B=38.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591281810.120.2900.29275.0926.3760.59
Hex9F80B5C1D01D1131a3d
Octal23720026514350354233275
Binary10011111100000001011010111001110101110110001001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F80B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F80B5; }

 p { color: rgb(159,128,181); }

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

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

 a { background-color: rgb(159,128,181); }

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

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

 span { border-color: rgb(159,128,181); }

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