#917CAA

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

Shades of Purple Mountain's Majesty #917CAA

Tints of Purple Mountain's Majesty #917CAA

Color information

#917CAA (or 0x917CAA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 7C and AA. RGB value is (145,124,170). Sum of RGB (Red+Green+Blue) = 145+124+170=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #917CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917CAA is #6E8355. Grayscale: #878787. Windows color (decimal): -7242582 or 11173009. OLE color: 11173009.

HSL color Cylindrical-coordinate representation of color #917CAA: hue angle of 267.39º 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 #917CAA is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145124170-
CMYK0.150.2700.33
HSL267.39º21.3%57.65%-
HSV(B)267.39º27.06%66.67%-
XYZ26.1423.3441.16-
YUV135.52147.46134.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.03%
GREEN value IS 124 (48.83% from 255) = 28.25%
BLUE value IS 170 (66.80% from 255) = 38.72%
R=33.03%
G=28.25%
B=38.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451241700.150.2700.33267.3921.357.65
Hex917CAAF1B02110b153a
Octal22117425217330414132572
Binary10010001111110010101010111111011010000110000101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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