Html Css Color HEX #9D75BA Purple Mountain's Majesty
📋 copy color: '#9D75BA'red 157 ◦ green 117 ◦ blue 186
Shades of Purple Mountain's Majesty #9D75BA
Tints of Purple Mountain's Majesty #9D75BA
RGB
CMYK
RGB Variations
Color information
#9D75BA (or 0x9D75BA) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 75 and BA. RGB value is (157,117,186). Sum of RGB (Red+Green+Blue) = 157+117+186=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D75BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D75BA is #628A45. Grayscale: #888888. Windows color (decimal): -6457926 or 12219805. OLE color: 12219805.
HSL color Cylindrical-coordinate representation of color #9D75BA: hue angle of 274.78º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D75BA is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 117 | 186 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.27 |
| HSL | 274.78º | 0.33% | 0.59% | - |
| HSV(B) | 274.78º | 0.37% | 0.73% | - |
| XYZ | 29.13 | 23.44 | 49.44 | - |
| YUV | 136.83 | 155.75 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 117 | 186 | 0.16 | 0.37 | 0 | 0.27 | 274.78 | 0.33 | 0.59 |
| Hex | 9D | 75 | BA | 10 | 25 | 0 | 1B | 113 | 21 | 3B |
| Octal | 235 | 165 | 272 | 20 | 45 | 0 | 33 | 423 | 41 | 73 |
| Binary | 10011101 | 1110101 | 10111010 | 10000 | 100101 | 0 | 11011 | 100010011 | 100001 | 111011 |
Color Harmonies of #9D75BA
Complementary color
Monochromatic Colors of #9D75BA
Black with #9D75BA
Text Example
Text Example
White with #9D75BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D75BA; }
p { color: rgb(157,117,186); }
H1.HeaderClassName
{
color: #9D75BA;
}
.AnyTagClassName
{
color: #9D75BA;
}
</style>
background-color css
<style>
a { background-color: #9D75BA; }
a { background-color: rgb(157,117,186); }
div.DivClassName
{
background-color: #9D75BA;
}
.BgClassName
{
background-color: #9D75BA;
}
</style>
border-color css
<style>
span { border-color: #9D75BA; }
span { border-color: rgb(157,117,186); }
td.TdClassName
{
border-color: #9D75BA;
}
.TagClassName
{
border-color: #9D75BA;
}
</style>