Html Css Color HEX #9783B5 Purple Mountain's Majesty
📋 copy color: '#9783B5'red 151 ◦ green 131 ◦ blue 181
Shades of Purple Mountain's Majesty #9783B5
Tints of Purple Mountain's Majesty #9783B5
RGB
CMYK
RGB Variations
Color information
#9783B5 (or 0x9783B5) is known color: Purple Mountain's Majesty. HEX triplet: 97, 83 and B5. RGB value is (151,131,181). Sum of RGB (Red+Green+Blue) = 151+131+181=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 181 - color contains mainly: blue. Hex color #9783B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9783B5 is #687C4A. Grayscale: #8E8E8E. Windows color (decimal): -6847563 or 11895703. OLE color: 11895703.
HSL color Cylindrical-coordinate representation of color #9783B5: hue angle of 264º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9783B5 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 131 | 181 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.29 |
| HSL | 264º | 0.25% | 0.61% | - |
| HSV(B) | 264º | 0.28% | 0.71% | - |
| XYZ | 29.22 | 26.15 | 47.22 | - |
| YUV | 142.68 | 149.63 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 131 | 181 | 0.17 | 0.28 | 0 | 0.29 | 264 | 0.25 | 0.61 |
| Hex | 97 | 83 | B5 | 11 | 1C | 0 | 1D | 108 | 19 | 3D |
| Octal | 227 | 203 | 265 | 21 | 34 | 0 | 35 | 410 | 31 | 75 |
| Binary | 10010111 | 10000011 | 10110101 | 10001 | 11100 | 0 | 11101 | 100001000 | 11001 | 111101 |
Color Harmonies of #9783B5
Complementary color
Monochromatic Colors of #9783B5
Black with #9783B5
Text Example
Text Example
White with #9783B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9783B5; }
p { color: rgb(151,131,181); }
H1.HeaderClassName
{
color: #9783B5;
}
.AnyTagClassName
{
color: #9783B5;
}
</style>
background-color css
<style>
a { background-color: #9783B5; }
a { background-color: rgb(151,131,181); }
div.DivClassName
{
background-color: #9783B5;
}
.BgClassName
{
background-color: #9783B5;
}
</style>
border-color css
<style>
span { border-color: #9783B5; }
span { border-color: rgb(151,131,181); }
td.TdClassName
{
border-color: #9783B5;
}
.TagClassName
{
border-color: #9783B5;
}
</style>