Html Css Color HEX #9C7DB8 Purple Mountain's Majesty
📋 copy color: '#9C7DB8'red 156 ◦ green 125 ◦ blue 184
Shades of Purple Mountain's Majesty #9C7DB8
Tints of Purple Mountain's Majesty #9C7DB8
RGB
CMYK
RGB Variations
Color information
#9C7DB8 (or 0x9C7DB8) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7D and B8. RGB value is (156,125,184). Sum of RGB (Red+Green+Blue) = 156+125+184=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 184 - color contains mainly: blue. Hex color #9C7DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7DB8 is #638247. Grayscale: #8C8C8C. Windows color (decimal): -6521416 or 12090780. OLE color: 12090780.
HSL color Cylindrical-coordinate representation of color #9C7DB8: hue angle of 271.53º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C7DB8 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 125 | 184 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.28 |
| HSL | 271.53º | 0.29% | 0.61% | - |
| HSV(B) | 271.53º | 0.32% | 0.72% | - |
| XYZ | 29.7 | 25.2 | 48.65 | - |
| YUV | 141 | 152.27 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 184 | 0.15 | 0.32 | 0 | 0.28 | 271.53 | 0.29 | 0.61 |
| Hex | 9C | 7D | B8 | F | 20 | 0 | 1C | 110 | 1D | 3D |
| Octal | 234 | 175 | 270 | 17 | 40 | 0 | 34 | 420 | 35 | 75 |
| Binary | 10011100 | 1111101 | 10111000 | 1111 | 100000 | 0 | 11100 | 100010000 | 11101 | 111101 |
Color Harmonies of #9C7DB8
Complementary color
Monochromatic Colors of #9C7DB8
Black with #9C7DB8
Text Example
Text Example
White with #9C7DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7DB8; }
p { color: rgb(156,125,184); }
H1.HeaderClassName
{
color: #9C7DB8;
}
.AnyTagClassName
{
color: #9C7DB8;
}
</style>
background-color css
<style>
a { background-color: #9C7DB8; }
a { background-color: rgb(156,125,184); }
div.DivClassName
{
background-color: #9C7DB8;
}
.BgClassName
{
background-color: #9C7DB8;
}
</style>
border-color css
<style>
span { border-color: #9C7DB8; }
span { border-color: rgb(156,125,184); }
td.TdClassName
{
border-color: #9C7DB8;
}
.TagClassName
{
border-color: #9C7DB8;
}
</style>