#9C72BA

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

Shades of Purple Mountain's Majesty #9C72BA

Tints of Purple Mountain's Majesty #9C72BA

Color information

#9C72BA (or 0x9C72BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9C, 72 and BA. RGB value is (156,114,186). Sum of RGB (Red+Green+Blue) = 156+114+186=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C72BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C72BA is #638D45. Grayscale: #868686. Windows color (decimal): -6524230 or 12219036. OLE color: 12219036.

HSL color Cylindrical-coordinate representation of color #9C72BA: hue angle of 275º degrees, saturation: 0.34, 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 #9C72BA is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB156114186-
CMYK0.160.3900.27
HSL275º34.29%58.82%-
HSV(B)275º38.71%72.94%-
XYZ28.5922.6549.32-
YUV134.77156.91143.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.21%
GREEN value IS 114 (44.92% from 255) = 25%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=34.21%
G=25%
B=40.79%

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
Decimal1561141860.160.3900.2727534.2958.82
Hex9C72BA102701B113223b
Octal23416227220470334234273
Binary1001110011100101011101010000100111011011100010011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C72BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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