#9371BB

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

Shades of Purple Mountain's Majesty #9371BB

Tints of Purple Mountain's Majesty #9371BB

Color information

#9371BB (or 0x9371BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 71 and BB. RGB value is (147,113,187). Sum of RGB (Red+Green+Blue) = 147+113+187=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #9371BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9371BB is #6C8E44. Grayscale: #838383. Windows color (decimal): -7114309 or 12284307. OLE color: 12284307.

HSL color Cylindrical-coordinate representation of color #9371BB: hue angle of 267.57º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9371BB is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147113187-
CMYK0.210.4000.27
HSL267.57º35.24%58.82%-
HSV(B)267.57º39.57%73.33%-
XYZ26.9121.649.76-
YUV131.6159.26138.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.89%
GREEN value IS 113 (44.53% from 255) = 25.28%
BLUE value IS 187 (73.44% from 255) = 41.83%
R=32.89%
G=25.28%
B=41.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471131870.210.4000.27267.5735.2458.82
Hex9371BB152801B10c233b
Octal22316127325500334144373
Binary1001001111100011011101110101101000011011100001100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9371BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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