Html Css Color HEX #9F80BD Purple Mountain's Majesty
📋 copy color: '#9F80BD'red 159 ◦ green 128 ◦ blue 189
Shades of Purple Mountain's Majesty #9F80BD
Tints of Purple Mountain's Majesty #9F80BD
RGB
CMYK
RGB Variations
Color information
#9F80BD (or 0x9F80BD) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 80 and BD. RGB value is (159,128,189). Sum of RGB (Red+Green+Blue) = 159+128+189=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F80BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F80BD is #607F42. Grayscale: #909090. Windows color (decimal): -6324035 or 12419231. OLE color: 12419231.
HSL color Cylindrical-coordinate representation of color #9F80BD: hue angle of 270.49º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F80BD is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 128 | 189 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.26 |
| HSL | 270.49º | 0.32% | 0.62% | - |
| HSV(B) | 270.49º | 0.32% | 0.74% | - |
| XYZ | 31.2 | 26.48 | 51.61 | - |
| YUV | 144.22 | 153.27 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 189 | 0.16 | 0.32 | 0 | 0.26 | 270.49 | 0.32 | 0.62 |
| Hex | 9F | 80 | BD | 10 | 20 | 0 | 1A | 10E | 20 | 3E |
| Octal | 237 | 200 | 275 | 20 | 40 | 0 | 32 | 416 | 40 | 76 |
| Binary | 10011111 | 10000000 | 10111101 | 10000 | 100000 | 0 | 11010 | 100001110 | 100000 | 111110 |
Color Harmonies of #9F80BD
Complementary color
Monochromatic Colors of #9F80BD
Black with #9F80BD
Text Example
Text Example
White with #9F80BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F80BD; }
p { color: rgb(159,128,189); }
H1.HeaderClassName
{
color: #9F80BD;
}
.AnyTagClassName
{
color: #9F80BD;
}
</style>
background-color css
<style>
a { background-color: #9F80BD; }
a { background-color: rgb(159,128,189); }
div.DivClassName
{
background-color: #9F80BD;
}
.BgClassName
{
background-color: #9F80BD;
}
</style>
border-color css
<style>
span { border-color: #9F80BD; }
span { border-color: rgb(159,128,189); }
td.TdClassName
{
border-color: #9F80BD;
}
.TagClassName
{
border-color: #9F80BD;
}
</style>