#917BBB

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

Shades of Purple Mountain's Majesty #917BBB

Tints of Purple Mountain's Majesty #917BBB

Color information

#917BBB (or 0x917BBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 7B and BB. RGB value is (145,123,187). Sum of RGB (Red+Green+Blue) = 145+123+187=455 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.87% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #917BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917BBB is #6E8444. Grayscale: #888888. Windows color (decimal): -7242821 or 12286865. OLE color: 12286865.

HSL color Cylindrical-coordinate representation of color #917BBB: hue angle of 260.62º degrees, saturation: 0.32, 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 #917BBB is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB145123187-
CMYK0.220.3400.27
HSL260.62º32%60.78%-
HSV(B)260.62º34.22%73.33%-
XYZ27.7323.7750.14-
YUV136.87156.29133.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.87%
GREEN value IS 123 (48.44% from 255) = 27.03%
BLUE value IS 187 (73.44% from 255) = 41.10%
R=31.87%
G=27.03%
B=41.10%

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
Decimal1451231870.220.3400.27260.623260.78
Hex917BBB162201B105203d
Octal22117327326420334054075
Binary1001000111110111011101110110100010011011100000101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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