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

📋 copy color: '#9972BE'

red 153 ◦ green 114 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9972BE

Tints of Purple Mountain's Majesty #9972BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 33.48%
G = 24.95%
B = 41.58%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9972BE (or 0x9972BE) is known color: Purple Mountain's Majesty. HEX triplet: 99, 72 and BE. RGB value is (153,114,190). Sum of RGB (Red+Green+Blue) = 153+114+190=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #9972BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9972BE is #668D41. Grayscale: #868686. Windows color (decimal): -6720834 or 12481177. OLE color: 12481177.

HSL color Cylindrical-coordinate representation of color #9972BE: hue angle of 270.79º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9972BE is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 114 190 -
CMYK 0.19 0.40 0 0.25
HSL 270.79º 0.37% 0.6% -
HSV(B) 270.79º 0.4% 0.75% -
XYZ 28.45 22.52 51.56 -
YUV 134.33 159.42 141.32 -
System Red Green Blue C M Y K H S L
Decimal 153 114 190 0.19 0.40 0 0.25 270.79 0.37 0.6
Hex 99 72 BE 13 28 0 19 10F 25 3C
Octal 231 162 276 23 50 0 31 417 45 74
Binary 10011001 1110010 10111110 10011 101000 0 11001 100001111 100101 111100

Color Harmonies of #9972BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9972BE

Black with #9972BE

Text Example


Text Example

White with #9972BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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