Html Css Color HEX #9875B6 Purple Mountain's Majesty
📋 copy color: '#9875B6'red 152 ◦ green 117 ◦ blue 182
Shades of Purple Mountain's Majesty #9875B6
Tints of Purple Mountain's Majesty #9875B6
RGB
CMYK
RGB Variations
Color information
#9875B6 (or 0x9875B6) is known color: Purple Mountain's Majesty. HEX triplet: 98, 75 and B6. RGB value is (152,117,182). Sum of RGB (Red+Green+Blue) = 152+117+182=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 182 (71.48% from 255 or 40.35% from 451); Max value from RGB is 182 - color contains mainly: blue. Hex color #9875B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9875B6 is #678A49. Grayscale: #868686. Windows color (decimal): -6785610 or 11957656. OLE color: 11957656.
HSL color Cylindrical-coordinate representation of color #9875B6: hue angle of 272.31º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9875B6 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 117 | 182 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.29 |
| HSL | 272.31º | 0.31% | 0.59% | - |
| HSV(B) | 272.31º | 0.36% | 0.71% | - |
| XYZ | 27.75 | 22.78 | 47.19 | - |
| YUV | 134.88 | 154.6 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 182 | 0.16 | 0.36 | 0 | 0.29 | 272.31 | 0.31 | 0.59 |
| Hex | 98 | 75 | B6 | 10 | 24 | 0 | 1D | 110 | 1F | 3B |
| Octal | 230 | 165 | 266 | 20 | 44 | 0 | 35 | 420 | 37 | 73 |
| Binary | 10011000 | 1110101 | 10110110 | 10000 | 100100 | 0 | 11101 | 100010000 | 11111 | 111011 |
Color Harmonies of #9875B6
Complementary color
Monochromatic Colors of #9875B6
Black with #9875B6
Text Example
Text Example
White with #9875B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9875B6; }
p { color: rgb(152,117,182); }
H1.HeaderClassName
{
color: #9875B6;
}
.AnyTagClassName
{
color: #9875B6;
}
</style>
background-color css
<style>
a { background-color: #9875B6; }
a { background-color: rgb(152,117,182); }
div.DivClassName
{
background-color: #9875B6;
}
.BgClassName
{
background-color: #9875B6;
}
</style>
border-color css
<style>
span { border-color: #9875B6; }
span { border-color: rgb(152,117,182); }
td.TdClassName
{
border-color: #9875B6;
}
.TagClassName
{
border-color: #9875B6;
}
</style>