#917DAE

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

Shades of Purple Mountain's Majesty #917DAE

Tints of Purple Mountain's Majesty #917DAE

Color information

#917DAE (or 0x917DAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 7D and AE. RGB value is (145,125,174). Sum of RGB (Red+Green+Blue) = 145+125+174=444 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.66% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 174 - color contains mainly: blue. Hex color #917DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917DAE is #6E8251. Grayscale: #888888. Windows color (decimal): -7242322 or 11435409. OLE color: 11435409.

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

Color convert

RGB145125174-
CMYK0.170.2800.32
HSL264.49º23.22%58.63%-
HSV(B)264.49º28.16%68.24%-
XYZ26.6523.7443.22-
YUV136.57149.13134.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.66%
GREEN value IS 125 (49.22% from 255) = 28.15%
BLUE value IS 174 (68.36% from 255) = 39.19%
R=32.66%
G=28.15%
B=39.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451251740.170.2800.32264.4923.2258.63
Hex917DAE111C020108173b
Octal22117525621340404102773
Binary100100011111101101011101000111100010000010000100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,125,174); }

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

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

 a { background-color: rgb(145,125,174); }

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

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

 span { border-color: rgb(145,125,174); }

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