#9381AE

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

Shades of Purple Mountain's Majesty #9381AE

Tints of Purple Mountain's Majesty #9381AE

Color information

#9381AE (or 0x9381AE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 81 and AE. RGB value is (147,129,174). Sum of RGB (Red+Green+Blue) = 147+129+174=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #9381AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9381AE is #6C7E51. Grayscale: #8B8B8B. Windows color (decimal): -7110226 or 11436435. OLE color: 11436435.

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

Color convert

RGB147129174-
CMYK0.160.2600.32
HSL264º21.74%59.41%-
HSV(B)264º25.86%68.24%-
XYZ27.5224.9643.41-
YUV139.51147.46133.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.67%
GREEN value IS 129 (50.78% from 255) = 28.67%
BLUE value IS 174 (68.36% from 255) = 38.67%
R=32.67%
G=28.67%
B=38.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471291740.160.2600.3226421.7459.41
Hex9381AE101A020108163b
Octal22320125620320404102673
Binary1001001110000001101011101000011010010000010000100010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9381AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,129,174); }

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

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

 a { background-color: rgb(147,129,174); }

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

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

 span { border-color: rgb(147,129,174); }

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