Html Css Color HEX #9784B3 Purple Mountain's Majesty
📋 copy color: '#9784B3'red 151 ◦ green 132 ◦ blue 179
Shades of Purple Mountain's Majesty #9784B3
Tints of Purple Mountain's Majesty #9784B3
RGB
CMYK
RGB Variations
Color information
#9784B3 (or 0x9784B3) is known color: Purple Mountain's Majesty. HEX triplet: 97, 84 and B3. RGB value is (151,132,179). Sum of RGB (Red+Green+Blue) = 151+132+179=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 179 - color contains mainly: blue. Hex color #9784B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9784B3 is #687B4C. Grayscale: #8E8E8E. Windows color (decimal): -6847309 or 11764887. OLE color: 11764887.
HSL color Cylindrical-coordinate representation of color #9784B3: hue angle of 264.26º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9784B3 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 151 | 132 | 179 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.30 |
| HSL | 264.26º | 0.24% | 0.61% | - |
| HSV(B) | 264.26º | 0.26% | 0.7% | - |
| XYZ | 29.15 | 26.34 | 46.19 | - |
| YUV | 143.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 132 | 179 | 0.16 | 0.26 | 0 | 0.30 | 264.26 | 0.24 | 0.61 |
| Hex | 97 | 84 | B3 | 10 | 1A | 0 | 1E | 108 | 18 | 3D |
| Octal | 227 | 204 | 263 | 20 | 32 | 0 | 36 | 410 | 30 | 75 |
| Binary | 10010111 | 10000100 | 10110011 | 10000 | 11010 | 0 | 11110 | 100001000 | 11000 | 111101 |
Color Harmonies of #9784B3
Complementary color
Monochromatic Colors of #9784B3
Black with #9784B3
Text Example
Text Example
White with #9784B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9784B3; }
p { color: rgb(151,132,179); }
H1.HeaderClassName
{
color: #9784B3;
}
.AnyTagClassName
{
color: #9784B3;
}
</style>
background-color css
<style>
a { background-color: #9784B3; }
a { background-color: rgb(151,132,179); }
div.DivClassName
{
background-color: #9784B3;
}
.BgClassName
{
background-color: #9784B3;
}
</style>
border-color css
<style>
span { border-color: #9784B3; }
span { border-color: rgb(151,132,179); }
td.TdClassName
{
border-color: #9784B3;
}
.TagClassName
{
border-color: #9784B3;
}
</style>