#916BB3

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

Shades of Purple Mountain's Majesty #916BB3

Tints of Purple Mountain's Majesty #916BB3

Color information

#916BB3 (or 0x916BB3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 6B and B3. RGB value is (145,107,179). Sum of RGB (Red+Green+Blue) = 145+107+179=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 179 - color contains mainly: blue. Hex color #916BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916BB3 is #6E944C. Grayscale: #7E7E7E. Windows color (decimal): -7246925 or 11758481. OLE color: 11758481.

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

Color convert

RGB145107179-
CMYK0.190.4000.30
HSL271.67º32.14%56.08%-
HSV(B)271.67º40.22%70.2%-
XYZ25.0719.7945.15-
YUV126.57157.59141.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.64%
GREEN value IS 107 (42.19% from 255) = 24.83%
BLUE value IS 179 (70.31% from 255) = 41.53%
R=33.64%
G=24.83%
B=41.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1451071790.190.4000.30271.6732.1456.08
Hex916BB3132801E1102038
Octal22115326323500364204070
Binary1001000111010111011001110011101000011110100010000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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