Html Css Color HEX #9584AF Purple Mountain's Majesty
📋 copy color: '#9584AF'red 149 ◦ green 132 ◦ blue 175
Shades of Purple Mountain's Majesty #9584AF
Tints of Purple Mountain's Majesty #9584AF
RGB
CMYK
RGB Variations
Color information
#9584AF (or 0x9584AF) is known color: Purple Mountain's Majesty. HEX triplet: 95, 84 and AF. RGB value is (149,132,175). Sum of RGB (Red+Green+Blue) = 149+132+175=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #9584AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9584AF is #6A7B50. Grayscale: #8D8D8D. Windows color (decimal): -6978385 or 11502741. OLE color: 11502741.
HSL color Cylindrical-coordinate representation of color #9584AF: hue angle of 263.72º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9584AF is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 132 | 175 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.31 |
| HSL | 263.72º | 0.21% | 0.6% | - |
| HSV(B) | 263.72º | 0.25% | 0.69% | - |
| XYZ | 28.38 | 25.99 | 44.08 | - |
| YUV | 141.99 | 146.63 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 175 | 0.15 | 0.25 | 0 | 0.31 | 263.72 | 0.21 | 0.6 |
| Hex | 95 | 84 | AF | F | 19 | 0 | 1F | 108 | 15 | 3C |
| Octal | 225 | 204 | 257 | 17 | 31 | 0 | 37 | 410 | 25 | 74 |
| Binary | 10010101 | 10000100 | 10101111 | 1111 | 11001 | 0 | 11111 | 100001000 | 10101 | 111100 |
Color Harmonies of #9584AF
Complementary color
Monochromatic Colors of #9584AF
Black with #9584AF
Text Example
Text Example
White with #9584AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9584AF; }
p { color: rgb(149,132,175); }
H1.HeaderClassName
{
color: #9584AF;
}
.AnyTagClassName
{
color: #9584AF;
}
</style>
background-color css
<style>
a { background-color: #9584AF; }
a { background-color: rgb(149,132,175); }
div.DivClassName
{
background-color: #9584AF;
}
.BgClassName
{
background-color: #9584AF;
}
</style>
border-color css
<style>
span { border-color: #9584AF; }
span { border-color: rgb(149,132,175); }
td.TdClassName
{
border-color: #9584AF;
}
.TagClassName
{
border-color: #9584AF;
}
</style>