Html Css Color HEX #9875BD Purple Mountain's Majesty
📋 copy color: '#9875BD'red 152 ◦ green 117 ◦ blue 189
Shades of Purple Mountain's Majesty #9875BD
Tints of Purple Mountain's Majesty #9875BD
RGB
CMYK
RGB Variations
Color information
#9875BD (or 0x9875BD) is known color: Purple Mountain's Majesty. HEX triplet: 98, 75 and BD. RGB value is (152,117,189). Sum of RGB (Red+Green+Blue) = 152+117+189=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #9875BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9875BD is #678A42. Grayscale: #878787. Windows color (decimal): -6785603 or 12416408. OLE color: 12416408.
HSL color Cylindrical-coordinate representation of color #9875BD: hue angle of 269.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9875BD is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 117 | 189 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.26 |
| HSL | 269.17º | 0.35% | 0.6% | - |
| HSV(B) | 269.17º | 0.38% | 0.74% | - |
| XYZ | 28.5 | 23.07 | 51.1 | - |
| YUV | 135.67 | 158.1 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 189 | 0.20 | 0.38 | 0 | 0.26 | 269.17 | 0.35 | 0.6 |
| Hex | 98 | 75 | BD | 14 | 26 | 0 | 1A | 10D | 23 | 3C |
| Octal | 230 | 165 | 275 | 24 | 46 | 0 | 32 | 415 | 43 | 74 |
| Binary | 10011000 | 1110101 | 10111101 | 10100 | 100110 | 0 | 11010 | 100001101 | 100011 | 111100 |
Color Harmonies of #9875BD
Complementary color
Monochromatic Colors of #9875BD
Black with #9875BD
Text Example
Text Example
White with #9875BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9875BD; }
p { color: rgb(152,117,189); }
H1.HeaderClassName
{
color: #9875BD;
}
.AnyTagClassName
{
color: #9875BD;
}
</style>
background-color css
<style>
a { background-color: #9875BD; }
a { background-color: rgb(152,117,189); }
div.DivClassName
{
background-color: #9875BD;
}
.BgClassName
{
background-color: #9875BD;
}
</style>
border-color css
<style>
span { border-color: #9875BD; }
span { border-color: rgb(152,117,189); }
td.TdClassName
{
border-color: #9875BD;
}
.TagClassName
{
border-color: #9875BD;
}
</style>