Html Css Color HEX #9783B1 Purple Mountain's Majesty
📋 copy color: '#9783B1'red 151 ◦ green 131 ◦ blue 177
Shades of Purple Mountain's Majesty #9783B1
Tints of Purple Mountain's Majesty #9783B1
RGB
CMYK
RGB Variations
Color information
#9783B1 (or 0x9783B1) is known color: Purple Mountain's Majesty. HEX triplet: 97, 83 and B1. RGB value is (151,131,177). Sum of RGB (Red+Green+Blue) = 151+131+177=459 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.90% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 177 - color contains mainly: blue. Hex color #9783B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9783B1 is #687C4E. Grayscale: #8E8E8E. Windows color (decimal): -6847567 or 11633559. OLE color: 11633559.
HSL color Cylindrical-coordinate representation of color #9783B1: hue angle of 266.09º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9783B1 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 131 | 177 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.31 |
| HSL | 266.09º | 0.23% | 0.6% | - |
| HSV(B) | 266.09º | 0.26% | 0.69% | - |
| XYZ | 28.81 | 25.99 | 45.09 | - |
| YUV | 142.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 131 | 177 | 0.15 | 0.26 | 0 | 0.31 | 266.09 | 0.23 | 0.6 |
| Hex | 97 | 83 | B1 | F | 1A | 0 | 1F | 10A | 17 | 3C |
| Octal | 227 | 203 | 261 | 17 | 32 | 0 | 37 | 412 | 27 | 74 |
| Binary | 10010111 | 10000011 | 10110001 | 1111 | 11010 | 0 | 11111 | 100001010 | 10111 | 111100 |
Color Harmonies of #9783B1
Complementary color
Monochromatic Colors of #9783B1
Black with #9783B1
Text Example
Text Example
White with #9783B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9783B1; }
p { color: rgb(151,131,177); }
H1.HeaderClassName
{
color: #9783B1;
}
.AnyTagClassName
{
color: #9783B1;
}
</style>
background-color css
<style>
a { background-color: #9783B1; }
a { background-color: rgb(151,131,177); }
div.DivClassName
{
background-color: #9783B1;
}
.BgClassName
{
background-color: #9783B1;
}
</style>
border-color css
<style>
span { border-color: #9783B1; }
span { border-color: rgb(151,131,177); }
td.TdClassName
{
border-color: #9783B1;
}
.TagClassName
{
border-color: #9783B1;
}
</style>