#9976BA

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

Shades of Purple Mountain's Majesty #9976BA

Tints of Purple Mountain's Majesty #9976BA

Color information

#9976BA (or 0x9976BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 76 and BA. RGB value is (153,118,186). Sum of RGB (Red+Green+Blue) = 153+118+186=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #9976BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9976BA is #668945. Grayscale: #878787. Windows color (decimal): -6719814 or 12220057. OLE color: 12220057.

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

Color convert

RGB153118186-
CMYK0.180.3700.27
HSL270.88º33.01%59.61%-
HSV(B)270.88º36.56%72.94%-
XYZ28.4823.2749.45-
YUV136.22156.1139.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.48%
GREEN value IS 118 (46.48% from 255) = 25.82%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=33.48%
G=25.82%
B=40.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531181860.180.3700.27270.8833.0159.61
Hex9976BA122501B10f213c
Octal23116627222450334174174
Binary1001100111101101011101010010100101011011100001111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9976BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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