#916BB7

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

Shades of Purple Mountain's Majesty #916BB7

Tints of Purple Mountain's Majesty #916BB7

Color information

#916BB7 (or 0x916BB7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 6B and B7. RGB value is (145,107,183). Sum of RGB (Red+Green+Blue) = 145+107+183=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 183 - color contains mainly: blue. Hex color #916BB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916BB7 is #6E9448. Grayscale: #7E7E7E. Windows color (decimal): -7246921 or 12020625. OLE color: 12020625.

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

Color convert

RGB145107183-
CMYK0.210.4200.28
HSL270º34.55%56.86%-
HSV(B)270º41.53%71.76%-
XYZ25.4819.9547.31-
YUV127.03159.59140.82-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.33%
GREEN value IS 107 (42.19% from 255) = 24.60%
BLUE value IS 183 (71.88% from 255) = 42.07%
R=33.33%
G=24.60%
B=42.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1451071830.210.4200.2827034.5556.86
Hex916BB7152A01C10e2339
Octal22115326725520344164371
Binary1001000111010111011011110101101010011100100001110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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