#9376AD

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

Shades of Purple Mountain's Majesty #9376AD

Tints of Purple Mountain's Majesty #9376AD

Color information

#9376AD (or 0x9376AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 76 and AD. RGB value is (147,118,173). Sum of RGB (Red+Green+Blue) = 147+118+173=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #9376AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9376AD is #6C8952. Grayscale: #848484. Windows color (decimal): -7113043 or 11368083. OLE color: 11368083.

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

Color convert

RGB147118173-
CMYK0.150.3200.32
HSL271.64º25.11%57.06%-
HSV(B)271.64º31.79%67.84%-
XYZ26.0522.1842.44-
YUV132.94150.61138.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.56%
GREEN value IS 118 (46.48% from 255) = 26.94%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=33.56%
G=26.94%
B=39.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471181730.150.3200.32271.6425.1157.06
Hex9376ADF200201101939
Octal22316625517400404203171
Binary100100111110110101011011111100000010000010001000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9376AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,118,173); }

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

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

 a { background-color: rgb(147,118,173); }

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

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

 span { border-color: rgb(147,118,173); }

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