#9973BB

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

Shades of Purple Mountain's Majesty #9973BB

Tints of Purple Mountain's Majesty #9973BB

Color information

#9973BB (or 0x9973BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 73 and BB. RGB value is (153,115,187). Sum of RGB (Red+Green+Blue) = 153+115+187=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #9973BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9973BB is #668C44. Grayscale: #868686. Windows color (decimal): -6720581 or 12284825. OLE color: 12284825.

HSL color Cylindrical-coordinate representation of color #9973BB: hue angle of 271.67º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9973BB is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB153115187-
CMYK0.180.3900.27
HSL271.67º34.62%59.22%-
HSV(B)271.67º38.5%73.33%-
XYZ28.2422.6249.89-
YUV134.57157.59141.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.63%
GREEN value IS 115 (45.31% from 255) = 25.27%
BLUE value IS 187 (73.44% from 255) = 41.10%
R=33.63%
G=25.27%
B=41.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531151870.180.3900.27271.6734.6259.22
Hex9973BB122701B110233b
Octal23116327322470334204373
Binary1001100111100111011101110010100111011011100010000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9973BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9973BB; }

 p { color: rgb(153,115,187); }

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

<style>
 a { background-color: #9973BB; }

 a { background-color: rgb(153,115,187); }

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

<style>
 span { border-color: #9973BB; }

 span { border-color: rgb(153,115,187); }

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