#917CA9

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

Shades of Purple Mountain's Majesty #917CA9

Tints of Purple Mountain's Majesty #917CA9

Color information

#917CA9 (or 0x917CA9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 7C and A9. RGB value is (145,124,169). Sum of RGB (Red+Green+Blue) = 145+124+169=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 169 - color contains mainly: blue. Hex color #917CA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917CA9 is #6E8356. Grayscale: #878787. Windows color (decimal): -7242583 or 11107473. OLE color: 11107473.

HSL color Cylindrical-coordinate representation of color #917CA9: hue angle of 268º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #917CA9 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB145124169-
CMYK0.140.2700.34
HSL268º20.74%57.45%-
HSV(B)268º26.63%66.27%-
XYZ26.0523.340.66-
YUV135.41146.96134.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.11%
GREEN value IS 124 (48.83% from 255) = 28.31%
BLUE value IS 169 (66.41% from 255) = 38.58%
R=33.11%
G=28.31%
B=38.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1451241690.140.2700.3426820.7457.45
Hex917CA9E1B02210c1539
Octal22117425116330424142571
Binary10010001111110010101001111011011010001010000110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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