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

📋 copy color: '#9577B4'

red 149 ◦ green 119 ◦ blue 180

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

Shades of Purple Mountain's Majesty #9577B4

Tints of Purple Mountain's Majesty #9577B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.18%

R = 33.26%
G = 26.56%
B = 40.18%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9577B4 (or 0x9577B4) is known color: Purple Mountain's Majesty. HEX triplet: 95, 77 and B4. RGB value is (149,119,180). Sum of RGB (Red+Green+Blue) = 149+119+180=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #9577B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9577B4 is #6A884B. Grayscale: #868686. Windows color (decimal): -6981708 or 11827093. OLE color: 11827093.

HSL color Cylindrical-coordinate representation of color #9577B4: hue angle of 269.51º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9577B4 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 119 180 -
CMYK 0.17 0.34 0 0.29
HSL 269.51º 0.29% 0.59% -
HSV(B) 269.51º 0.34% 0.71% -
XYZ 27.23 22.88 46.16 -
YUV 134.92 153.44 138.04 -
System Red Green Blue C M Y K H S L
Decimal 149 119 180 0.17 0.34 0 0.29 269.51 0.29 0.59
Hex 95 77 B4 11 22 0 1D 10E 1D 3B
Octal 225 167 264 21 42 0 35 416 35 73
Binary 10010101 1110111 10110100 10001 100010 0 11101 100001110 11101 111011

Color Harmonies of #9577B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9577B4

Black with #9577B4

Text Example


Text Example

White with #9577B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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