Html Css Color HEX #986DB5 Purple Mountain's Majesty
📋 copy color: '#986DB5'red 152 ◦ green 109 ◦ blue 181
Shades of Purple Mountain's Majesty #986DB5
Tints of Purple Mountain's Majesty #986DB5
RGB
CMYK
RGB Variations
Color information
#986DB5 (or 0x986DB5) is known color: Purple Mountain's Majesty. HEX triplet: 98, 6D and B5. RGB value is (152,109,181). Sum of RGB (Red+Green+Blue) = 152+109+181=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 181 - color contains mainly: blue. Hex color #986DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986DB5 is #67924A. Grayscale: #818181. Windows color (decimal): -6787659 or 11890072. OLE color: 11890072.
HSL color Cylindrical-coordinate representation of color #986DB5: hue angle of 275.83º 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 #986DB5 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 109 | 181 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.29 |
| HSL | 275.83º | 0.33% | 0.57% | - |
| HSV(B) | 275.83º | 0.4% | 0.71% | - |
| XYZ | 26.76 | 20.95 | 46.35 | - |
| YUV | 130.07 | 156.75 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 181 | 0.16 | 0.40 | 0 | 0.29 | 275.83 | 0.33 | 0.57 |
| Hex | 98 | 6D | B5 | 10 | 28 | 0 | 1D | 114 | 21 | 39 |
| Octal | 230 | 155 | 265 | 20 | 50 | 0 | 35 | 424 | 41 | 71 |
| Binary | 10011000 | 1101101 | 10110101 | 10000 | 101000 | 0 | 11101 | 100010100 | 100001 | 111001 |
Color Harmonies of #986DB5
Complementary color
Monochromatic Colors of #986DB5
Black with #986DB5
Text Example
Text Example
White with #986DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986DB5; }
p { color: rgb(152,109,181); }
H1.HeaderClassName
{
color: #986DB5;
}
.AnyTagClassName
{
color: #986DB5;
}
</style>
background-color css
<style>
a { background-color: #986DB5; }
a { background-color: rgb(152,109,181); }
div.DivClassName
{
background-color: #986DB5;
}
.BgClassName
{
background-color: #986DB5;
}
</style>
border-color css
<style>
span { border-color: #986DB5; }
span { border-color: rgb(152,109,181); }
td.TdClassName
{
border-color: #986DB5;
}
.TagClassName
{
border-color: #986DB5;
}
</style>