#916BB6

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

Shades of Purple Mountain's Majesty #916BB6

Tints of Purple Mountain's Majesty #916BB6

Color information

#916BB6 (or 0x916BB6) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 6B and B6. RGB value is (145,107,182). Sum of RGB (Red+Green+Blue) = 145+107+182=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 182 - color contains mainly: blue. Hex color #916BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916BB6 is #6E9449. Grayscale: #7E7E7E. Windows color (decimal): -7246922 or 11955089. OLE color: 11955089.

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

Color convert

RGB145107182-
CMYK0.200.4100.29
HSL270.4º33.94%56.67%-
HSV(B)270.4º41.21%71.37%-
XYZ25.3819.9146.76-
YUV126.91159.09140.9-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.41%
GREEN value IS 107 (42.19% from 255) = 24.65%
BLUE value IS 182 (71.48% from 255) = 41.94%
R=33.41%
G=24.65%
B=41.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1451071820.200.4100.29270.433.9456.67
Hex916BB6142901D10e2239
Octal22115326624510354164271
Binary1001000111010111011011010100101001011101100001110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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