#916FB9

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

Shades of Purple Mountain's Majesty #916FB9

Tints of Purple Mountain's Majesty #916FB9

Color information

#916FB9 (or 0x916FB9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 6F and B9. RGB value is (145,111,185). Sum of RGB (Red+Green+Blue) = 145+111+185=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #916FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916FB9 is #6E9046. Grayscale: #818181. Windows color (decimal): -7245895 or 12152721. OLE color: 12152721.

HSL color Cylindrical-coordinate representation of color #916FB9: hue angle of 267.57º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #916FB9 is Cyan = 0.22, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB145111185-
CMYK0.220.400.27
HSL267.57º34.58%58.04%-
HSV(B)267.57º40%72.55%-
XYZ26.1220.8948.55-
YUV129.6159.26138.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.88%
GREEN value IS 111 (43.75% from 255) = 25.17%
BLUE value IS 185 (72.66% from 255) = 41.95%
R=32.88%
G=25.17%
B=41.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451111850.220.400.27267.5734.5858.04
Hex916FB9162801B10c233a
Octal22115727126500334144372
Binary1001000111011111011100110110101000011011100001100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916FB9; }

 p { color: rgb(145,111,185); }

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

<style>
 a { background-color: #916FB9; }

 a { background-color: rgb(145,111,185); }

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

<style>
 span { border-color: #916FB9; }

 span { border-color: rgb(145,111,185); }

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