Html Css Color HEX #9977B9 Purple Mountain's Majesty

📋 copy color: '#9977B9'

red 153 ◦ green 119 ◦ blue 185

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

Shades of Purple Mountain's Majesty #9977B9

Tints of Purple Mountain's Majesty #9977B9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.04%

 BLUE value IS 185 (72.66% from 255) = 40.48%

R = 33.48%
G = 26.04%
B = 40.48%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9977B9 (or 0x9977B9) is known color: Purple Mountain's Majesty. HEX triplet: 99, 77 and B9. RGB value is (153,119,185). Sum of RGB (Red+Green+Blue) = 153+119+185=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 185 - color contains mainly: blue. Hex color #9977B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9977B9 is #668846. Grayscale: #888888. Windows color (decimal): -6719559 or 12154777. OLE color: 12154777.

HSL color Cylindrical-coordinate representation of color #9977B9: hue angle of 270.91º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9977B9 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 119 185 -
CMYK 0.17 0.36 0 0.27
HSL 270.91º 0.32% 0.6% -
HSV(B) 270.91º 0.36% 0.73% -
XYZ 28.49 23.47 48.93 -
YUV 136.69 155.26 139.63 -
System Red Green Blue C M Y K H S L
Decimal 153 119 185 0.17 0.36 0 0.27 270.91 0.32 0.6
Hex 99 77 B9 11 24 0 1B 10F 20 3C
Octal 231 167 271 21 44 0 33 417 40 74
Binary 10011001 1110111 10111001 10001 100100 0 11011 100001111 100000 111100

Color Harmonies of #9977B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9977B9

Black with #9977B9

Text Example


Text Example

White with #9977B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9977B9; }

 p { color: rgb(153,119,185); }

 H1.HeaderClassName
 {
   color: #9977B9;
 }
 .AnyTagClassName
 {
   color: #9977B9;
 }
</style>

background-color css

<style>
 a { background-color: #9977B9; }

 a { background-color: rgb(153,119,185); }

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

border-color css

<style>
 span { border-color: #9977B9; }

 span { border-color: rgb(153,119,185); }

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