#907AAE

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

Shades of Purple Mountain's Majesty #907AAE

Tints of Purple Mountain's Majesty #907AAE

Color information

#907AAE (or 0x907AAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 7A and AE. RGB value is (144,122,174). Sum of RGB (Red+Green+Blue) = 144+122+174=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #907AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907AAE is #6F8551. Grayscale: #868686. Windows color (decimal): -7308626 or 11434640. OLE color: 11434640.

HSL color Cylindrical-coordinate representation of color #907AAE: hue angle of 265.38º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #907AAE is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144122174-
CMYK0.170.3000.32
HSL265.38º24.3%58.04%-
HSV(B)265.38º29.89%68.24%-
XYZ26.122.943.09-
YUV134.51150.29134.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.73%
GREEN value IS 122 (48.05% from 255) = 27.73%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=32.73%
G=27.73%
B=39.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441221740.170.3000.32265.3824.358.04
Hex907AAE111E020109183a
Octal22017225621360404113072
Binary100100001111010101011101000111110010000010000100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907AAE; }

 p { color: rgb(144,122,174); }

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

<style>
 a { background-color: #907AAE; }

 a { background-color: rgb(144,122,174); }

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

<style>
 span { border-color: #907AAE; }

 span { border-color: rgb(144,122,174); }

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