Html Css Color HEX #986DB6 Purple Mountain's Majesty
📋 copy color: '#986DB6'red 152 ◦ green 109 ◦ blue 182
Shades of Purple Mountain's Majesty #986DB6
Tints of Purple Mountain's Majesty #986DB6
RGB
CMYK
RGB Variations
Color information
#986DB6 (or 0x986DB6) is known color: Purple Mountain's Majesty. HEX triplet: 98, 6D and B6. RGB value is (152,109,182). Sum of RGB (Red+Green+Blue) = 152+109+182=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 182 - color contains mainly: blue. Hex color #986DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986DB6 is #679249. Grayscale: #818181. Windows color (decimal): -6787658 or 11955608. OLE color: 11955608.
HSL color Cylindrical-coordinate representation of color #986DB6: hue angle of 275.34º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #986DB6 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 109 | 182 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.29 |
| HSL | 275.34º | 0.33% | 0.57% | - |
| HSV(B) | 275.34º | 0.4% | 0.71% | - |
| XYZ | 26.86 | 20.99 | 46.89 | - |
| YUV | 130.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 182 | 0.16 | 0.40 | 0 | 0.29 | 275.34 | 0.33 | 0.57 |
| Hex | 98 | 6D | B6 | 10 | 28 | 0 | 1D | 113 | 21 | 39 |
| Octal | 230 | 155 | 266 | 20 | 50 | 0 | 35 | 423 | 41 | 71 |
| Binary | 10011000 | 1101101 | 10110110 | 10000 | 101000 | 0 | 11101 | 100010011 | 100001 | 111001 |
Color Harmonies of #986DB6
Complementary color
Monochromatic Colors of #986DB6
Black with #986DB6
Text Example
Text Example
White with #986DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986DB6; }
p { color: rgb(152,109,182); }
H1.HeaderClassName
{
color: #986DB6;
}
.AnyTagClassName
{
color: #986DB6;
}
</style>
background-color css
<style>
a { background-color: #986DB6; }
a { background-color: rgb(152,109,182); }
div.DivClassName
{
background-color: #986DB6;
}
.BgClassName
{
background-color: #986DB6;
}
</style>
border-color css
<style>
span { border-color: #986DB6; }
span { border-color: rgb(152,109,182); }
td.TdClassName
{
border-color: #986DB6;
}
.TagClassName
{
border-color: #986DB6;
}
</style>