Html Css Color HEX #9868BA Purple Mountain's Majesty
📋 copy color: '#9868BA'red 152 ◦ green 104 ◦ blue 186
Shades of Purple Mountain's Majesty #9868BA
Tints of Purple Mountain's Majesty #9868BA
RGB
CMYK
RGB Variations
Color information
#9868BA (or 0x9868BA) is known color: Purple Mountain's Majesty. HEX triplet: 98, 68 and BA. RGB value is (152,104,186). Sum of RGB (Red+Green+Blue) = 152+104+186=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #9868BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9868BA is #679745. Grayscale: #7F7F7F. Windows color (decimal): -6788934 or 12216472. OLE color: 12216472.
HSL color Cylindrical-coordinate representation of color #9868BA: hue angle of 275.12º 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 #9868BA is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 104 | 186 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.27 |
| HSL | 275.12º | 0.37% | 0.57% | - |
| HSV(B) | 275.12º | 0.44% | 0.73% | - |
| XYZ | 26.76 | 20.12 | 48.93 | - |
| YUV | 127.7 | 160.9 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 186 | 0.18 | 0.44 | 0 | 0.27 | 275.12 | 0.37 | 0.57 |
| Hex | 98 | 68 | BA | 12 | 2C | 0 | 1B | 113 | 25 | 39 |
| Octal | 230 | 150 | 272 | 22 | 54 | 0 | 33 | 423 | 45 | 71 |
| Binary | 10011000 | 1101000 | 10111010 | 10010 | 101100 | 0 | 11011 | 100010011 | 100101 | 111001 |
Color Harmonies of #9868BA
Complementary color
Monochromatic Colors of #9868BA
Black with #9868BA
Text Example
Text Example
White with #9868BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9868BA; }
p { color: rgb(152,104,186); }
H1.HeaderClassName
{
color: #9868BA;
}
.AnyTagClassName
{
color: #9868BA;
}
</style>
background-color css
<style>
a { background-color: #9868BA; }
a { background-color: rgb(152,104,186); }
div.DivClassName
{
background-color: #9868BA;
}
.BgClassName
{
background-color: #9868BA;
}
</style>
border-color css
<style>
span { border-color: #9868BA; }
span { border-color: rgb(152,104,186); }
td.TdClassName
{
border-color: #9868BA;
}
.TagClassName
{
border-color: #9868BA;
}
</style>