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

📋 copy color: '#9977B2'

red 153 ◦ green 119 ◦ blue 178

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

Shades of Purple Mountain's Majesty #9977B2

Tints of Purple Mountain's Majesty #9977B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.56%

R = 34%
G = 26.44%
B = 39.56%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9977B2 (or 0x9977B2) is known color: Purple Mountain's Majesty. HEX triplet: 99, 77 and B2. RGB value is (153,119,178). Sum of RGB (Red+Green+Blue) = 153+119+178=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 178 - color contains mainly: blue. Hex color #9977B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9977B2 is #66884D. Grayscale: #878787. Windows color (decimal): -6719566 or 11696025. OLE color: 11696025.

HSL color Cylindrical-coordinate representation of color #9977B2: hue angle of 274.58º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9977B2 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 119 178 -
CMYK 0.14 0.33 0 0.30
HSL 274.58º 0.28% 0.58% -
HSV(B) 274.58º 0.33% 0.7% -
XYZ 27.77 23.18 45.13 -
YUV 135.89 151.76 140.2 -
System Red Green Blue C M Y K H S L
Decimal 153 119 178 0.14 0.33 0 0.30 274.58 0.28 0.58
Hex 99 77 B2 E 21 0 1E 113 1C 3A
Octal 231 167 262 16 41 0 36 423 34 72
Binary 10011001 1110111 10110010 1110 100001 0 11110 100010011 11100 111010

Color Harmonies of #9977B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9977B2

Black with #9977B2

Text Example


Text Example

White with #9977B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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