#907EAD

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

Shades of Purple Mountain's Majesty #907EAD

Tints of Purple Mountain's Majesty #907EAD

Color information

#907EAD (or 0x907EAD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 7E and AD. RGB value is (144,126,173). Sum of RGB (Red+Green+Blue) = 144+126+173=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #907EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907EAD is #6F8152. Grayscale: #888888. Windows color (decimal): -7307603 or 11370128. OLE color: 11370128.

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

Color convert

RGB144126173-
CMYK0.170.2700.32
HSL262.98º22.27%58.63%-
HSV(B)262.98º27.17%67.84%-
XYZ26.5123.8742.75-
YUV136.74148.46133.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.51%
GREEN value IS 126 (49.61% from 255) = 28.44%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=32.51%
G=28.44%
B=39.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441261730.170.2700.32262.9822.2758.63
Hex907EAD111B020107163b
Octal22017625521330404072673
Binary100100001111110101011011000111011010000010000011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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