#916EB2

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

Shades of Purple Mountain's Majesty #916EB2

Tints of Purple Mountain's Majesty #916EB2

Color information

#916EB2 (or 0x916EB2) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 6E and B2. RGB value is (145,110,178). Sum of RGB (Red+Green+Blue) = 145+110+178=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 178 - color contains mainly: blue. Hex color #916EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916EB2 is #6E914D. Grayscale: #7F7F7F. Windows color (decimal): -7246158 or 11693713. OLE color: 11693713.

HSL color Cylindrical-coordinate representation of color #916EB2: hue angle of 270.88º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #916EB2 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB145110178-
CMYK0.190.3800.30
HSL270.88º30.63%56.47%-
HSV(B)270.88º38.2%69.8%-
XYZ25.2920.3944.72-
YUV128.22156.1139.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.49%
GREEN value IS 110 (43.36% from 255) = 25.40%
BLUE value IS 178 (69.92% from 255) = 41.11%
R=33.49%
G=25.40%
B=41.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1451101780.190.3800.30270.8830.6356.47
Hex916EB2132601E10f1f38
Octal22115626223460364173770
Binary100100011101110101100101001110011001111010000111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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