#9078AD

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

Shades of Purple Mountain's Majesty #9078AD

Tints of Purple Mountain's Majesty #9078AD

Color information

#9078AD (or 0x9078AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 78 and AD. RGB value is (144,120,173). Sum of RGB (Red+Green+Blue) = 144+120+173=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #9078AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9078AD is #6F8752. Grayscale: #858585. Windows color (decimal): -7309139 or 11368592. OLE color: 11368592.

HSL color Cylindrical-coordinate representation of color #9078AD: hue angle of 267.17º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9078AD is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144120173-
CMYK0.170.3100.32
HSL267.17º24.42%57.45%-
HSV(B)267.17º30.64%67.84%-
XYZ25.7622.3842.5-
YUV133.22150.45135.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.95%
GREEN value IS 120 (47.27% from 255) = 27.46%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=32.95%
G=27.46%
B=39.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441201730.170.3100.32267.1724.4257.45
Hex9078AD111F02010b1839
Octal22017025521370404133071
Binary100100001111000101011011000111111010000010000101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9078AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9078AD; }

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

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

<style>
 a { background-color: #9078AD; }

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

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

<style>
 span { border-color: #9078AD; }

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

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