#9970BA

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

Shades of Purple Mountain's Majesty #9970BA

Tints of Purple Mountain's Majesty #9970BA

Color information

#9970BA (or 0x9970BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 70 and BA. RGB value is (153,112,186). Sum of RGB (Red+Green+Blue) = 153+112+186=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #9970BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9970BA is #668F45. Grayscale: #848484. Windows color (decimal): -6721350 or 12218521. OLE color: 12218521.

HSL color Cylindrical-coordinate representation of color #9970BA: hue angle of 273.24º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9970BA is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB153112186-
CMYK0.180.4000.27
HSL273.24º34.91%58.43%-
HSV(B)273.24º39.78%72.94%-
XYZ27.7921.9149.22-
YUV132.7158.08142.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.92%
GREEN value IS 112 (44.14% from 255) = 24.83%
BLUE value IS 186 (73.05% from 255) = 41.24%
R=33.92%
G=24.83%
B=41.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531121860.180.4000.27273.2434.9158.43
Hex9970BA122801B111233a
Octal23116027222500334214372
Binary1001100111100001011101010010101000011011100010001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9970BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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