#9078AC

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

Shades of Purple Mountain's Majesty #9078AC

Tints of Purple Mountain's Majesty #9078AC

Color information

#9078AC (or 0x9078AC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 78 and AC. RGB value is (144,120,172). Sum of RGB (Red+Green+Blue) = 144+120+172=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #9078AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9078AC is #6F8753. Grayscale: #848484. Windows color (decimal): -7309140 or 11303056. OLE color: 11303056.

HSL color Cylindrical-coordinate representation of color #9078AC: hue angle of 267.69º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9078AC is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144120172-
CMYK0.160.3000.33
HSL267.69º23.85%57.25%-
HSV(B)267.69º30.23%67.45%-
XYZ25.6622.3441.99-
YUV133.1149.95135.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.03%
GREEN value IS 120 (47.27% from 255) = 27.52%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=33.03%
G=27.52%
B=39.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441201720.160.3000.33267.6923.8557.25
Hex9078AC101E02110c1839
Octal22017025420360414143071
Binary100100001111000101011001000011110010000110000110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9078AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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