Html Css Color HEX #9D6DBB Purple Mountain's Majesty
📋 copy color: '#9D6DBB'red 157 ◦ green 109 ◦ blue 187
Shades of Purple Mountain's Majesty #9D6DBB
Tints of Purple Mountain's Majesty #9D6DBB
RGB
CMYK
RGB Variations
Color information
#9D6DBB (or 0x9D6DBB) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 6D and BB. RGB value is (157,109,187). Sum of RGB (Red+Green+Blue) = 157+109+187=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D6DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6DBB is #629244. Grayscale: #838383. Windows color (decimal): -6459973 or 12283293. OLE color: 12283293.
HSL color Cylindrical-coordinate representation of color #9D6DBB: hue angle of 276.92º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D6DBB is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 109 | 187 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.27 |
| HSL | 276.92º | 0.36% | 0.58% | - |
| HSV(B) | 276.92º | 0.42% | 0.73% | - |
| XYZ | 28.34 | 21.69 | 49.71 | - |
| YUV | 132.24 | 158.9 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 109 | 187 | 0.16 | 0.42 | 0 | 0.27 | 276.92 | 0.36 | 0.58 |
| Hex | 9D | 6D | BB | 10 | 2A | 0 | 1B | 115 | 24 | 3A |
| Octal | 235 | 155 | 273 | 20 | 52 | 0 | 33 | 425 | 44 | 72 |
| Binary | 10011101 | 1101101 | 10111011 | 10000 | 101010 | 0 | 11011 | 100010101 | 100100 | 111010 |
Color Harmonies of #9D6DBB
Complementary color
Monochromatic Colors of #9D6DBB
Black with #9D6DBB
Text Example
Text Example
White with #9D6DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6DBB; }
p { color: rgb(157,109,187); }
H1.HeaderClassName
{
color: #9D6DBB;
}
.AnyTagClassName
{
color: #9D6DBB;
}
</style>
background-color css
<style>
a { background-color: #9D6DBB; }
a { background-color: rgb(157,109,187); }
div.DivClassName
{
background-color: #9D6DBB;
}
.BgClassName
{
background-color: #9D6DBB;
}
</style>
border-color css
<style>
span { border-color: #9D6DBB; }
span { border-color: rgb(157,109,187); }
td.TdClassName
{
border-color: #9D6DBB;
}
.TagClassName
{
border-color: #9D6DBB;
}
</style>