#9278AE

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

Shades of Purple Mountain's Majesty #9278AE

Tints of Purple Mountain's Majesty #9278AE

Color information

#9278AE (or 0x9278AE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 78 and AE. RGB value is (146,120,174). Sum of RGB (Red+Green+Blue) = 146+120+174=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #9278AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9278AE is #6D8751. Grayscale: #858585. Windows color (decimal): -7178066 or 11434130. OLE color: 11434130.

HSL color Cylindrical-coordinate representation of color #9278AE: hue angle of 268.89º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9278AE is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB146120174-
CMYK0.160.3100.32
HSL268.89º25%57.65%-
HSV(B)268.89º31.03%68.24%-
XYZ26.2122.643.03-
YUV133.93150.61136.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.18%
GREEN value IS 120 (47.27% from 255) = 27.27%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=33.18%
G=27.27%
B=39.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461201740.160.3100.32268.892557.65
Hex9278AE101F02010d193a
Octal22217025620370404153172
Binary100100101111000101011101000011111010000010000110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9278AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9278AE; }

 p { color: rgb(146,120,174); }

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

<style>
 a { background-color: #9278AE; }

 a { background-color: rgb(146,120,174); }

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

<style>
 span { border-color: #9278AE; }

 span { border-color: rgb(146,120,174); }

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