Html Css Color HEX #9277AC Purple Mountain's Majesty

📋 copy color: '#9277AC'

red 146 ◦ green 119 ◦ blue 172

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

Shades of Purple Mountain's Majesty #9277AC

Tints of Purple Mountain's Majesty #9277AC

RGB

 RED value IS 146 (57.42% from 255) = 33.41%

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

 BLUE value IS 172 (67.58% from 255) = 39.36%

R = 33.41%
G = 27.23%
B = 39.36%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9277AC (or 0x9277AC) is known color: Purple Mountain's Majesty. HEX triplet: 92, 77 and AC. RGB value is (146,119,172). Sum of RGB (Red+Green+Blue) = 146+119+172=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #9277AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9277AC is #6D8853. Grayscale: #848484. Windows color (decimal): -7178324 or 11302802. OLE color: 11302802.

HSL color Cylindrical-coordinate representation of color #9277AC: hue angle of 270.57º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9277AC is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 119 172 -
CMYK 0.15 0.31 0 0.33
HSL 270.57º 0.24% 0.57% -
HSV(B) 270.57º 0.31% 0.67% -
XYZ 25.9 22.28 41.97 -
YUV 133.12 149.95 137.19 -
System Red Green Blue C M Y K H S L
Decimal 146 119 172 0.15 0.31 0 0.33 270.57 0.24 0.57
Hex 92 77 AC F 1F 0 21 10F 18 39
Octal 222 167 254 17 37 0 41 417 30 71
Binary 10010010 1110111 10101100 1111 11111 0 100001 100001111 11000 111001

Color Harmonies of #9277AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9277AC

Black with #9277AC

Text Example


Text Example

White with #9277AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9277AC; }

 p { color: rgb(146,119,172); }

 H1.HeaderClassName
 {
   color: #9277AC;
 }
 .AnyTagClassName
 {
   color: #9277AC;
 }
</style>

background-color css

<style>
 a { background-color: #9277AC; }

 a { background-color: rgb(146,119,172); }

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

border-color css

<style>
 span { border-color: #9277AC; }

 span { border-color: rgb(146,119,172); }

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