#9C71BE

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

Shades of Purple Mountain's Majesty #9C71BE

Tints of Purple Mountain's Majesty #9C71BE

Color information

#9C71BE (or 0x9C71BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9C, 71 and BE. RGB value is (156,113,190). Sum of RGB (Red+Green+Blue) = 156+113+190=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C71BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C71BE is #638E41. Grayscale: #868686. Windows color (decimal): -6524482 or 12480924. OLE color: 12480924.

HSL color Cylindrical-coordinate representation of color #9C71BE: hue angle of 273.51º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C71BE is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156113190-
CMYK0.180.4100.25
HSL273.51º37.2%59.41%-
HSV(B)273.51º40.53%74.51%-
XYZ28.9122.651.55-
YUV134.64159.25143.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.99%
GREEN value IS 113 (44.53% from 255) = 24.62%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=33.99%
G=24.62%
B=41.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561131900.180.4100.25273.5137.259.41
Hex9C71BE1229019112253b
Octal23416127622510314224573
Binary1001110011100011011111010010101001011001100010010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C71BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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