Html Css Color HEX #9581AF Purple Mountain's Majesty
📋 copy color: '#9581AF'red 149 ◦ green 129 ◦ blue 175
Shades of Purple Mountain's Majesty #9581AF
Tints of Purple Mountain's Majesty #9581AF
RGB
CMYK
RGB Variations
Color information
#9581AF (or 0x9581AF) is known color: Purple Mountain's Majesty. HEX triplet: 95, 81 and AF. RGB value is (149,129,175). Sum of RGB (Red+Green+Blue) = 149+129+175=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #9581AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9581AF is #6A7E50. Grayscale: #8C8C8C. Windows color (decimal): -6979153 or 11501973. OLE color: 11501973.
HSL color Cylindrical-coordinate representation of color #9581AF: hue angle of 266.09º 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 #9581AF is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 129 | 175 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.31 |
| HSL | 266.09º | 0.22% | 0.6% | - |
| HSV(B) | 266.09º | 0.26% | 0.69% | - |
| XYZ | 27.98 | 25.19 | 43.94 | - |
| YUV | 140.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 129 | 175 | 0.15 | 0.26 | 0 | 0.31 | 266.09 | 0.22 | 0.6 |
| Hex | 95 | 81 | AF | F | 1A | 0 | 1F | 10A | 16 | 3C |
| Octal | 225 | 201 | 257 | 17 | 32 | 0 | 37 | 412 | 26 | 74 |
| Binary | 10010101 | 10000001 | 10101111 | 1111 | 11010 | 0 | 11111 | 100001010 | 10110 | 111100 |
Color Harmonies of #9581AF
Complementary color
Monochromatic Colors of #9581AF
Black with #9581AF
Text Example
Text Example
White with #9581AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9581AF; }
p { color: rgb(149,129,175); }
H1.HeaderClassName
{
color: #9581AF;
}
.AnyTagClassName
{
color: #9581AF;
}
</style>
background-color css
<style>
a { background-color: #9581AF; }
a { background-color: rgb(149,129,175); }
div.DivClassName
{
background-color: #9581AF;
}
.BgClassName
{
background-color: #9581AF;
}
</style>
border-color css
<style>
span { border-color: #9581AF; }
span { border-color: rgb(149,129,175); }
td.TdClassName
{
border-color: #9581AF;
}
.TagClassName
{
border-color: #9581AF;
}
</style>