#9972BD

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

Shades of Purple Mountain's Majesty #9972BD

Tints of Purple Mountain's Majesty #9972BD

Color information

#9972BD (or 0x9972BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 72 and BD. RGB value is (153,114,189). Sum of RGB (Red+Green+Blue) = 153+114+189=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #9972BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9972BD is #668D42. Grayscale: #858585. Windows color (decimal): -6720835 or 12415641. OLE color: 12415641.

HSL color Cylindrical-coordinate representation of color #9972BD: hue angle of 271.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9972BD is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB153114189-
CMYK0.190.4000.26
HSL271.2º36.23%59.41%-
HSV(B)271.2º39.68%74.12%-
XYZ28.3422.4850.99-
YUV134.21158.92141.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.55%
GREEN value IS 114 (44.92% from 255) = 25%
BLUE value IS 189 (74.22% from 255) = 41.45%
R=33.55%
G=25%
B=41.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531141890.190.4000.26271.236.2359.41
Hex9972BD132801A10f243b
Octal23116227523500324174473
Binary1001100111100101011110110011101000011010100001111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9972BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9972BD; }

 p { color: rgb(153,114,189); }

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

<style>
 a { background-color: #9972BD; }

 a { background-color: rgb(153,114,189); }

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

<style>
 span { border-color: #9972BD; }

 span { border-color: rgb(153,114,189); }

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