Html Css Color HEX #9577BA Purple Mountain's Majesty

📋 copy color: '#9577BA'

red 149 ◦ green 119 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9577BA

Tints of Purple Mountain's Majesty #9577BA

RGB

 RED value IS 149 (58.59% from 255) = 32.82%

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

 BLUE value IS 186 (73.05% from 255) = 40.97%

R = 32.82%
G = 26.21%
B = 40.97%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9577BA (or 0x9577BA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 77 and BA. RGB value is (149,119,186). Sum of RGB (Red+Green+Blue) = 149+119+186=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #9577BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9577BA is #6A8845. Grayscale: #878787. Windows color (decimal): -6981702 or 12220309. OLE color: 12220309.

HSL color Cylindrical-coordinate representation of color #9577BA: hue angle of 266.87º degrees, saturation: 0.33, 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 #9577BA is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 119 186 -
CMYK 0.20 0.36 0 0.27
HSL 266.87º 0.33% 0.6% -
HSV(B) 266.87º 0.36% 0.73% -
XYZ 27.85 23.13 49.45 -
YUV 135.61 156.44 137.55 -
System Red Green Blue C M Y K H S L
Decimal 149 119 186 0.20 0.36 0 0.27 266.87 0.33 0.6
Hex 95 77 BA 14 24 0 1B 10B 21 3C
Octal 225 167 272 24 44 0 33 413 41 74
Binary 10010101 1110111 10111010 10100 100100 0 11011 100001011 100001 111100

Color Harmonies of #9577BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9577BA

Black with #9577BA

Text Example


Text Example

White with #9577BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9577BA; }

 p { color: rgb(149,119,186); }

 H1.HeaderClassName
 {
   color: #9577BA;
 }
 .AnyTagClassName
 {
   color: #9577BA;
 }
</style>

background-color css

<style>
 a { background-color: #9577BA; }

 a { background-color: rgb(149,119,186); }

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

border-color css

<style>
 span { border-color: #9577BA; }

 span { border-color: rgb(149,119,186); }

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