Html Css Color HEX #9A7ABC Purple Mountain's Majesty
📋 copy color: '#9A7ABC'red 154 ◦ green 122 ◦ blue 188
Shades of Purple Mountain's Majesty #9A7ABC
Tints of Purple Mountain's Majesty #9A7ABC
RGB
CMYK
RGB Variations
Color information
#9A7ABC (or 0x9A7ABC) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 7A and BC. RGB value is (154,122,188). Sum of RGB (Red+Green+Blue) = 154+122+188=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A7ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7ABC is #658543. Grayscale: #8A8A8A. Windows color (decimal): -6653252 or 12352154. OLE color: 12352154.
HSL color Cylindrical-coordinate representation of color #9A7ABC: hue angle of 269.09º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A7ABC is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 122 | 188 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.26 |
| HSL | 269.09º | 0.33% | 0.61% | - |
| HSV(B) | 269.09º | 0.35% | 0.74% | - |
| XYZ | 29.36 | 24.42 | 50.74 | - |
| YUV | 139.09 | 155.6 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 122 | 188 | 0.18 | 0.35 | 0 | 0.26 | 269.09 | 0.33 | 0.61 |
| Hex | 9A | 7A | BC | 12 | 23 | 0 | 1A | 10D | 21 | 3D |
| Octal | 232 | 172 | 274 | 22 | 43 | 0 | 32 | 415 | 41 | 75 |
| Binary | 10011010 | 1111010 | 10111100 | 10010 | 100011 | 0 | 11010 | 100001101 | 100001 | 111101 |
Color Harmonies of #9A7ABC
Complementary color
Monochromatic Colors of #9A7ABC
Black with #9A7ABC
Text Example
Text Example
White with #9A7ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7ABC; }
p { color: rgb(154,122,188); }
H1.HeaderClassName
{
color: #9A7ABC;
}
.AnyTagClassName
{
color: #9A7ABC;
}
</style>
background-color css
<style>
a { background-color: #9A7ABC; }
a { background-color: rgb(154,122,188); }
div.DivClassName
{
background-color: #9A7ABC;
}
.BgClassName
{
background-color: #9A7ABC;
}
</style>
border-color css
<style>
span { border-color: #9A7ABC; }
span { border-color: rgb(154,122,188); }
td.TdClassName
{
border-color: #9A7ABC;
}
.TagClassName
{
border-color: #9A7ABC;
}
</style>