Html Css Color HEX #9578B3 Purple Mountain's Majesty
📋 copy color: '#9578B3'red 149 ◦ green 120 ◦ blue 179
Shades of Purple Mountain's Majesty #9578B3
Tints of Purple Mountain's Majesty #9578B3
RGB
CMYK
RGB Variations
Color information
#9578B3 (or 0x9578B3) is known color: Purple Mountain's Majesty. HEX triplet: 95, 78 and B3. RGB value is (149,120,179). Sum of RGB (Red+Green+Blue) = 149+120+179=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 179 - color contains mainly: blue. Hex color #9578B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9578B3 is #6A874C. Grayscale: #878787. Windows color (decimal): -6981453 or 11761813. OLE color: 11761813.
HSL color Cylindrical-coordinate representation of color #9578B3: hue angle of 269.49º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9578B3 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 120 | 179 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.30 |
| HSL | 269.49º | 0.28% | 0.59% | - |
| HSV(B) | 269.49º | 0.33% | 0.7% | - |
| XYZ | 27.25 | 23.08 | 45.67 | - |
| YUV | 135.4 | 152.61 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 120 | 179 | 0.17 | 0.33 | 0 | 0.30 | 269.49 | 0.28 | 0.59 |
| Hex | 95 | 78 | B3 | 11 | 21 | 0 | 1E | 10D | 1C | 3B |
| Octal | 225 | 170 | 263 | 21 | 41 | 0 | 36 | 415 | 34 | 73 |
| Binary | 10010101 | 1111000 | 10110011 | 10001 | 100001 | 0 | 11110 | 100001101 | 11100 | 111011 |
Color Harmonies of #9578B3
Complementary color
Monochromatic Colors of #9578B3
Black with #9578B3
Text Example
Text Example
White with #9578B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9578B3; }
p { color: rgb(149,120,179); }
H1.HeaderClassName
{
color: #9578B3;
}
.AnyTagClassName
{
color: #9578B3;
}
</style>
background-color css
<style>
a { background-color: #9578B3; }
a { background-color: rgb(149,120,179); }
div.DivClassName
{
background-color: #9578B3;
}
.BgClassName
{
background-color: #9578B3;
}
</style>
border-color css
<style>
span { border-color: #9578B3; }
span { border-color: rgb(149,120,179); }
td.TdClassName
{
border-color: #9578B3;
}
.TagClassName
{
border-color: #9578B3;
}
</style>