Html Css Color HEX #8F81AC Purple Mountain's Majesty
📋 copy color: '#8F81AC'red 143 ◦ green 129 ◦ blue 172
Shades of Purple Mountain's Majesty #8F81AC
Tints of Purple Mountain's Majesty #8F81AC
RGB
CMYK
RGB Variations
Color information
#8F81AC (or 0x8F81AC) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 81 and AC. RGB value is (143,129,172). Sum of RGB (Red+Green+Blue) = 143+129+172=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F81AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F81AC is #707E53. Grayscale: #898989. Windows color (decimal): -7372372 or 11305359. OLE color: 11305359.
HSL color Cylindrical-coordinate representation of color #8F81AC: hue angle of 259.53º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8F81AC is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 129 | 172 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.33 |
| HSL | 259.53º | 0.21% | 0.59% | - |
| HSV(B) | 259.53º | 0.25% | 0.67% | - |
| XYZ | 26.62 | 24.52 | 42.36 | - |
| YUV | 138.09 | 147.14 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 129 | 172 | 0.17 | 0.25 | 0 | 0.33 | 259.53 | 0.21 | 0.59 |
| Hex | 8F | 81 | AC | 11 | 19 | 0 | 21 | 104 | 15 | 3B |
| Octal | 217 | 201 | 254 | 21 | 31 | 0 | 41 | 404 | 25 | 73 |
| Binary | 10001111 | 10000001 | 10101100 | 10001 | 11001 | 0 | 100001 | 100000100 | 10101 | 111011 |
Color Harmonies of #8F81AC
Complementary color
Monochromatic Colors of #8F81AC
Black with #8F81AC
Text Example
Text Example
White with #8F81AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F81AC; }
p { color: rgb(143,129,172); }
H1.HeaderClassName
{
color: #8F81AC;
}
.AnyTagClassName
{
color: #8F81AC;
}
</style>
background-color css
<style>
a { background-color: #8F81AC; }
a { background-color: rgb(143,129,172); }
div.DivClassName
{
background-color: #8F81AC;
}
.BgClassName
{
background-color: #8F81AC;
}
</style>
border-color css
<style>
span { border-color: #8F81AC; }
span { border-color: rgb(143,129,172); }
td.TdClassName
{
border-color: #8F81AC;
}
.TagClassName
{
border-color: #8F81AC;
}
</style>