#9C71BA

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

Shades of Purple Mountain's Majesty #9C71BA

Tints of Purple Mountain's Majesty #9C71BA

Color information

#9C71BA (or 0x9C71BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9C, 71 and BA. RGB value is (156,113,186). Sum of RGB (Red+Green+Blue) = 156+113+186=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C71BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C71BA is #638E45. Grayscale: #858585. Windows color (decimal): -6524486 or 12218780. OLE color: 12218780.

HSL color Cylindrical-coordinate representation of color #9C71BA: hue angle of 275.34º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C71BA is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB156113186-
CMYK0.160.3900.27
HSL275.34º34.6%58.63%-
HSV(B)275.34º39.25%72.94%-
XYZ28.4822.4249.28-
YUV134.18157.25143.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.29%
GREEN value IS 113 (44.53% from 255) = 24.84%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=34.29%
G=24.84%
B=40.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561131860.160.3900.27275.3434.658.63
Hex9C71BA102701B113233b
Octal23416127220470334234373
Binary1001110011100011011101010000100111011011100010011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C71BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C71BA; }

 p { color: rgb(156,113,186); }

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

<style>
 a { background-color: #9C71BA; }

 a { background-color: rgb(156,113,186); }

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

<style>
 span { border-color: #9C71BA; }

 span { border-color: rgb(156,113,186); }

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