Html Css Color HEX #9A79BF Purple Mountain's Majesty
📋 copy color: '#9A79BF'red 154 ◦ green 121 ◦ blue 191
Shades of Purple Mountain's Majesty #9A79BF
Tints of Purple Mountain's Majesty #9A79BF
RGB
CMYK
RGB Variations
Color information
#9A79BF (or 0x9A79BF) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 79 and BF. RGB value is (154,121,191). Sum of RGB (Red+Green+Blue) = 154+121+191=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A79BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A79BF is #658640. Grayscale: #8A8A8A. Windows color (decimal): -6653505 or 12548506. OLE color: 12548506.
HSL color Cylindrical-coordinate representation of color #9A79BF: hue angle of 268.29º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A79BF is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 121 | 191 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.25 |
| HSL | 268.29º | 0.35% | 0.61% | - |
| HSV(B) | 268.29º | 0.37% | 0.75% | - |
| XYZ | 29.57 | 24.31 | 52.42 | - |
| YUV | 138.85 | 157.43 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 121 | 191 | 0.19 | 0.37 | 0 | 0.25 | 268.29 | 0.35 | 0.61 |
| Hex | 9A | 79 | BF | 13 | 25 | 0 | 19 | 10C | 23 | 3D |
| Octal | 232 | 171 | 277 | 23 | 45 | 0 | 31 | 414 | 43 | 75 |
| Binary | 10011010 | 1111001 | 10111111 | 10011 | 100101 | 0 | 11001 | 100001100 | 100011 | 111101 |
Color Harmonies of #9A79BF
Complementary color
Monochromatic Colors of #9A79BF
Black with #9A79BF
Text Example
Text Example
White with #9A79BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A79BF; }
p { color: rgb(154,121,191); }
H1.HeaderClassName
{
color: #9A79BF;
}
.AnyTagClassName
{
color: #9A79BF;
}
</style>
background-color css
<style>
a { background-color: #9A79BF; }
a { background-color: rgb(154,121,191); }
div.DivClassName
{
background-color: #9A79BF;
}
.BgClassName
{
background-color: #9A79BF;
}
</style>
border-color css
<style>
span { border-color: #9A79BF; }
span { border-color: rgb(154,121,191); }
td.TdClassName
{
border-color: #9A79BF;
}
.TagClassName
{
border-color: #9A79BF;
}
</style>