Html Css Color HEX #8F83AF Purple Mountain's Majesty
📋 copy color: '#8F83AF'red 143 ◦ green 131 ◦ blue 175
Shades of Purple Mountain's Majesty #8F83AF
Tints of Purple Mountain's Majesty #8F83AF
RGB
CMYK
RGB Variations
Color information
#8F83AF (or 0x8F83AF) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 83 and AF. RGB value is (143,131,175). Sum of RGB (Red+Green+Blue) = 143+131+175=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F83AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F83AF is #707C50. Grayscale: #8B8B8B. Windows color (decimal): -7371857 or 11502479. OLE color: 11502479.
HSL color Cylindrical-coordinate representation of color #8F83AF: hue angle of 256.36º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8F83AF is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 131 | 175 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.31 |
| HSL | 256.36º | 0.22% | 0.6% | - |
| HSV(B) | 256.36º | 0.25% | 0.69% | - |
| XYZ | 27.18 | 25.17 | 43.98 | - |
| YUV | 139.6 | 147.98 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 175 | 0.18 | 0.25 | 0 | 0.31 | 256.36 | 0.22 | 0.6 |
| Hex | 8F | 83 | AF | 12 | 19 | 0 | 1F | 100 | 16 | 3C |
| Octal | 217 | 203 | 257 | 22 | 31 | 0 | 37 | 400 | 26 | 74 |
| Binary | 10001111 | 10000011 | 10101111 | 10010 | 11001 | 0 | 11111 | 100000000 | 10110 | 111100 |
Color Harmonies of #8F83AF
Complementary color
Monochromatic Colors of #8F83AF
Black with #8F83AF
Text Example
Text Example
White with #8F83AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F83AF; }
p { color: rgb(143,131,175); }
H1.HeaderClassName
{
color: #8F83AF;
}
.AnyTagClassName
{
color: #8F83AF;
}
</style>
background-color css
<style>
a { background-color: #8F83AF; }
a { background-color: rgb(143,131,175); }
div.DivClassName
{
background-color: #8F83AF;
}
.BgClassName
{
background-color: #8F83AF;
}
</style>
border-color css
<style>
span { border-color: #8F83AF; }
span { border-color: rgb(143,131,175); }
td.TdClassName
{
border-color: #8F83AF;
}
.TagClassName
{
border-color: #8F83AF;
}
</style>