Html Css Color HEX #9F80BE Purple Mountain's Majesty
📋 copy color: '#9F80BE'red 159 ◦ green 128 ◦ blue 190
Shades of Purple Mountain's Majesty #9F80BE
Tints of Purple Mountain's Majesty #9F80BE
RGB
CMYK
RGB Variations
Color information
#9F80BE (or 0x9F80BE) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 80 and BE. RGB value is (159,128,190). Sum of RGB (Red+Green+Blue) = 159+128+190=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F80BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F80BE is #607F41. Grayscale: #909090. Windows color (decimal): -6324034 or 12484767. OLE color: 12484767.
HSL color Cylindrical-coordinate representation of color #9F80BE: hue angle of 270º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F80BE is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 128 | 190 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.25 |
| HSL | 270º | 0.32% | 0.62% | - |
| HSV(B) | 270º | 0.33% | 0.75% | - |
| XYZ | 31.31 | 26.53 | 52.19 | - |
| YUV | 144.34 | 153.77 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 190 | 0.16 | 0.33 | 0 | 0.25 | 270 | 0.32 | 0.62 |
| Hex | 9F | 80 | BE | 10 | 21 | 0 | 19 | 10E | 20 | 3E |
| Octal | 237 | 200 | 276 | 20 | 41 | 0 | 31 | 416 | 40 | 76 |
| Binary | 10011111 | 10000000 | 10111110 | 10000 | 100001 | 0 | 11001 | 100001110 | 100000 | 111110 |
Color Harmonies of #9F80BE
Complementary color
Monochromatic Colors of #9F80BE
Black with #9F80BE
Text Example
Text Example
White with #9F80BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F80BE; }
p { color: rgb(159,128,190); }
H1.HeaderClassName
{
color: #9F80BE;
}
.AnyTagClassName
{
color: #9F80BE;
}
</style>
background-color css
<style>
a { background-color: #9F80BE; }
a { background-color: rgb(159,128,190); }
div.DivClassName
{
background-color: #9F80BE;
}
.BgClassName
{
background-color: #9F80BE;
}
</style>
border-color css
<style>
span { border-color: #9F80BE; }
span { border-color: rgb(159,128,190); }
td.TdClassName
{
border-color: #9F80BE;
}
.TagClassName
{
border-color: #9F80BE;
}
</style>