Html Css Color HEX #9972BA Purple Mountain's Majesty

📋 copy color: '#9972BA'

red 153 ◦ green 114 ◦ blue 186

#9972BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #9972BA

Tints of Purple Mountain's Majesty #9972BA

RGB

 RED value IS 153 (60.16% from 255) = 33.77%

 GREEN value IS 114 (44.92% from 255) = 25.17%

 BLUE value IS 186 (73.05% from 255) = 41.06%

R = 33.77%
G = 25.17%
B = 41.06%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9972BA (or 0x9972BA) is known color: Purple Mountain's Majesty. HEX triplet: 99, 72 and BA. RGB value is (153,114,186). Sum of RGB (Red+Green+Blue) = 153+114+186=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #9972BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9972BA is #668D45. Grayscale: #858585. Windows color (decimal): -6720838 or 12219033. OLE color: 12219033.

HSL color Cylindrical-coordinate representation of color #9972BA: hue angle of 272.5º degrees, saturation: 0.34, 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 #9972BA is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 114 186 -
CMYK 0.18 0.39 0 0.27
HSL 272.5º 0.34% 0.59% -
HSV(B) 272.5º 0.39% 0.73% -
XYZ 28.02 22.35 49.29 -
YUV 133.87 157.42 141.65 -
System Red Green Blue C M Y K H S L
Decimal 153 114 186 0.18 0.39 0 0.27 272.5 0.34 0.59
Hex 99 72 BA 12 27 0 1B 110 22 3B
Octal 231 162 272 22 47 0 33 420 42 73
Binary 10011001 1110010 10111010 10010 100111 0 11011 100010000 100010 111011

Color Harmonies of #9972BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9972BA

Black with #9972BA

Text Example


Text Example

White with #9972BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9972BA;
 }
 .AnyTagClassName
 {
   color: #9972BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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