Html Css Color HEX #927CAA Purple Mountain's Majesty

📋 copy color: '#927CAA'

red 146 ◦ green 124 ◦ blue 170

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

Shades of Purple Mountain's Majesty #927CAA

Tints of Purple Mountain's Majesty #927CAA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.18%

 BLUE value IS 170 (66.8% from 255) = 38.64%

R = 33.18%
G = 28.18%
B = 38.64%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#927CAA (or 0x927CAA) is known color: Purple Mountain's Majesty. HEX triplet: 92, 7C and AA. RGB value is (146,124,170). Sum of RGB (Red+Green+Blue) = 146+124+170=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #927CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927CAA is #6D8355. Grayscale: #878787. Windows color (decimal): -7177046 or 11173010. OLE color: 11173010.

HSL color Cylindrical-coordinate representation of color #927CAA: hue angle of 268.7º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #927CAA is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 124 170 -
CMYK 0.14 0.27 0 0.33
HSL 268.7º 0.21% 0.58% -
HSV(B) 268.7º 0.27% 0.67% -
XYZ 26.32 23.43 41.17 -
YUV 135.82 147.29 135.26 -
System Red Green Blue C M Y K H S L
Decimal 146 124 170 0.14 0.27 0 0.33 268.7 0.21 0.58
Hex 92 7C AA E 1B 0 21 10D 15 3A
Octal 222 174 252 16 33 0 41 415 25 72
Binary 10010010 1111100 10101010 1110 11011 0 100001 100001101 10101 111010

Color Harmonies of #927CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927CAA

Black with #927CAA

Text Example


Text Example

White with #927CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927CAA; }

 p { color: rgb(146,124,170); }

 H1.HeaderClassName
 {
   color: #927CAA;
 }
 .AnyTagClassName
 {
   color: #927CAA;
 }
</style>

background-color css

<style>
 a { background-color: #927CAA; }

 a { background-color: rgb(146,124,170); }

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

border-color css

<style>
 span { border-color: #927CAA; }

 span { border-color: rgb(146,124,170); }

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