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

📋 copy color: '#9977B6'

red 153 ◦ green 119 ◦ blue 182

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

Shades of Purple Mountain's Majesty #9977B6

Tints of Purple Mountain's Majesty #9977B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.09%

R = 33.7%
G = 26.21%
B = 40.09%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9977B6 (or 0x9977B6) is known color: Purple Mountain's Majesty. HEX triplet: 99, 77 and B6. RGB value is (153,119,182). Sum of RGB (Red+Green+Blue) = 153+119+182=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 182 - color contains mainly: blue. Hex color #9977B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9977B6 is #668849. Grayscale: #888888. Windows color (decimal): -6719562 or 11958169. OLE color: 11958169.

HSL color Cylindrical-coordinate representation of color #9977B6: hue angle of 272.38º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9977B6 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 119 182 -
CMYK 0.16 0.35 0 0.29
HSL 272.38º 0.3% 0.59% -
HSV(B) 272.38º 0.35% 0.71% -
XYZ 28.18 23.34 47.28 -
YUV 136.35 153.76 139.88 -
System Red Green Blue C M Y K H S L
Decimal 153 119 182 0.16 0.35 0 0.29 272.38 0.3 0.59
Hex 99 77 B6 10 23 0 1D 110 1E 3B
Octal 231 167 266 20 43 0 35 420 36 73
Binary 10011001 1110111 10110110 10000 100011 0 11101 100010000 11110 111011

Color Harmonies of #9977B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9977B6

Black with #9977B6

Text Example


Text Example

White with #9977B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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