#907EA7

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

Shades of Purple Mountain's Majesty #907EA7

Tints of Purple Mountain's Majesty #907EA7

Color information

#907EA7 (or 0x907EA7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 7E and A7. RGB value is (144,126,167). Sum of RGB (Red+Green+Blue) = 144+126+167=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 167 (65.62% from 255 or 38.22% from 437); Max value from RGB is 167 - color contains mainly: blue. Hex color #907EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907EA7 is #6F8158. Grayscale: #878787. Windows color (decimal): -7307609 or 10976912. OLE color: 10976912.

HSL color Cylindrical-coordinate representation of color #907EA7: hue angle of 266.34º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #907EA7 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB144126167-
CMYK0.140.2500.35
HSL266.34º18.89%57.45%-
HSV(B)266.34º24.55%65.49%-
XYZ25.9423.6439.76-
YUV136.06145.46133.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.95%
GREEN value IS 126 (49.61% from 255) = 28.83%
BLUE value IS 167 (65.62% from 255) = 38.22%
R=32.95%
G=28.83%
B=38.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1441261670.140.2500.35266.3418.8957.45
Hex907EA7E1902310a1339
Octal22017624716310434122371
Binary10010000111111010100111111011001010001110000101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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