Html Css Color HEX #9B71BE Purple Mountain's Majesty
📋 copy color: '#9B71BE'red 155 ◦ green 113 ◦ blue 190
Shades of Purple Mountain's Majesty #9B71BE
Tints of Purple Mountain's Majesty #9B71BE
RGB
CMYK
RGB Variations
Color information
#9B71BE (or 0x9B71BE) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 71 and BE. RGB value is (155,113,190). Sum of RGB (Red+Green+Blue) = 155+113+190=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B71BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B71BE is #648E41. Grayscale: #868686. Windows color (decimal): -6590018 or 12480923. OLE color: 12480923.
HSL color Cylindrical-coordinate representation of color #9B71BE: hue angle of 272.73º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B71BE is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 113 | 190 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.25 |
| HSL | 272.73º | 0.37% | 0.59% | - |
| HSV(B) | 272.73º | 0.41% | 0.75% | - |
| XYZ | 28.72 | 22.5 | 51.54 | - |
| YUV | 134.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 190 | 0.18 | 0.41 | 0 | 0.25 | 272.73 | 0.37 | 0.59 |
| Hex | 9B | 71 | BE | 12 | 29 | 0 | 19 | 111 | 25 | 3B |
| Octal | 233 | 161 | 276 | 22 | 51 | 0 | 31 | 421 | 45 | 73 |
| Binary | 10011011 | 1110001 | 10111110 | 10010 | 101001 | 0 | 11001 | 100010001 | 100101 | 111011 |
Color Harmonies of #9B71BE
Complementary color
Monochromatic Colors of #9B71BE
Black with #9B71BE
Text Example
Text Example
White with #9B71BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B71BE; }
p { color: rgb(155,113,190); }
H1.HeaderClassName
{
color: #9B71BE;
}
.AnyTagClassName
{
color: #9B71BE;
}
</style>
background-color css
<style>
a { background-color: #9B71BE; }
a { background-color: rgb(155,113,190); }
div.DivClassName
{
background-color: #9B71BE;
}
.BgClassName
{
background-color: #9B71BE;
}
</style>
border-color css
<style>
span { border-color: #9B71BE; }
span { border-color: rgb(155,113,190); }
td.TdClassName
{
border-color: #9B71BE;
}
.TagClassName
{
border-color: #9B71BE;
}
</style>