#916FB7

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

Shades of Purple Mountain's Majesty #916FB7

Tints of Purple Mountain's Majesty #916FB7

Color information

#916FB7 (or 0x916FB7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 6F and B7. RGB value is (145,111,183). Sum of RGB (Red+Green+Blue) = 145+111+183=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 183 - color contains mainly: blue. Hex color #916FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916FB7 is #6E9048. Grayscale: #818181. Windows color (decimal): -7245897 or 12021649. OLE color: 12021649.

HSL color Cylindrical-coordinate representation of color #916FB7: hue angle of 268.33º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #916FB7 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB145111183-
CMYK0.210.3900.28
HSL268.33º33.33%57.65%-
HSV(B)268.33º39.34%71.76%-
XYZ25.9120.8147.45-
YUV129.37158.26139.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.03%
GREEN value IS 111 (43.75% from 255) = 25.28%
BLUE value IS 183 (71.88% from 255) = 41.69%
R=33.03%
G=25.28%
B=41.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1451111830.210.3900.28268.3333.3357.65
Hex916FB7152701C10c213a
Octal22115726725470344144172
Binary1001000111011111011011110101100111011100100001100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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