Html Css Color HEX #8F81AA Purple Mountain's Majesty
📋 copy color: '#8F81AA'red 143 ◦ green 129 ◦ blue 170
Shades of Purple Mountain's Majesty #8F81AA
Tints of Purple Mountain's Majesty #8F81AA
RGB
CMYK
RGB Variations
Color information
#8F81AA (or 0x8F81AA) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 81 and AA. RGB value is (143,129,170). Sum of RGB (Red+Green+Blue) = 143+129+170=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F81AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F81AA is #707E55. Grayscale: #898989. Windows color (decimal): -7372374 or 11174287. OLE color: 11174287.
HSL color Cylindrical-coordinate representation of color #8F81AA: hue angle of 260.49º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F81AA is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 129 | 170 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.33 |
| HSL | 260.49º | 0.19% | 0.59% | - |
| HSV(B) | 260.49º | 0.24% | 0.67% | - |
| XYZ | 26.43 | 24.44 | 41.35 | - |
| YUV | 137.86 | 146.14 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 129 | 170 | 0.16 | 0.24 | 0 | 0.33 | 260.49 | 0.19 | 0.59 |
| Hex | 8F | 81 | AA | 10 | 18 | 0 | 21 | 104 | 13 | 3B |
| Octal | 217 | 201 | 252 | 20 | 30 | 0 | 41 | 404 | 23 | 73 |
| Binary | 10001111 | 10000001 | 10101010 | 10000 | 11000 | 0 | 100001 | 100000100 | 10011 | 111011 |
Color Harmonies of #8F81AA
Complementary color
Monochromatic Colors of #8F81AA
Black with #8F81AA
Text Example
Text Example
White with #8F81AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F81AA; }
p { color: rgb(143,129,170); }
H1.HeaderClassName
{
color: #8F81AA;
}
.AnyTagClassName
{
color: #8F81AA;
}
</style>
background-color css
<style>
a { background-color: #8F81AA; }
a { background-color: rgb(143,129,170); }
div.DivClassName
{
background-color: #8F81AA;
}
.BgClassName
{
background-color: #8F81AA;
}
</style>
border-color css
<style>
span { border-color: #8F81AA; }
span { border-color: rgb(143,129,170); }
td.TdClassName
{
border-color: #8F81AA;
}
.TagClassName
{
border-color: #8F81AA;
}
</style>