Html Css Color HEX #9783B3 Purple Mountain's Majesty
📋 copy color: '#9783B3'red 151 ◦ green 131 ◦ blue 179
Shades of Purple Mountain's Majesty #9783B3
Tints of Purple Mountain's Majesty #9783B3
RGB
CMYK
RGB Variations
Color information
#9783B3 (or 0x9783B3) is known color: Purple Mountain's Majesty. HEX triplet: 97, 83 and B3. RGB value is (151,131,179). Sum of RGB (Red+Green+Blue) = 151+131+179=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 179 - color contains mainly: blue. Hex color #9783B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9783B3 is #687C4C. Grayscale: #8E8E8E. Windows color (decimal): -6847565 or 11764631. OLE color: 11764631.
HSL color Cylindrical-coordinate representation of color #9783B3: hue angle of 265º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9783B3 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 151 | 131 | 179 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.30 |
| HSL | 265º | 0.24% | 0.61% | - |
| HSV(B) | 265º | 0.27% | 0.7% | - |
| XYZ | 29.02 | 26.07 | 46.15 | - |
| YUV | 142.45 | 148.63 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 131 | 179 | 0.16 | 0.27 | 0 | 0.30 | 265 | 0.24 | 0.61 |
| Hex | 97 | 83 | B3 | 10 | 1B | 0 | 1E | 109 | 18 | 3D |
| Octal | 227 | 203 | 263 | 20 | 33 | 0 | 36 | 411 | 30 | 75 |
| Binary | 10010111 | 10000011 | 10110011 | 10000 | 11011 | 0 | 11110 | 100001001 | 11000 | 111101 |
Color Harmonies of #9783B3
Complementary color
Monochromatic Colors of #9783B3
Black with #9783B3
Text Example
Text Example
White with #9783B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9783B3; }
p { color: rgb(151,131,179); }
H1.HeaderClassName
{
color: #9783B3;
}
.AnyTagClassName
{
color: #9783B3;
}
</style>
background-color css
<style>
a { background-color: #9783B3; }
a { background-color: rgb(151,131,179); }
div.DivClassName
{
background-color: #9783B3;
}
.BgClassName
{
background-color: #9783B3;
}
</style>
border-color css
<style>
span { border-color: #9783B3; }
span { border-color: rgb(151,131,179); }
td.TdClassName
{
border-color: #9783B3;
}
.TagClassName
{
border-color: #9783B3;
}
</style>