#9478AD

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

Shades of Purple Mountain's Majesty #9478AD

Tints of Purple Mountain's Majesty #9478AD

Color information

#9478AD (or 0x9478AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 78 and AD. RGB value is (148,120,173). Sum of RGB (Red+Green+Blue) = 148+120+173=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #9478AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9478AD is #6B8752. Grayscale: #868686. Windows color (decimal): -7046995 or 11368596. OLE color: 11368596.

HSL color Cylindrical-coordinate representation of color #9478AD: hue angle of 271.7º 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 #9478AD is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB148120173-
CMYK0.140.3100.32
HSL271.7º24.42%57.45%-
HSV(B)271.7º30.64%67.84%-
XYZ26.4722.7542.53-
YUV134.41149.78137.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.56%
GREEN value IS 120 (47.27% from 255) = 27.21%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=33.56%
G=27.21%
B=39.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481201730.140.3100.32271.724.4257.45
Hex9478ADE1F0201101839
Octal22417025516370404203071
Binary10010100111100010101101111011111010000010001000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9478AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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