Html Css Color HEX #9573BC Purple Mountain's Majesty
📋 copy color: '#9573BC'red 149 ◦ green 115 ◦ blue 188
Shades of Purple Mountain's Majesty #9573BC
Tints of Purple Mountain's Majesty #9573BC
RGB
CMYK
RGB Variations
Color information
#9573BC (or 0x9573BC) is known color: Purple Mountain's Majesty. HEX triplet: 95, 73 and BC. RGB value is (149,115,188). Sum of RGB (Red+Green+Blue) = 149+115+188=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #9573BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9573BC is #6A8C43. Grayscale: #858585. Windows color (decimal): -6982724 or 12350357. OLE color: 12350357.
HSL color Cylindrical-coordinate representation of color #9573BC: hue angle of 267.95º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9573BC is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 115 | 188 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.26 |
| HSL | 267.95º | 0.35% | 0.59% | - |
| HSV(B) | 267.95º | 0.39% | 0.74% | - |
| XYZ | 27.6 | 22.28 | 50.42 | - |
| YUV | 133.49 | 158.76 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 188 | 0.21 | 0.39 | 0 | 0.26 | 267.95 | 0.35 | 0.59 |
| Hex | 95 | 73 | BC | 15 | 27 | 0 | 1A | 10C | 23 | 3B |
| Octal | 225 | 163 | 274 | 25 | 47 | 0 | 32 | 414 | 43 | 73 |
| Binary | 10010101 | 1110011 | 10111100 | 10101 | 100111 | 0 | 11010 | 100001100 | 100011 | 111011 |
Color Harmonies of #9573BC
Complementary color
Monochromatic Colors of #9573BC
Black with #9573BC
Text Example
Text Example
White with #9573BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9573BC; }
p { color: rgb(149,115,188); }
H1.HeaderClassName
{
color: #9573BC;
}
.AnyTagClassName
{
color: #9573BC;
}
</style>
background-color css
<style>
a { background-color: #9573BC; }
a { background-color: rgb(149,115,188); }
div.DivClassName
{
background-color: #9573BC;
}
.BgClassName
{
background-color: #9573BC;
}
</style>
border-color css
<style>
span { border-color: #9573BC; }
span { border-color: rgb(149,115,188); }
td.TdClassName
{
border-color: #9573BC;
}
.TagClassName
{
border-color: #9573BC;
}
</style>