#9970BB

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

Shades of Purple Mountain's Majesty #9970BB

Tints of Purple Mountain's Majesty #9970BB

Color information

#9970BB (or 0x9970BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 70 and BB. RGB value is (153,112,187). Sum of RGB (Red+Green+Blue) = 153+112+187=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #9970BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9970BB is #668F44. Grayscale: #848484. Windows color (decimal): -6721349 or 12284057. OLE color: 12284057.

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

Color convert

RGB153112187-
CMYK0.180.4000.27
HSL272.8º35.55%58.63%-
HSV(B)272.8º40.11%73.33%-
XYZ27.921.9549.78-
YUV132.81158.58142.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.85%
GREEN value IS 112 (44.14% from 255) = 24.78%
BLUE value IS 187 (73.44% from 255) = 41.37%
R=33.85%
G=24.78%
B=41.37%

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
Decimal1531121870.180.4000.27272.835.5558.63
Hex9970BB122801B111243b
Octal23116027322500334214473
Binary1001100111100001011101110010101000011011100010001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9970BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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