Html Css Color HEX #9369B8 Purple Mountain's Majesty
📋 copy color: '#9369B8'red 147 ◦ green 105 ◦ blue 184
Shades of Purple Mountain's Majesty #9369B8
Tints of Purple Mountain's Majesty #9369B8
RGB
CMYK
RGB Variations
Color information
#9369B8 (or 0x9369B8) is known color: Purple Mountain's Majesty. HEX triplet: 93, 69 and B8. RGB value is (147,105,184). Sum of RGB (Red+Green+Blue) = 147+105+184=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 184 - color contains mainly: blue. Hex color #9369B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9369B8 is #6C9647. Grayscale: #7E7E7E. Windows color (decimal): -7116360 or 12085651. OLE color: 12085651.
HSL color Cylindrical-coordinate representation of color #9369B8: hue angle of 271.9º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9369B8 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 105 | 184 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.28 |
| HSL | 271.9º | 0.36% | 0.57% | - |
| HSV(B) | 271.9º | 0.43% | 0.72% | - |
| XYZ | 25.74 | 19.77 | 47.81 | - |
| YUV | 126.56 | 160.41 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 105 | 184 | 0.20 | 0.43 | 0 | 0.28 | 271.9 | 0.36 | 0.57 |
| Hex | 93 | 69 | B8 | 14 | 2B | 0 | 1C | 110 | 24 | 39 |
| Octal | 223 | 151 | 270 | 24 | 53 | 0 | 34 | 420 | 44 | 71 |
| Binary | 10010011 | 1101001 | 10111000 | 10100 | 101011 | 0 | 11100 | 100010000 | 100100 | 111001 |
Color Harmonies of #9369B8
Complementary color
Monochromatic Colors of #9369B8
Black with #9369B8
Text Example
Text Example
White with #9369B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9369B8; }
p { color: rgb(147,105,184); }
H1.HeaderClassName
{
color: #9369B8;
}
.AnyTagClassName
{
color: #9369B8;
}
</style>
background-color css
<style>
a { background-color: #9369B8; }
a { background-color: rgb(147,105,184); }
div.DivClassName
{
background-color: #9369B8;
}
.BgClassName
{
background-color: #9369B8;
}
</style>
border-color css
<style>
span { border-color: #9369B8; }
span { border-color: rgb(147,105,184); }
td.TdClassName
{
border-color: #9369B8;
}
.TagClassName
{
border-color: #9369B8;
}
</style>