#916EB5

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

Shades of Purple Mountain's Majesty #916EB5

Tints of Purple Mountain's Majesty #916EB5

Color information

#916EB5 (or 0x916EB5) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 6E and B5. RGB value is (145,110,181). Sum of RGB (Red+Green+Blue) = 145+110+181=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 181 - color contains mainly: blue. Hex color #916EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916EB5 is #6E914A. Grayscale: #808080. Windows color (decimal): -7246155 or 11890321. OLE color: 11890321.

HSL color Cylindrical-coordinate representation of color #916EB5: hue angle of 269.58º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #916EB5 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB145110181-
CMYK0.200.3900.29
HSL269.58º32.42%57.06%-
HSV(B)269.58º39.23%70.98%-
XYZ25.5920.5146.33-
YUV128.56157.6139.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.26%
GREEN value IS 110 (43.36% from 255) = 25.23%
BLUE value IS 181 (71.09% from 255) = 41.51%
R=33.26%
G=25.23%
B=41.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1451101810.200.3900.29269.5832.4257.06
Hex916EB5142701D10e2039
Octal22115626524470354164071
Binary1001000111011101011010110100100111011101100001110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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