Html Css Color HEX #9878B8 Purple Mountain's Majesty
📋 copy color: '#9878B8'red 152 ◦ green 120 ◦ blue 184
Shades of Purple Mountain's Majesty #9878B8
Tints of Purple Mountain's Majesty #9878B8
RGB
CMYK
RGB Variations
Color information
#9878B8 (or 0x9878B8) is known color: Purple Mountain's Majesty. HEX triplet: 98, 78 and B8. RGB value is (152,120,184). Sum of RGB (Red+Green+Blue) = 152+120+184=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 184 - color contains mainly: blue. Hex color #9878B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9878B8 is #678747. Grayscale: #888888. Windows color (decimal): -6784840 or 12089496. OLE color: 12089496.
HSL color Cylindrical-coordinate representation of color #9878B8: hue angle of 270º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9878B8 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 120 | 184 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.28 |
| HSL | 270º | 0.31% | 0.6% | - |
| HSV(B) | 270º | 0.35% | 0.72% | - |
| XYZ | 28.32 | 23.57 | 48.4 | - |
| YUV | 136.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 184 | 0.17 | 0.35 | 0 | 0.28 | 270 | 0.31 | 0.6 |
| Hex | 98 | 78 | B8 | 11 | 23 | 0 | 1C | 10E | 1F | 3C |
| Octal | 230 | 170 | 270 | 21 | 43 | 0 | 34 | 416 | 37 | 74 |
| Binary | 10011000 | 1111000 | 10111000 | 10001 | 100011 | 0 | 11100 | 100001110 | 11111 | 111100 |
Color Harmonies of #9878B8
Complementary color
Monochromatic Colors of #9878B8
Black with #9878B8
Text Example
Text Example
White with #9878B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9878B8; }
p { color: rgb(152,120,184); }
H1.HeaderClassName
{
color: #9878B8;
}
.AnyTagClassName
{
color: #9878B8;
}
</style>
background-color css
<style>
a { background-color: #9878B8; }
a { background-color: rgb(152,120,184); }
div.DivClassName
{
background-color: #9878B8;
}
.BgClassName
{
background-color: #9878B8;
}
</style>
border-color css
<style>
span { border-color: #9878B8; }
span { border-color: rgb(152,120,184); }
td.TdClassName
{
border-color: #9878B8;
}
.TagClassName
{
border-color: #9878B8;
}
</style>