Html Css Color HEX #9D6BBA Purple Mountain's Majesty
📋 copy color: '#9D6BBA'red 157 ◦ green 107 ◦ blue 186
Shades of Purple Mountain's Majesty #9D6BBA
Tints of Purple Mountain's Majesty #9D6BBA
RGB
CMYK
RGB Variations
Color information
#9D6BBA (or 0x9D6BBA) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 6B and BA. RGB value is (157,107,186). Sum of RGB (Red+Green+Blue) = 157+107+186=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D6BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6BBA is #629445. Grayscale: #828282. Windows color (decimal): -6460486 or 12217245. OLE color: 12217245.
HSL color Cylindrical-coordinate representation of color #9D6BBA: hue angle of 277.97º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D6BBA is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 107 | 186 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.27 |
| HSL | 277.97º | 0.36% | 0.57% | - |
| HSV(B) | 277.97º | 0.42% | 0.73% | - |
| XYZ | 28.03 | 21.23 | 49.07 | - |
| YUV | 130.96 | 159.07 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 107 | 186 | 0.16 | 0.42 | 0 | 0.27 | 277.97 | 0.36 | 0.57 |
| Hex | 9D | 6B | BA | 10 | 2A | 0 | 1B | 116 | 24 | 39 |
| Octal | 235 | 153 | 272 | 20 | 52 | 0 | 33 | 426 | 44 | 71 |
| Binary | 10011101 | 1101011 | 10111010 | 10000 | 101010 | 0 | 11011 | 100010110 | 100100 | 111001 |
Color Harmonies of #9D6BBA
Complementary color
Monochromatic Colors of #9D6BBA
Black with #9D6BBA
Text Example
Text Example
White with #9D6BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6BBA; }
p { color: rgb(157,107,186); }
H1.HeaderClassName
{
color: #9D6BBA;
}
.AnyTagClassName
{
color: #9D6BBA;
}
</style>
background-color css
<style>
a { background-color: #9D6BBA; }
a { background-color: rgb(157,107,186); }
div.DivClassName
{
background-color: #9D6BBA;
}
.BgClassName
{
background-color: #9D6BBA;
}
</style>
border-color css
<style>
span { border-color: #9D6BBA; }
span { border-color: rgb(157,107,186); }
td.TdClassName
{
border-color: #9D6BBA;
}
.TagClassName
{
border-color: #9D6BBA;
}
</style>