#917BAC

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

Shades of Purple Mountain's Majesty #917BAC

Tints of Purple Mountain's Majesty #917BAC

Color information

#917BAC (or 0x917BAC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 7B and AC. RGB value is (145,123,172). Sum of RGB (Red+Green+Blue) = 145+123+172=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #917BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917BAC is #6E8453. Grayscale: #868686. Windows color (decimal): -7242836 or 11303825. OLE color: 11303825.

HSL color Cylindrical-coordinate representation of color #917BAC: hue angle of 266.94º degrees, saturation: 0.23, 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 #917BAC is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145123172-
CMYK0.160.2800.33
HSL266.94º22.79%57.84%-
HSV(B)266.94º28.49%67.45%-
XYZ26.2123.1642.12-
YUV135.16148.79135.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.95%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=32.95%
G=27.95%
B=39.09%

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
Decimal1451231720.160.2800.33266.9422.7957.84
Hex917BAC101C02110b173a
Octal22117325420340414132772
Binary100100011111011101011001000011100010000110000101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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