#916EB7

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

Shades of Purple Mountain's Majesty #916EB7

Tints of Purple Mountain's Majesty #916EB7

Color information

#916EB7 (or 0x916EB7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 6E and B7. RGB value is (145,110,183). Sum of RGB (Red+Green+Blue) = 145+110+183=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 183 - color contains mainly: blue. Hex color #916EB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916EB7 is #6E9148. Grayscale: #808080. Windows color (decimal): -7246153 or 12021393. OLE color: 12021393.

HSL color Cylindrical-coordinate representation of color #916EB7: hue angle of 268.77º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #916EB7 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB145110183-
CMYK0.210.4000.28
HSL268.77º33.64%57.45%-
HSV(B)268.77º39.89%71.76%-
XYZ25.820.5947.41-
YUV128.79158.6139.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.11%
GREEN value IS 110 (43.36% from 255) = 25.11%
BLUE value IS 183 (71.88% from 255) = 41.78%
R=33.11%
G=25.11%
B=41.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1451101830.210.4000.28268.7733.6457.45
Hex916EB7152801C10d2239
Octal22115626725500344154271
Binary1001000111011101011011110101101000011100100001101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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