Html Css Color HEX #9A6EBC Purple Mountain's Majesty
📋 copy color: '#9A6EBC'red 154 ◦ green 110 ◦ blue 188
Shades of Purple Mountain's Majesty #9A6EBC
Tints of Purple Mountain's Majesty #9A6EBC
RGB
CMYK
RGB Variations
Color information
#9A6EBC (or 0x9A6EBC) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 6E and BC. RGB value is (154,110,188). Sum of RGB (Red+Green+Blue) = 154+110+188=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 110 (43.36% from 255 or 24.34% 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 #9A6EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6EBC is #659143. Grayscale: #838383. Windows color (decimal): -6656324 or 12349082. OLE color: 12349082.
HSL color Cylindrical-coordinate representation of color #9A6EBC: hue angle of 273.85º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A6EBC is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 110 | 188 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.26 |
| HSL | 273.85º | 0.37% | 0.58% | - |
| HSV(B) | 273.85º | 0.41% | 0.74% | - |
| XYZ | 27.98 | 21.65 | 50.28 | - |
| YUV | 132.05 | 159.58 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 110 | 188 | 0.18 | 0.41 | 0 | 0.26 | 273.85 | 0.37 | 0.58 |
| Hex | 9A | 6E | BC | 12 | 29 | 0 | 1A | 112 | 25 | 3A |
| Octal | 232 | 156 | 274 | 22 | 51 | 0 | 32 | 422 | 45 | 72 |
| Binary | 10011010 | 1101110 | 10111100 | 10010 | 101001 | 0 | 11010 | 100010010 | 100101 | 111010 |
Color Harmonies of #9A6EBC
Complementary color
Monochromatic Colors of #9A6EBC
Black with #9A6EBC
Text Example
Text Example
White with #9A6EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6EBC; }
p { color: rgb(154,110,188); }
H1.HeaderClassName
{
color: #9A6EBC;
}
.AnyTagClassName
{
color: #9A6EBC;
}
</style>
background-color css
<style>
a { background-color: #9A6EBC; }
a { background-color: rgb(154,110,188); }
div.DivClassName
{
background-color: #9A6EBC;
}
.BgClassName
{
background-color: #9A6EBC;
}
</style>
border-color css
<style>
span { border-color: #9A6EBC; }
span { border-color: rgb(154,110,188); }
td.TdClassName
{
border-color: #9A6EBC;
}
.TagClassName
{
border-color: #9A6EBC;
}
</style>