Html Css Color HEX #9D75BC Purple Mountain's Majesty
📋 copy color: '#9D75BC'red 157 ◦ green 117 ◦ blue 188
Shades of Purple Mountain's Majesty #9D75BC
Tints of Purple Mountain's Majesty #9D75BC
RGB
CMYK
RGB Variations
Color information
#9D75BC (or 0x9D75BC) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 75 and BC. RGB value is (157,117,188). Sum of RGB (Red+Green+Blue) = 157+117+188=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D75BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D75BC is #628A43. Grayscale: #888888. Windows color (decimal): -6457924 or 12350877. OLE color: 12350877.
HSL color Cylindrical-coordinate representation of color #9D75BC: hue angle of 273.8º 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 #9D75BC is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 117 | 188 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.26 |
| HSL | 273.8º | 0.35% | 0.6% | - |
| HSV(B) | 273.8º | 0.38% | 0.74% | - |
| XYZ | 29.34 | 23.52 | 50.57 | - |
| YUV | 137.05 | 156.75 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 117 | 188 | 0.16 | 0.38 | 0 | 0.26 | 273.8 | 0.35 | 0.6 |
| Hex | 9D | 75 | BC | 10 | 26 | 0 | 1A | 112 | 23 | 3C |
| Octal | 235 | 165 | 274 | 20 | 46 | 0 | 32 | 422 | 43 | 74 |
| Binary | 10011101 | 1110101 | 10111100 | 10000 | 100110 | 0 | 11010 | 100010010 | 100011 | 111100 |
Color Harmonies of #9D75BC
Complementary color
Monochromatic Colors of #9D75BC
Black with #9D75BC
Text Example
Text Example
White with #9D75BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D75BC; }
p { color: rgb(157,117,188); }
H1.HeaderClassName
{
color: #9D75BC;
}
.AnyTagClassName
{
color: #9D75BC;
}
</style>
background-color css
<style>
a { background-color: #9D75BC; }
a { background-color: rgb(157,117,188); }
div.DivClassName
{
background-color: #9D75BC;
}
.BgClassName
{
background-color: #9D75BC;
}
</style>
border-color css
<style>
span { border-color: #9D75BC; }
span { border-color: rgb(157,117,188); }
td.TdClassName
{
border-color: #9D75BC;
}
.TagClassName
{
border-color: #9D75BC;
}
</style>