Html Css Color HEX #9868B9 Purple Mountain's Majesty
📋 copy color: '#9868B9'red 152 ◦ green 104 ◦ blue 185
Shades of Purple Mountain's Majesty #9868B9
Tints of Purple Mountain's Majesty #9868B9
RGB
CMYK
RGB Variations
Color information
#9868B9 (or 0x9868B9) is known color: Purple Mountain's Majesty. HEX triplet: 98, 68 and B9. RGB value is (152,104,185). Sum of RGB (Red+Green+Blue) = 152+104+185=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #9868B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9868B9 is #679746. Grayscale: #7F7F7F. Windows color (decimal): -6788935 or 12150936. OLE color: 12150936.
HSL color Cylindrical-coordinate representation of color #9868B9: hue angle of 275.56º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9868B9 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 104 | 185 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.27 |
| HSL | 275.56º | 0.37% | 0.57% | - |
| HSV(B) | 275.56º | 0.44% | 0.73% | - |
| XYZ | 26.66 | 20.08 | 48.37 | - |
| YUV | 127.59 | 160.4 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 185 | 0.18 | 0.44 | 0 | 0.27 | 275.56 | 0.37 | 0.57 |
| Hex | 98 | 68 | B9 | 12 | 2C | 0 | 1B | 114 | 25 | 39 |
| Octal | 230 | 150 | 271 | 22 | 54 | 0 | 33 | 424 | 45 | 71 |
| Binary | 10011000 | 1101000 | 10111001 | 10010 | 101100 | 0 | 11011 | 100010100 | 100101 | 111001 |
Color Harmonies of #9868B9
Complementary color
Monochromatic Colors of #9868B9
Black with #9868B9
Text Example
Text Example
White with #9868B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9868B9; }
p { color: rgb(152,104,185); }
H1.HeaderClassName
{
color: #9868B9;
}
.AnyTagClassName
{
color: #9868B9;
}
</style>
background-color css
<style>
a { background-color: #9868B9; }
a { background-color: rgb(152,104,185); }
div.DivClassName
{
background-color: #9868B9;
}
.BgClassName
{
background-color: #9868B9;
}
</style>
border-color css
<style>
span { border-color: #9868B9; }
span { border-color: rgb(152,104,185); }
td.TdClassName
{
border-color: #9868B9;
}
.TagClassName
{
border-color: #9868B9;
}
</style>