Shades of Cold Purple #8F87B9
Tints of Cold Purple #8F87B9
RGB
CMYK
RGB Variations
Color information
#8F87B9 (or 0x8F87B9) is known color: Cold Purple. HEX triplet: 8F, 87 and B9. RGB value is (143,135,185). Sum of RGB (Red+Green+Blue) = 143+135+185=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 185 - color contains mainly: blue. Hex color #8F87B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F87B9 is #707846. Grayscale: #8E8E8E. Windows color (decimal): -7370823 or 12158863. OLE color: 12158863.
HSL color Cylindrical-coordinate representation of color #8F87B9: hue angle of 249.6º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F87B9 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 135 | 185 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.27 |
| HSL | 249.6º | 0.26% | 0.63% | - |
| HSV(B) | 249.6º | 0.27% | 0.73% | - |
| XYZ | 28.75 | 26.67 | 49.53 | - |
| YUV | 143.09 | 151.65 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 135 | 185 | 0.23 | 0.27 | 0 | 0.27 | 249.6 | 0.26 | 0.63 |
| Hex | 8F | 87 | B9 | 17 | 1B | 0 | 1B | FA | 1A | 3F |
| Octal | 217 | 207 | 271 | 27 | 33 | 0 | 33 | 372 | 32 | 77 |
| Binary | 10001111 | 10000111 | 10111001 | 10111 | 11011 | 0 | 11011 | 11111010 | 11010 | 111111 |
Color Harmonies of #8F87B9
Complementary color
Monochromatic Colors of #8F87B9
Black with #8F87B9
Text Example
Text Example
White with #8F87B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F87B9; }
p { color: rgb(143,135,185); }
H1.HeaderClassName
{
color: #8F87B9;
}
.AnyTagClassName
{
color: #8F87B9;
}
</style>
background-color css
<style>
a { background-color: #8F87B9; }
a { background-color: rgb(143,135,185); }
div.DivClassName
{
background-color: #8F87B9;
}
.BgClassName
{
background-color: #8F87B9;
}
</style>
border-color css
<style>
span { border-color: #8F87B9; }
span { border-color: rgb(143,135,185); }
td.TdClassName
{
border-color: #8F87B9;
}
.TagClassName
{
border-color: #8F87B9;
}
</style>