#907DAB

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

Shades of Purple Mountain's Majesty #907DAB

Tints of Purple Mountain's Majesty #907DAB

Color information

#907DAB (or 0x907DAB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 7D and AB. RGB value is (144,125,171). Sum of RGB (Red+Green+Blue) = 144+125+171=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #907DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907DAB is #6F8254. Grayscale: #878787. Windows color (decimal): -7307861 or 11238800. OLE color: 11238800.

HSL color Cylindrical-coordinate representation of color #907DAB: hue angle of 264.78º degrees, saturation: 0.21, 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 #907DAB is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144125171-
CMYK0.160.2700.33
HSL264.78º21.5%58.04%-
HSV(B)264.78º26.9%67.06%-
XYZ26.1923.5441.69-
YUV135.93147.79133.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.73%
GREEN value IS 125 (49.22% from 255) = 28.41%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=32.73%
G=28.41%
B=38.86%

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
Decimal1441251710.160.2700.33264.7821.558.04
Hex907DAB101B021109153a
Octal22017525320330414112572
Binary100100001111101101010111000011011010000110000100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,125,171); }

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

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

 a { background-color: rgb(144,125,171); }

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

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

 span { border-color: rgb(144,125,171); }

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