#9477AD

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

Shades of Purple Mountain's Majesty #9477AD

Tints of Purple Mountain's Majesty #9477AD

Color information

#9477AD (or 0x9477AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 77 and AD. RGB value is (148,119,173). Sum of RGB (Red+Green+Blue) = 148+119+173=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #9477AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9477AD is #6B8852. Grayscale: #858585. Windows color (decimal): -7047251 or 11368340. OLE color: 11368340.

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

Color convert

RGB148119173-
CMYK0.140.3100.32
HSL272.22º24.77%57.25%-
HSV(B)272.22º31.21%67.84%-
XYZ26.3522.5142.49-
YUV133.83150.11138.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.64%
GREEN value IS 119 (46.88% from 255) = 27.05%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=33.64%
G=27.05%
B=39.32%

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
Decimal1481191730.140.3100.32272.2224.7757.25
Hex9477ADE1F0201101939
Octal22416725516370404203171
Binary10010100111011110101101111011111010000010001000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9477AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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