Html Css Color HEX #9D73BC Purple Mountain's Majesty
📋 copy color: '#9D73BC'red 157 ◦ green 115 ◦ blue 188
Shades of Purple Mountain's Majesty #9D73BC
Tints of Purple Mountain's Majesty #9D73BC
RGB
CMYK
RGB Variations
Color information
#9D73BC (or 0x9D73BC) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 73 and BC. RGB value is (157,115,188). Sum of RGB (Red+Green+Blue) = 157+115+188=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D73BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D73BC is #628C43. Grayscale: #878787. Windows color (decimal): -6458436 or 12350365. OLE color: 12350365.
HSL color Cylindrical-coordinate representation of color #9D73BC: hue angle of 274.52º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D73BC is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 115 | 188 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.26 |
| HSL | 274.52º | 0.35% | 0.59% | - |
| HSV(B) | 274.52º | 0.39% | 0.74% | - |
| XYZ | 29.11 | 23.06 | 50.49 | - |
| YUV | 135.88 | 157.41 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 115 | 188 | 0.16 | 0.39 | 0 | 0.26 | 274.52 | 0.35 | 0.59 |
| Hex | 9D | 73 | BC | 10 | 27 | 0 | 1A | 113 | 23 | 3B |
| Octal | 235 | 163 | 274 | 20 | 47 | 0 | 32 | 423 | 43 | 73 |
| Binary | 10011101 | 1110011 | 10111100 | 10000 | 100111 | 0 | 11010 | 100010011 | 100011 | 111011 |
Color Harmonies of #9D73BC
Complementary color
Monochromatic Colors of #9D73BC
Black with #9D73BC
Text Example
Text Example
White with #9D73BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D73BC; }
p { color: rgb(157,115,188); }
H1.HeaderClassName
{
color: #9D73BC;
}
.AnyTagClassName
{
color: #9D73BC;
}
</style>
background-color css
<style>
a { background-color: #9D73BC; }
a { background-color: rgb(157,115,188); }
div.DivClassName
{
background-color: #9D73BC;
}
.BgClassName
{
background-color: #9D73BC;
}
</style>
border-color css
<style>
span { border-color: #9D73BC; }
span { border-color: rgb(157,115,188); }
td.TdClassName
{
border-color: #9D73BC;
}
.TagClassName
{
border-color: #9D73BC;
}
</style>