Html Css Color HEX #9A6BB9 Purple Mountain's Majesty
📋 copy color: '#9A6BB9'red 154 ◦ green 107 ◦ blue 185
Shades of Purple Mountain's Majesty #9A6BB9
Tints of Purple Mountain's Majesty #9A6BB9
RGB
CMYK
RGB Variations
Color information
#9A6BB9 (or 0x9A6BB9) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 6B and B9. RGB value is (154,107,185). Sum of RGB (Red+Green+Blue) = 154+107+185=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #9A6BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6BB9 is #659446. Grayscale: #818181. Windows color (decimal): -6657095 or 12151706. OLE color: 12151706.
HSL color Cylindrical-coordinate representation of color #9A6BB9: hue angle of 276.15º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A6BB9 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 107 | 185 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.27 |
| HSL | 276.15º | 0.36% | 0.57% | - |
| HSV(B) | 276.15º | 0.42% | 0.73% | - |
| XYZ | 27.34 | 20.89 | 48.49 | - |
| YUV | 129.95 | 159.07 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 185 | 0.17 | 0.42 | 0 | 0.27 | 276.15 | 0.36 | 0.57 |
| Hex | 9A | 6B | B9 | 11 | 2A | 0 | 1B | 114 | 24 | 39 |
| Octal | 232 | 153 | 271 | 21 | 52 | 0 | 33 | 424 | 44 | 71 |
| Binary | 10011010 | 1101011 | 10111001 | 10001 | 101010 | 0 | 11011 | 100010100 | 100100 | 111001 |
Color Harmonies of #9A6BB9
Complementary color
Monochromatic Colors of #9A6BB9
Black with #9A6BB9
Text Example
Text Example
White with #9A6BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6BB9; }
p { color: rgb(154,107,185); }
H1.HeaderClassName
{
color: #9A6BB9;
}
.AnyTagClassName
{
color: #9A6BB9;
}
</style>
background-color css
<style>
a { background-color: #9A6BB9; }
a { background-color: rgb(154,107,185); }
div.DivClassName
{
background-color: #9A6BB9;
}
.BgClassName
{
background-color: #9A6BB9;
}
</style>
border-color css
<style>
span { border-color: #9A6BB9; }
span { border-color: rgb(154,107,185); }
td.TdClassName
{
border-color: #9A6BB9;
}
.TagClassName
{
border-color: #9A6BB9;
}
</style>