Html Css Color HEX #9581B6 Purple Mountain's Majesty
📋 copy color: '#9581B6'red 149 ◦ green 129 ◦ blue 182
Shades of Purple Mountain's Majesty #9581B6
Tints of Purple Mountain's Majesty #9581B6
RGB
CMYK
RGB Variations
Color information
#9581B6 (or 0x9581B6) is known color: Purple Mountain's Majesty. HEX triplet: 95, 81 and B6. RGB value is (149,129,182). Sum of RGB (Red+Green+Blue) = 149+129+182=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 182 - color contains mainly: blue. Hex color #9581B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9581B6 is #6A7E49. Grayscale: #8C8C8C. Windows color (decimal): -6979146 or 11960725. OLE color: 11960725.
HSL color Cylindrical-coordinate representation of color #9581B6: hue angle of 262.64º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9581B6 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 129 | 182 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.29 |
| HSL | 262.64º | 0.27% | 0.61% | - |
| HSV(B) | 262.64º | 0.29% | 0.71% | - |
| XYZ | 28.69 | 25.47 | 47.66 | - |
| YUV | 141.02 | 151.13 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 129 | 182 | 0.18 | 0.29 | 0 | 0.29 | 262.64 | 0.27 | 0.61 |
| Hex | 95 | 81 | B6 | 12 | 1D | 0 | 1D | 107 | 1B | 3D |
| Octal | 225 | 201 | 266 | 22 | 35 | 0 | 35 | 407 | 33 | 75 |
| Binary | 10010101 | 10000001 | 10110110 | 10010 | 11101 | 0 | 11101 | 100000111 | 11011 | 111101 |
Color Harmonies of #9581B6
Complementary color
Monochromatic Colors of #9581B6
Black with #9581B6
Text Example
Text Example
White with #9581B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9581B6; }
p { color: rgb(149,129,182); }
H1.HeaderClassName
{
color: #9581B6;
}
.AnyTagClassName
{
color: #9581B6;
}
</style>
background-color css
<style>
a { background-color: #9581B6; }
a { background-color: rgb(149,129,182); }
div.DivClassName
{
background-color: #9581B6;
}
.BgClassName
{
background-color: #9581B6;
}
</style>
border-color css
<style>
span { border-color: #9581B6; }
span { border-color: rgb(149,129,182); }
td.TdClassName
{
border-color: #9581B6;
}
.TagClassName
{
border-color: #9581B6;
}
</style>