#907EAA

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

Shades of Purple Mountain's Majesty #907EAA

Tints of Purple Mountain's Majesty #907EAA

Color information

#907EAA (or 0x907EAA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 7E and AA. RGB value is (144,126,170). Sum of RGB (Red+Green+Blue) = 144+126+170=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #907EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907EAA is #6F8155. Grayscale: #888888. Windows color (decimal): -7307606 or 11173520. OLE color: 11173520.

HSL color Cylindrical-coordinate representation of color #907EAA: 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 #907EAA is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144126170-
CMYK0.150.2600.33
HSL264.55º20.56%58.04%-
HSV(B)264.55º25.88%66.67%-
XYZ26.2223.7541.23-
YUV136.4146.96133.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.73%
GREEN value IS 126 (49.61% from 255) = 28.64%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=32.73%
G=28.64%
B=38.64%

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
Decimal1441261700.150.2600.33264.5520.5658.04
Hex907EAAF1A021109153a
Octal22017625217320414112572
Binary10010000111111010101010111111010010000110000100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,126,170); }

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

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

 a { background-color: rgb(144,126,170); }

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

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

 span { border-color: rgb(144,126,170); }

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