Html Css Color HEX #917AAE Purple Mountain's Majesty

📋 copy color: '#917AAE'

red 145 ◦ green 122 ◦ blue 174

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

Shades of Purple Mountain's Majesty #917AAE

Tints of Purple Mountain's Majesty #917AAE

RGB

 RED value IS 145 (57.03% from 255) = 32.88%

 GREEN value IS 122 (48.05% from 255) = 27.66%

 BLUE value IS 174 (68.36% from 255) = 39.46%

R = 32.88%
G = 27.66%
B = 39.46%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#917AAE (or 0x917AAE) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7A and AE. RGB value is (145,122,174). Sum of RGB (Red+Green+Blue) = 145+122+174=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #917AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917AAE is #6E8551. Grayscale: #868686. Windows color (decimal): -7243090 or 11434641. OLE color: 11434641.

HSL color Cylindrical-coordinate representation of color #917AAE: hue angle of 266.54º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #917AAE is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 145 122 174 -
CMYK 0.17 0.30 0 0.32
HSL 266.54º 0.24% 0.58% -
HSV(B) 266.54º 0.3% 0.68% -
XYZ 26.28 22.99 43.1 -
YUV 134.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 145 122 174 0.17 0.30 0 0.32 266.54 0.24 0.58
Hex 91 7A AE 11 1E 0 20 10B 18 3A
Octal 221 172 256 21 36 0 40 413 30 72
Binary 10010001 1111010 10101110 10001 11110 0 100000 100001011 11000 111010

Color Harmonies of #917AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917AAE

Black with #917AAE

Text Example


Text Example

White with #917AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917AAE; }

 p { color: rgb(145,122,174); }

 H1.HeaderClassName
 {
   color: #917AAE;
 }
 .AnyTagClassName
 {
   color: #917AAE;
 }
</style>

background-color css

<style>
 a { background-color: #917AAE; }

 a { background-color: rgb(145,122,174); }

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

border-color css

<style>
 span { border-color: #917AAE; }

 span { border-color: rgb(145,122,174); }

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