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

📋 copy color: '#927FAA'

red 146 ◦ green 127 ◦ blue 170

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

Shades of Purple Mountain's Majesty #927FAA

Tints of Purple Mountain's Majesty #927FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 28.67%

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

R = 32.96%
G = 28.67%
B = 38.37%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#927FAA (or 0x927FAA) is known color: Purple Mountain's Majesty. HEX triplet: 92, 7F and AA. RGB value is (146,127,170). Sum of RGB (Red+Green+Blue) = 146+127+170=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #927FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927FAA is #6D8055. Grayscale: #898989. Windows color (decimal): -7176278 or 11173778. OLE color: 11173778.

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

Color convert

RGB 146 127 170 -
CMYK 0.14 0.25 0 0.33
HSL 266.51º 0.2% 0.58% -
HSV(B) 266.51º 0.25% 0.67% -
XYZ 26.7 24.19 41.29 -
YUV 137.58 146.29 134 -
System Red Green Blue C M Y K H S L
Decimal 146 127 170 0.14 0.25 0 0.33 266.51 0.2 0.58
Hex 92 7F AA E 19 0 21 10B 14 3A
Octal 222 177 252 16 31 0 41 413 24 72
Binary 10010010 1111111 10101010 1110 11001 0 100001 100001011 10100 111010

Color Harmonies of #927FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927FAA

Black with #927FAA

Text Example


Text Example

White with #927FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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