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

📋 copy color: '#9977BF'

red 153 ◦ green 119 ◦ blue 191

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

Shades of Purple Mountain's Majesty #9977BF

Tints of Purple Mountain's Majesty #9977BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.25%

R = 33.05%
G = 25.7%
B = 41.25%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9977BF (or 0x9977BF) is known color: Purple Mountain's Majesty. HEX triplet: 99, 77 and BF. RGB value is (153,119,191). Sum of RGB (Red+Green+Blue) = 153+119+191=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #9977BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9977BF is #668840. Grayscale: #898989. Windows color (decimal): -6719553 or 12547993. OLE color: 12547993.

HSL color Cylindrical-coordinate representation of color #9977BF: hue angle of 268.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9977BF is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 119 191 -
CMYK 0.20 0.38 0 0.25
HSL 268.33º 0.36% 0.61% -
HSV(B) 268.33º 0.38% 0.75% -
XYZ 29.14 23.73 52.33 -
YUV 137.37 158.26 139.15 -
System Red Green Blue C M Y K H S L
Decimal 153 119 191 0.20 0.38 0 0.25 268.33 0.36 0.61
Hex 99 77 BF 14 26 0 19 10C 24 3D
Octal 231 167 277 24 46 0 31 414 44 75
Binary 10011001 1110111 10111111 10100 100110 0 11001 100001100 100100 111101

Color Harmonies of #9977BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9977BF

Black with #9977BF

Text Example


Text Example

White with #9977BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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