Html Css Color HEX #9D75B8 Purple Mountain's Majesty
📋 copy color: '#9D75B8'red 157 ◦ green 117 ◦ blue 184
Shades of Purple Mountain's Majesty #9D75B8
Tints of Purple Mountain's Majesty #9D75B8
RGB
CMYK
RGB Variations
Color information
#9D75B8 (or 0x9D75B8) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 75 and B8. RGB value is (157,117,184). Sum of RGB (Red+Green+Blue) = 157+117+184=458 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.28% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 184 - color contains mainly: blue. Hex color #9D75B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D75B8 is #628A47. Grayscale: #888888. Windows color (decimal): -6457928 or 12088733. OLE color: 12088733.
HSL color Cylindrical-coordinate representation of color #9D75B8: hue angle of 275.82º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D75B8 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 117 | 184 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.28 |
| HSL | 275.82º | 0.32% | 0.59% | - |
| HSV(B) | 275.82º | 0.36% | 0.72% | - |
| XYZ | 28.92 | 23.35 | 48.33 | - |
| YUV | 136.6 | 154.75 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 117 | 184 | 0.15 | 0.36 | 0 | 0.28 | 275.82 | 0.32 | 0.59 |
| Hex | 9D | 75 | B8 | F | 24 | 0 | 1C | 114 | 20 | 3B |
| Octal | 235 | 165 | 270 | 17 | 44 | 0 | 34 | 424 | 40 | 73 |
| Binary | 10011101 | 1110101 | 10111000 | 1111 | 100100 | 0 | 11100 | 100010100 | 100000 | 111011 |
Color Harmonies of #9D75B8
Complementary color
Monochromatic Colors of #9D75B8
Black with #9D75B8
Text Example
Text Example
White with #9D75B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D75B8; }
p { color: rgb(157,117,184); }
H1.HeaderClassName
{
color: #9D75B8;
}
.AnyTagClassName
{
color: #9D75B8;
}
</style>
background-color css
<style>
a { background-color: #9D75B8; }
a { background-color: rgb(157,117,184); }
div.DivClassName
{
background-color: #9D75B8;
}
.BgClassName
{
background-color: #9D75B8;
}
</style>
border-color css
<style>
span { border-color: #9D75B8; }
span { border-color: rgb(157,117,184); }
td.TdClassName
{
border-color: #9D75B8;
}
.TagClassName
{
border-color: #9D75B8;
}
</style>