Html Css Color HEX #9585AF Purple Mountain's Majesty
📋 copy color: '#9585AF'red 149 ◦ green 133 ◦ blue 175
Shades of Purple Mountain's Majesty #9585AF
Tints of Purple Mountain's Majesty #9585AF
RGB
CMYK
RGB Variations
Color information
#9585AF (or 0x9585AF) is known color: Purple Mountain's Majesty. HEX triplet: 95, 85 and AF. RGB value is (149,133,175). Sum of RGB (Red+Green+Blue) = 149+133+175=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #9585AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9585AF is #6A7A50. Grayscale: #8E8E8E. Windows color (decimal): -6978129 or 11502997. OLE color: 11502997.
HSL color Cylindrical-coordinate representation of color #9585AF: hue angle of 262.86º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9585AF is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 133 | 175 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.31 |
| HSL | 262.86º | 0.21% | 0.6% | - |
| HSV(B) | 262.86º | 0.24% | 0.69% | - |
| XYZ | 28.52 | 26.26 | 44.12 | - |
| YUV | 142.57 | 146.3 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 175 | 0.15 | 0.24 | 0 | 0.31 | 262.86 | 0.21 | 0.6 |
| Hex | 95 | 85 | AF | F | 18 | 0 | 1F | 107 | 15 | 3C |
| Octal | 225 | 205 | 257 | 17 | 30 | 0 | 37 | 407 | 25 | 74 |
| Binary | 10010101 | 10000101 | 10101111 | 1111 | 11000 | 0 | 11111 | 100000111 | 10101 | 111100 |
Color Harmonies of #9585AF
Complementary color
Monochromatic Colors of #9585AF
Black with #9585AF
Text Example
Text Example
White with #9585AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9585AF; }
p { color: rgb(149,133,175); }
H1.HeaderClassName
{
color: #9585AF;
}
.AnyTagClassName
{
color: #9585AF;
}
</style>
background-color css
<style>
a { background-color: #9585AF; }
a { background-color: rgb(149,133,175); }
div.DivClassName
{
background-color: #9585AF;
}
.BgClassName
{
background-color: #9585AF;
}
</style>
border-color css
<style>
span { border-color: #9585AF; }
span { border-color: rgb(149,133,175); }
td.TdClassName
{
border-color: #9585AF;
}
.TagClassName
{
border-color: #9585AF;
}
</style>