Html Css Color HEX #986AB8 Purple Mountain's Majesty
📋 copy color: '#986AB8'red 152 ◦ green 106 ◦ blue 184
Shades of Purple Mountain's Majesty #986AB8
Tints of Purple Mountain's Majesty #986AB8
RGB
CMYK
RGB Variations
Color information
#986AB8 (or 0x986AB8) is known color: Purple Mountain's Majesty. HEX triplet: 98, 6A and B8. RGB value is (152,106,184). Sum of RGB (Red+Green+Blue) = 152+106+184=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 184 - color contains mainly: blue. Hex color #986AB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986AB8 is #679547. Grayscale: #808080. Windows color (decimal): -6788424 or 12085912. OLE color: 12085912.
HSL color Cylindrical-coordinate representation of color #986AB8: hue angle of 275.38º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #986AB8 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 106 | 184 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.28 |
| HSL | 275.38º | 0.35% | 0.57% | - |
| HSV(B) | 275.38º | 0.42% | 0.72% | - |
| XYZ | 26.75 | 20.44 | 47.88 | - |
| YUV | 128.65 | 159.24 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 184 | 0.17 | 0.42 | 0 | 0.28 | 275.38 | 0.35 | 0.57 |
| Hex | 98 | 6A | B8 | 11 | 2A | 0 | 1C | 113 | 23 | 39 |
| Octal | 230 | 152 | 270 | 21 | 52 | 0 | 34 | 423 | 43 | 71 |
| Binary | 10011000 | 1101010 | 10111000 | 10001 | 101010 | 0 | 11100 | 100010011 | 100011 | 111001 |
Color Harmonies of #986AB8
Complementary color
Monochromatic Colors of #986AB8
Black with #986AB8
Text Example
Text Example
White with #986AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986AB8; }
p { color: rgb(152,106,184); }
H1.HeaderClassName
{
color: #986AB8;
}
.AnyTagClassName
{
color: #986AB8;
}
</style>
background-color css
<style>
a { background-color: #986AB8; }
a { background-color: rgb(152,106,184); }
div.DivClassName
{
background-color: #986AB8;
}
.BgClassName
{
background-color: #986AB8;
}
</style>
border-color css
<style>
span { border-color: #986AB8; }
span { border-color: rgb(152,106,184); }
td.TdClassName
{
border-color: #986AB8;
}
.TagClassName
{
border-color: #986AB8;
}
</style>