#9571BB

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

Shades of Purple Mountain's Majesty #9571BB

Tints of Purple Mountain's Majesty #9571BB

Color information

#9571BB (or 0x9571BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 71 and BB. RGB value is (149,113,187). Sum of RGB (Red+Green+Blue) = 149+113+187=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #9571BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9571BB is #6A8E44. Grayscale: #838383. Windows color (decimal): -6983237 or 12284309. OLE color: 12284309.

HSL color Cylindrical-coordinate representation of color #9571BB: hue angle of 269.19º 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 #9571BB is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB149113187-
CMYK0.200.4000.27
HSL269.19º35.24%58.82%-
HSV(B)269.19º39.57%73.33%-
XYZ27.2721.7949.78-
YUV132.2158.93139.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.18%
GREEN value IS 113 (44.53% from 255) = 25.17%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=33.18%
G=25.17%
B=41.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491131870.200.4000.27269.1935.2458.82
Hex9571BB142801B10d233b
Octal22516127324500334154373
Binary1001010111100011011101110100101000011011100001101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9571BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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