#917BBA

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

Shades of Purple Mountain's Majesty #917BBA

Tints of Purple Mountain's Majesty #917BBA

Color information

#917BBA (or 0x917BBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 7B and BA. RGB value is (145,123,186). Sum of RGB (Red+Green+Blue) = 145+123+186=454 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.94% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #917BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917BBA is #6E8445. Grayscale: #888888. Windows color (decimal): -7242822 or 12221329. OLE color: 12221329.

HSL color Cylindrical-coordinate representation of color #917BBA: hue angle of 260.95º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #917BBA is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB145123186-
CMYK0.220.3400.27
HSL260.95º31.34%60.59%-
HSV(B)260.95º33.87%72.94%-
XYZ27.6223.7349.58-
YUV136.76155.79133.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.94%
GREEN value IS 123 (48.44% from 255) = 27.09%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=31.94%
G=27.09%
B=40.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451231860.220.3400.27260.9531.3460.59
Hex917BBA162201B1051f3d
Octal22117327226420334053775
Binary100100011111011101110101011010001001101110000010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917BBA; }

 p { color: rgb(145,123,186); }

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

<style>
 a { background-color: #917BBA; }

 a { background-color: rgb(145,123,186); }

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

<style>
 span { border-color: #917BBA; }

 span { border-color: rgb(145,123,186); }

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