Html Css Color HEX #9581B3 Purple Mountain's Majesty
📋 copy color: '#9581B3'red 149 ◦ green 129 ◦ blue 179
Shades of Purple Mountain's Majesty #9581B3
Tints of Purple Mountain's Majesty #9581B3
RGB
CMYK
RGB Variations
Color information
#9581B3 (or 0x9581B3) is known color: Purple Mountain's Majesty. HEX triplet: 95, 81 and B3. RGB value is (149,129,179). Sum of RGB (Red+Green+Blue) = 149+129+179=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 179 - color contains mainly: blue. Hex color #9581B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9581B3 is #6A7E4C. Grayscale: #8C8C8C. Windows color (decimal): -6979149 or 11764117. OLE color: 11764117.
HSL color Cylindrical-coordinate representation of color #9581B3: hue angle of 264º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9581B3 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 129 | 179 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.30 |
| HSL | 264º | 0.25% | 0.6% | - |
| HSV(B) | 264º | 0.28% | 0.7% | - |
| XYZ | 28.38 | 25.34 | 46.04 | - |
| YUV | 140.68 | 149.63 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 129 | 179 | 0.17 | 0.28 | 0 | 0.30 | 264 | 0.25 | 0.6 |
| Hex | 95 | 81 | B3 | 11 | 1C | 0 | 1E | 108 | 19 | 3C |
| Octal | 225 | 201 | 263 | 21 | 34 | 0 | 36 | 410 | 31 | 74 |
| Binary | 10010101 | 10000001 | 10110011 | 10001 | 11100 | 0 | 11110 | 100001000 | 11001 | 111100 |
Color Harmonies of #9581B3
Complementary color
Monochromatic Colors of #9581B3
Black with #9581B3
Text Example
Text Example
White with #9581B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9581B3; }
p { color: rgb(149,129,179); }
H1.HeaderClassName
{
color: #9581B3;
}
.AnyTagClassName
{
color: #9581B3;
}
</style>
background-color css
<style>
a { background-color: #9581B3; }
a { background-color: rgb(149,129,179); }
div.DivClassName
{
background-color: #9581B3;
}
.BgClassName
{
background-color: #9581B3;
}
</style>
border-color css
<style>
span { border-color: #9581B3; }
span { border-color: rgb(149,129,179); }
td.TdClassName
{
border-color: #9581B3;
}
.TagClassName
{
border-color: #9581B3;
}
</style>