#9981BA

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

Shades of Purple Mountain's Majesty #9981BA

Tints of Purple Mountain's Majesty #9981BA

Color information

#9981BA (or 0x9981BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 81 and BA. RGB value is (153,129,186). Sum of RGB (Red+Green+Blue) = 153+129+186=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #9981BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9981BA is #667E45. Grayscale: #8E8E8E. Windows color (decimal): -6716998 or 12222873. OLE color: 12222873.

HSL color Cylindrical-coordinate representation of color #9981BA: hue angle of 265.26º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9981BA is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB153129186-
CMYK0.180.3100.27
HSL265.26º29.23%61.76%-
HSV(B)265.26º30.65%72.94%-
XYZ29.8526.0249.9-
YUV142.67152.45135.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.69%
GREEN value IS 129 (50.78% from 255) = 27.56%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=32.69%
G=27.56%
B=39.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531291860.180.3100.27265.2629.2361.76
Hex9981BA121F01B1091d3e
Octal23120127222370334113576
Binary100110011000000110111010100101111101101110000100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9981BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9981BA; }

 p { color: rgb(153,129,186); }

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

<style>
 a { background-color: #9981BA; }

 a { background-color: rgb(153,129,186); }

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

<style>
 span { border-color: #9981BA; }

 span { border-color: rgb(153,129,186); }

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