Html Css Color HEX #9A7CBF Purple Mountain's Majesty
📋 copy color: '#9A7CBF'red 154 ◦ green 124 ◦ blue 191
Shades of Purple Mountain's Majesty #9A7CBF
Tints of Purple Mountain's Majesty #9A7CBF
RGB
CMYK
RGB Variations
Color information
#9A7CBF (or 0x9A7CBF) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 7C and BF. RGB value is (154,124,191). Sum of RGB (Red+Green+Blue) = 154+124+191=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A7CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7CBF is #658340. Grayscale: #8C8C8C. Windows color (decimal): -6652737 or 12549274. OLE color: 12549274.
HSL color Cylindrical-coordinate representation of color #9A7CBF: hue angle of 266.87º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A7CBF is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 124 | 191 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.25 |
| HSL | 266.87º | 0.34% | 0.62% | - |
| HSV(B) | 266.87º | 0.35% | 0.75% | - |
| XYZ | 29.94 | 25.05 | 52.55 | - |
| YUV | 140.61 | 156.44 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 124 | 191 | 0.19 | 0.35 | 0 | 0.25 | 266.87 | 0.34 | 0.62 |
| Hex | 9A | 7C | BF | 13 | 23 | 0 | 19 | 10B | 22 | 3E |
| Octal | 232 | 174 | 277 | 23 | 43 | 0 | 31 | 413 | 42 | 76 |
| Binary | 10011010 | 1111100 | 10111111 | 10011 | 100011 | 0 | 11001 | 100001011 | 100010 | 111110 |
Color Harmonies of #9A7CBF
Complementary color
Monochromatic Colors of #9A7CBF
Black with #9A7CBF
Text Example
Text Example
White with #9A7CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7CBF; }
p { color: rgb(154,124,191); }
H1.HeaderClassName
{
color: #9A7CBF;
}
.AnyTagClassName
{
color: #9A7CBF;
}
</style>
background-color css
<style>
a { background-color: #9A7CBF; }
a { background-color: rgb(154,124,191); }
div.DivClassName
{
background-color: #9A7CBF;
}
.BgClassName
{
background-color: #9A7CBF;
}
</style>
border-color css
<style>
span { border-color: #9A7CBF; }
span { border-color: rgb(154,124,191); }
td.TdClassName
{
border-color: #9A7CBF;
}
.TagClassName
{
border-color: #9A7CBF;
}
</style>