#907FAD

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

Shades of Purple Mountain's Majesty #907FAD

Tints of Purple Mountain's Majesty #907FAD

Color information

#907FAD (or 0x907FAD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 7F and AD. RGB value is (144,127,173). Sum of RGB (Red+Green+Blue) = 144+127+173=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #907FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907FAD is #6F8052. Grayscale: #898989. Windows color (decimal): -7307347 or 11370384. OLE color: 11370384.

HSL color Cylindrical-coordinate representation of color #907FAD: hue angle of 262.17º 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 #907FAD is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144127173-
CMYK0.170.2700.32
HSL262.17º21.9%58.82%-
HSV(B)262.17º26.59%67.84%-
XYZ26.6324.1342.79-
YUV137.33148.13132.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.43%
GREEN value IS 127 (50% from 255) = 28.60%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=32.43%
G=28.60%
B=38.96%

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
Decimal1441271730.170.2700.32262.1721.958.82
Hex907FAD111B020106163b
Octal22017725521330404062673
Binary100100001111111101011011000111011010000010000011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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