#9381AC

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

Shades of Purple Mountain's Majesty #9381AC

Tints of Purple Mountain's Majesty #9381AC

Color information

#9381AC (or 0x9381AC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 81 and AC. RGB value is (147,129,172). Sum of RGB (Red+Green+Blue) = 147+129+172=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #9381AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9381AC is #6C7E53. Grayscale: #8B8B8B. Windows color (decimal): -7110228 or 11305363. OLE color: 11305363.

HSL color Cylindrical-coordinate representation of color #9381AC: hue angle of 265.12º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9381AC is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB147129172-
CMYK0.150.2500.33
HSL265.12º20.57%59.02%-
HSV(B)265.12º25%67.45%-
XYZ27.3324.8842.39-
YUV139.28146.46133.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.81%
GREEN value IS 129 (50.78% from 255) = 28.79%
BLUE value IS 172 (67.58% from 255) = 38.39%
R=32.81%
G=28.79%
B=38.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471291720.150.2500.33265.1220.5759.02
Hex9381ACF19021109153b
Octal22320125417310414112573
Binary100100111000000110101100111111001010000110000100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9381AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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