Html Css Color HEX #9A6EBD Purple Mountain's Majesty
📋 copy color: '#9A6EBD'red 154 ◦ green 110 ◦ blue 189
Shades of Purple Mountain's Majesty #9A6EBD
Tints of Purple Mountain's Majesty #9A6EBD
RGB
CMYK
RGB Variations
Color information
#9A6EBD (or 0x9A6EBD) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 6E and BD. RGB value is (154,110,189). Sum of RGB (Red+Green+Blue) = 154+110+189=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A6EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6EBD is #659142. Grayscale: #838383. Windows color (decimal): -6656323 or 12414618. OLE color: 12414618.
HSL color Cylindrical-coordinate representation of color #9A6EBD: hue angle of 273.42º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A6EBD is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 110 | 189 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.26 |
| HSL | 273.42º | 0.37% | 0.59% | - |
| HSV(B) | 273.42º | 0.42% | 0.74% | - |
| XYZ | 28.09 | 21.7 | 50.85 | - |
| YUV | 132.16 | 160.08 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 110 | 189 | 0.19 | 0.42 | 0 | 0.26 | 273.42 | 0.37 | 0.59 |
| Hex | 9A | 6E | BD | 13 | 2A | 0 | 1A | 111 | 25 | 3B |
| Octal | 232 | 156 | 275 | 23 | 52 | 0 | 32 | 421 | 45 | 73 |
| Binary | 10011010 | 1101110 | 10111101 | 10011 | 101010 | 0 | 11010 | 100010001 | 100101 | 111011 |
Color Harmonies of #9A6EBD
Complementary color
Monochromatic Colors of #9A6EBD
Black with #9A6EBD
Text Example
Text Example
White with #9A6EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6EBD; }
p { color: rgb(154,110,189); }
H1.HeaderClassName
{
color: #9A6EBD;
}
.AnyTagClassName
{
color: #9A6EBD;
}
</style>
background-color css
<style>
a { background-color: #9A6EBD; }
a { background-color: rgb(154,110,189); }
div.DivClassName
{
background-color: #9A6EBD;
}
.BgClassName
{
background-color: #9A6EBD;
}
</style>
border-color css
<style>
span { border-color: #9A6EBD; }
span { border-color: rgb(154,110,189); }
td.TdClassName
{
border-color: #9A6EBD;
}
.TagClassName
{
border-color: #9A6EBD;
}
</style>