#917BAB

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

Shades of Purple Mountain's Majesty #917BAB

Tints of Purple Mountain's Majesty #917BAB

Color information

#917BAB (or 0x917BAB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 7B and AB. RGB value is (145,123,171). Sum of RGB (Red+Green+Blue) = 145+123+171=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #917BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917BAB is #6E8454. Grayscale: #868686. Windows color (decimal): -7242837 or 11238289. OLE color: 11238289.

HSL color Cylindrical-coordinate representation of color #917BAB: hue angle of 267.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #917BAB is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145123171-
CMYK0.150.2800.33
HSL267.5º22.22%57.65%-
HSV(B)267.5º28.07%67.06%-
XYZ26.1123.1341.62-
YUV135.05148.29135.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.03%
GREEN value IS 123 (48.44% from 255) = 28.02%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=33.03%
G=28.02%
B=38.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451231710.150.2800.33267.522.2257.65
Hex917BABF1C02110c163a
Octal22117325317340414142672
Binary10010001111101110101011111111100010000110000110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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