Html Css Color HEX #9582AF Purple Mountain's Majesty
📋 copy color: '#9582AF'red 149 ◦ green 130 ◦ blue 175
Shades of Purple Mountain's Majesty #9582AF
Tints of Purple Mountain's Majesty #9582AF
RGB
CMYK
RGB Variations
Color information
#9582AF (or 0x9582AF) is known color: Purple Mountain's Majesty. HEX triplet: 95, 82 and AF. RGB value is (149,130,175). Sum of RGB (Red+Green+Blue) = 149+130+175=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: blue. Hex color #9582AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9582AF is #6A7D50. Grayscale: #8C8C8C. Windows color (decimal): -6978897 or 11502229. OLE color: 11502229.
HSL color Cylindrical-coordinate representation of color #9582AF: hue angle of 265.33º degrees, saturation: 0.22, 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 #9582AF is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 130 | 175 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.31 |
| HSL | 265.33º | 0.22% | 0.6% | - |
| HSV(B) | 265.33º | 0.26% | 0.69% | - |
| XYZ | 28.11 | 25.45 | 43.99 | - |
| YUV | 140.81 | 147.29 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 175 | 0.15 | 0.26 | 0 | 0.31 | 265.33 | 0.22 | 0.6 |
| Hex | 95 | 82 | AF | F | 1A | 0 | 1F | 109 | 16 | 3C |
| Octal | 225 | 202 | 257 | 17 | 32 | 0 | 37 | 411 | 26 | 74 |
| Binary | 10010101 | 10000010 | 10101111 | 1111 | 11010 | 0 | 11111 | 100001001 | 10110 | 111100 |
Color Harmonies of #9582AF
Complementary color
Monochromatic Colors of #9582AF
Black with #9582AF
Text Example
Text Example
White with #9582AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9582AF; }
p { color: rgb(149,130,175); }
H1.HeaderClassName
{
color: #9582AF;
}
.AnyTagClassName
{
color: #9582AF;
}
</style>
background-color css
<style>
a { background-color: #9582AF; }
a { background-color: rgb(149,130,175); }
div.DivClassName
{
background-color: #9582AF;
}
.BgClassName
{
background-color: #9582AF;
}
</style>
border-color css
<style>
span { border-color: #9582AF; }
span { border-color: rgb(149,130,175); }
td.TdClassName
{
border-color: #9582AF;
}
.TagClassName
{
border-color: #9582AF;
}
</style>