#9371b4

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

Shades of Purple Mountain's Majesty #9371B4

Tints of Purple Mountain's Majesty #9371B4

Color information

#9371B4 (or 0x9371B4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 71 and B4. RGB value is (147,113,180). Sum of RGB (Red+Green+Blue) = 147+113+180=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #9371B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9371B4 is #6C8E4B. Grayscale: #828282. Windows color (decimal): -7114316 or 11825555. OLE color: 11825555.

HSL color Cylindrical-coordinate representation of color #9371B4: hue angle of 270.45º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9371B4 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB147113180-
CMYK0.180.3700.29
HSL270.45º30.88%57.45%-
HSV(B)270.45º37.22%70.59%-
XYZ26.1821.3145.91-
YUV130.8155.76139.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.41%
GREEN value IS 113 (44.53% from 255) = 25.68%
BLUE value IS 180 (70.70% from 255) = 40.91%
R=33.41%
G=25.68%
B=40.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471131800.180.3700.29270.4530.8857.45
Hex9371B4122501D10e1f39
Octal22316126422450354163771
Binary100100111110001101101001001010010101110110000111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9371b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9371b4; }

 p { color: rgb(147,113,180); }

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

<style>
 a { background-color: #9371b4; }

 a { background-color: rgb(147,113,180); }

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

<style>
 span { border-color: #9371b4; }

 span { border-color: rgb(147,113,180); }

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