Html Css Color HEX #9979BF Purple Mountain's Majesty
📋 copy color: '#9979BF'red 153 ◦ green 121 ◦ blue 191
Shades of Purple Mountain's Majesty #9979BF
Tints of Purple Mountain's Majesty #9979BF
RGB
CMYK
RGB Variations
Color information
#9979BF (or 0x9979BF) is known color: Purple Mountain's Majesty. HEX triplet: 99, 79 and BF. RGB value is (153,121,191). Sum of RGB (Red+Green+Blue) = 153+121+191=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #9979BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9979BF is #668640. Grayscale: #8A8A8A. Windows color (decimal): -6719041 or 12548505. OLE color: 12548505.
HSL color Cylindrical-coordinate representation of color #9979BF: hue angle of 267.43º 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 #9979BF is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 121 | 191 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.25 |
| HSL | 267.43º | 0.35% | 0.61% | - |
| HSV(B) | 267.43º | 0.37% | 0.75% | - |
| XYZ | 29.38 | 24.21 | 52.41 | - |
| YUV | 138.55 | 157.6 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 191 | 0.20 | 0.37 | 0 | 0.25 | 267.43 | 0.35 | 0.61 |
| Hex | 99 | 79 | BF | 14 | 25 | 0 | 19 | 10B | 23 | 3D |
| Octal | 231 | 171 | 277 | 24 | 45 | 0 | 31 | 413 | 43 | 75 |
| Binary | 10011001 | 1111001 | 10111111 | 10100 | 100101 | 0 | 11001 | 100001011 | 100011 | 111101 |
Color Harmonies of #9979BF
Complementary color
Monochromatic Colors of #9979BF
Black with #9979BF
Text Example
Text Example
White with #9979BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9979BF; }
p { color: rgb(153,121,191); }
H1.HeaderClassName
{
color: #9979BF;
}
.AnyTagClassName
{
color: #9979BF;
}
</style>
background-color css
<style>
a { background-color: #9979BF; }
a { background-color: rgb(153,121,191); }
div.DivClassName
{
background-color: #9979BF;
}
.BgClassName
{
background-color: #9979BF;
}
</style>
border-color css
<style>
span { border-color: #9979BF; }
span { border-color: rgb(153,121,191); }
td.TdClassName
{
border-color: #9979BF;
}
.TagClassName
{
border-color: #9979BF;
}
</style>