#907AAB

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

Shades of Purple Mountain's Majesty #907AAB

Tints of Purple Mountain's Majesty #907AAB

Color information

#907AAB (or 0x907AAB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 7A and AB. RGB value is (144,122,171). Sum of RGB (Red+Green+Blue) = 144+122+171=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #907AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907AAB is #6F8554. Grayscale: #858585. Windows color (decimal): -7308629 or 11238032. OLE color: 11238032.

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

Color convert

RGB144122171-
CMYK0.160.2900.33
HSL266.94º22.58%57.45%-
HSV(B)266.94º28.65%67.06%-
XYZ25.8122.7941.57-
YUV134.16148.79135.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.95%
GREEN value IS 122 (48.05% from 255) = 27.92%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=32.95%
G=27.92%
B=39.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441221710.160.2900.33266.9422.5857.45
Hex907AAB101D02110b1739
Octal22017225320350414132771
Binary100100001111010101010111000011101010000110000101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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