#917CAC

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

Shades of Purple Mountain's Majesty #917CAC

Tints of Purple Mountain's Majesty #917CAC

Color information

#917CAC (or 0x917CAC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 7C and AC. RGB value is (145,124,172). Sum of RGB (Red+Green+Blue) = 145+124+172=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #917CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917CAC is #6E8353. Grayscale: #878787. Windows color (decimal): -7242580 or 11304081. OLE color: 11304081.

HSL color Cylindrical-coordinate representation of color #917CAC: hue angle of 266.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #917CAC is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145124172-
CMYK0.160.2800.33
HSL266.25º22.43%58.04%-
HSV(B)266.25º27.91%67.45%-
XYZ26.3323.4142.16-
YUV135.75148.46134.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.88%
GREEN value IS 124 (48.83% from 255) = 28.12%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=32.88%
G=28.12%
B=39.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451241720.160.2800.33266.2522.4358.04
Hex917CAC101C02110a163a
Octal22117425420340414122672
Binary100100011111100101011001000011100010000110000101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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