#9F80BB

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

Shades of Purple Mountain's Majesty #9F80BB

Tints of Purple Mountain's Majesty #9F80BB

Color information

#9F80BB (or 0x9F80BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9F, 80 and BB. RGB value is (159,128,187). Sum of RGB (Red+Green+Blue) = 159+128+187=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F80BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F80BB is #607F44. Grayscale: #8F8F8F. Windows color (decimal): -6324037 or 12288159. OLE color: 12288159.

HSL color Cylindrical-coordinate representation of color #9F80BB: hue angle of 271.53º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F80BB is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB159128187-
CMYK0.150.3200.27
HSL271.53º30.26%61.76%-
HSV(B)271.53º31.55%73.33%-
XYZ30.9926.450.48-
YUV144152.27138.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.54%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=33.54%
G=27.00%
B=39.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591281870.150.3200.27271.5330.2661.76
Hex9F80BBF2001B1101e3e
Octal23720027317400334203676
Binary100111111000000010111011111110000001101110001000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F80BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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