Html Css Color HEX #9F80B5 Purple Mountain's Majesty
📋 copy color: '#9F80B5'red 159 ◦ green 128 ◦ blue 181
Shades of Purple Mountain's Majesty #9F80B5
Tints of Purple Mountain's Majesty #9F80B5
RGB
CMYK
RGB Variations
Color information
#9F80B5 (or 0x9F80B5) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 80 and B5. RGB value is (159,128,181). Sum of RGB (Red+Green+Blue) = 159+128+181=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 181 - color contains mainly: blue. Hex color #9F80B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F80B5 is #607F4A. Grayscale: #8F8F8F. Windows color (decimal): -6324043 or 11894943. OLE color: 11894943.
HSL color Cylindrical-coordinate representation of color #9F80B5: hue angle of 275.09º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F80B5 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 159 | 128 | 181 | - |
CMYK | 0.12 | 0.29 | 0 | 0.29 |
HSL | 275.09º | 0.26% | 0.61% | - |
HSV(B) | 275.09º | 0.29% | 0.71% | - |
XYZ | 30.36 | 26.15 | 47.16 | - |
YUV | 143.31 | 149.27 | 139.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 128 | 181 | 0.12 | 0.29 | 0 | 0.29 | 275.09 | 0.26 | 0.61 |
Hex | 9F | 80 | B5 | C | 1D | 0 | 1D | 113 | 1A | 3D |
Octal | 237 | 200 | 265 | 14 | 35 | 0 | 35 | 423 | 32 | 75 |
Binary | 10011111 | 10000000 | 10110101 | 1100 | 11101 | 0 | 11101 | 100010011 | 11010 | 111101 |
Color Harmonies of #9F80B5
Complementary color
Monochromatic Colors of #9F80B5
Black with #9F80B5
Text Example
Text Example
White with #9F80B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F80B5; }
p { color: rgb(159,128,181); }
H1.HeaderClassName
{
color: #9F80B5;
}
.AnyTagClassName
{
color: #9F80B5;
}
</style>
background-color css
<style>
a { background-color: #9F80B5; }
a { background-color: rgb(159,128,181); }
div.DivClassName
{
background-color: #9F80B5;
}
.BgClassName
{
background-color: #9F80B5;
}
</style>
border-color css
<style>
span { border-color: #9F80B5; }
span { border-color: rgb(159,128,181); }
td.TdClassName
{
border-color: #9F80B5;
}
.TagClassName
{
border-color: #9F80B5;
}
</style>