#907EAC

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

Shades of Purple Mountain's Majesty #907EAC

Tints of Purple Mountain's Majesty #907EAC

Color information

#907EAC (or 0x907EAC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 7E and AC. RGB value is (144,126,172). Sum of RGB (Red+Green+Blue) = 144+126+172=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #907EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907EAC is #6F8153. Grayscale: #888888. Windows color (decimal): -7307604 or 11304592. OLE color: 11304592.

HSL color Cylindrical-coordinate representation of color #907EAC: hue angle of 263.48º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #907EAC is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144126172-
CMYK0.160.2700.33
HSL263.48º21.7%58.43%-
HSV(B)263.48º26.74%67.45%-
XYZ26.4123.8342.24-
YUV136.63147.96133.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.58%
GREEN value IS 126 (49.61% from 255) = 28.51%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=32.58%
G=28.51%
B=38.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441261720.160.2700.33263.4821.758.43
Hex907EAC101B021107163a
Octal22017625420330414072672
Binary100100001111110101011001000011011010000110000011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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