Html Css Color HEX #9A75BA Purple Mountain's Majesty
📋 copy color: '#9A75BA'red 154 ◦ green 117 ◦ blue 186
Shades of Purple Mountain's Majesty #9A75BA
Tints of Purple Mountain's Majesty #9A75BA
RGB
CMYK
RGB Variations
Color information
#9A75BA (or 0x9A75BA) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 75 and BA. RGB value is (154,117,186). Sum of RGB (Red+Green+Blue) = 154+117+186=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A75BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A75BA is #658A45. Grayscale: #878787. Windows color (decimal): -6654534 or 12219802. OLE color: 12219802.
HSL color Cylindrical-coordinate representation of color #9A75BA: hue angle of 272.17º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A75BA is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 117 | 186 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.27 |
| HSL | 272.17º | 0.33% | 0.59% | - |
| HSV(B) | 272.17º | 0.37% | 0.73% | - |
| XYZ | 28.55 | 23.14 | 49.42 | - |
| YUV | 135.93 | 156.26 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 117 | 186 | 0.17 | 0.37 | 0 | 0.27 | 272.17 | 0.33 | 0.59 |
| Hex | 9A | 75 | BA | 11 | 25 | 0 | 1B | 110 | 21 | 3B |
| Octal | 232 | 165 | 272 | 21 | 45 | 0 | 33 | 420 | 41 | 73 |
| Binary | 10011010 | 1110101 | 10111010 | 10001 | 100101 | 0 | 11011 | 100010000 | 100001 | 111011 |
Color Harmonies of #9A75BA
Complementary color
Monochromatic Colors of #9A75BA
Black with #9A75BA
Text Example
Text Example
White with #9A75BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A75BA; }
p { color: rgb(154,117,186); }
H1.HeaderClassName
{
color: #9A75BA;
}
.AnyTagClassName
{
color: #9A75BA;
}
</style>
background-color css
<style>
a { background-color: #9A75BA; }
a { background-color: rgb(154,117,186); }
div.DivClassName
{
background-color: #9A75BA;
}
.BgClassName
{
background-color: #9A75BA;
}
</style>
border-color css
<style>
span { border-color: #9A75BA; }
span { border-color: rgb(154,117,186); }
td.TdClassName
{
border-color: #9A75BA;
}
.TagClassName
{
border-color: #9A75BA;
}
</style>