Html Css Color HEX #9C72BD Purple Mountain's Majesty
📋 copy color: '#9C72BD'red 156 ◦ green 114 ◦ blue 189
Shades of Purple Mountain's Majesty #9C72BD
Tints of Purple Mountain's Majesty #9C72BD
RGB
CMYK
RGB Variations
Color information
#9C72BD (or 0x9C72BD) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 72 and BD. RGB value is (156,114,189). Sum of RGB (Red+Green+Blue) = 156+114+189=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C72BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C72BD is #638D42. Grayscale: #868686. Windows color (decimal): -6524227 or 12415644. OLE color: 12415644.
HSL color Cylindrical-coordinate representation of color #9C72BD: hue angle of 273.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C72BD is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 114 | 189 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.26 |
| HSL | 273.6º | 0.36% | 0.59% | - |
| HSV(B) | 273.6º | 0.4% | 0.74% | - |
| XYZ | 28.91 | 22.78 | 51.02 | - |
| YUV | 135.11 | 158.41 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 114 | 189 | 0.17 | 0.40 | 0 | 0.26 | 273.6 | 0.36 | 0.59 |
| Hex | 9C | 72 | BD | 11 | 28 | 0 | 1A | 112 | 24 | 3B |
| Octal | 234 | 162 | 275 | 21 | 50 | 0 | 32 | 422 | 44 | 73 |
| Binary | 10011100 | 1110010 | 10111101 | 10001 | 101000 | 0 | 11010 | 100010010 | 100100 | 111011 |
Color Harmonies of #9C72BD
Complementary color
Monochromatic Colors of #9C72BD
Black with #9C72BD
Text Example
Text Example
White with #9C72BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C72BD; }
p { color: rgb(156,114,189); }
H1.HeaderClassName
{
color: #9C72BD;
}
.AnyTagClassName
{
color: #9C72BD;
}
</style>
background-color css
<style>
a { background-color: #9C72BD; }
a { background-color: rgb(156,114,189); }
div.DivClassName
{
background-color: #9C72BD;
}
.BgClassName
{
background-color: #9C72BD;
}
</style>
border-color css
<style>
span { border-color: #9C72BD; }
span { border-color: rgb(156,114,189); }
td.TdClassName
{
border-color: #9C72BD;
}
.TagClassName
{
border-color: #9C72BD;
}
</style>