#917FAB

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

Shades of Purple Mountain's Majesty #917FAB

Tints of Purple Mountain's Majesty #917FAB

Color information

#917FAB (or 0x917FAB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 7F and AB. RGB value is (145,127,171). Sum of RGB (Red+Green+Blue) = 145+127+171=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #917FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917FAB is #6E8054. Grayscale: #898989. Windows color (decimal): -7241813 or 11239313. OLE color: 11239313.

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

Color convert

RGB145127171-
CMYK0.150.2600.33
HSL264.55º20.75%58.43%-
HSV(B)264.55º25.73%67.06%-
XYZ26.6224.1441.78-
YUV137.4146.96133.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.73%
GREEN value IS 127 (50% from 255) = 28.67%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=32.73%
G=28.67%
B=38.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451271710.150.2600.33264.5520.7558.43
Hex917FABF1A021109153a
Octal22117725317320414112572
Binary10010001111111110101011111111010010000110000100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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