#917AAB

Color #917AAB Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #917AAB

Tints of Purple Mountain's Majesty #917AAB

Color information

#917AAB (or 0x917AAB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 7A and AB. RGB value is (145,122,171). Sum of RGB (Red+Green+Blue) = 145+122+171=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #917AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917AAB is #6E8554. Grayscale: #868686. Windows color (decimal): -7243093 or 11238033. OLE color: 11238033.

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

Color convert

RGB145122171-
CMYK0.150.2900.33
HSL268.16º22.58%57.45%-
HSV(B)268.16º28.65%67.06%-
XYZ25.9922.8841.57-
YUV134.46148.62135.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.11%
GREEN value IS 122 (48.05% from 255) = 27.85%
BLUE value IS 171 (67.19% from 255) = 39.04%
R=33.11%
G=27.85%
B=39.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451221710.150.2900.33268.1622.5857.45
Hex917AABF1D02110c1739
Octal22117225317350414142771
Binary10010001111101010101011111111101010000110000110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #917AAB;
 }
 .AnyTagClassName
 {
   color: #917AAB;
 }
</style>
background-color css

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

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

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

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

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

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