#917FAF

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

Shades of Purple Mountain's Majesty #917FAF

Tints of Purple Mountain's Majesty #917FAF

Color information

#917FAF (or 0x917FAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 7F and AF. RGB value is (145,127,175). Sum of RGB (Red+Green+Blue) = 145+127+175=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #917FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917FAF is #6E8050. Grayscale: #898989. Windows color (decimal): -7241809 or 11501457. OLE color: 11501457.

HSL color Cylindrical-coordinate representation of color #917FAF: hue angle of 262.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #917FAF is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB145127175-
CMYK0.170.2700.31
HSL262.5º23.08%59.22%-
HSV(B)262.5º27.43%68.63%-
XYZ2724.2943.82-
YUV137.85148.96133.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.44%
GREEN value IS 127 (50% from 255) = 28.41%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=32.44%
G=28.41%
B=39.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1451271750.170.2700.31262.523.0859.22
Hex917FAF111B01F106173b
Octal22117725721330374062773
Binary10010001111111110101111100011101101111110000011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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