Shades of Cold Purple #8F87BA
Tints of Cold Purple #8F87BA
RGB
CMYK
RGB Variations
Color information
#8F87BA (or 0x8F87BA) is known color: Cold Purple. HEX triplet: 8F, 87 and BA. RGB value is (143,135,186). Sum of RGB (Red+Green+Blue) = 143+135+186=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F87BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F87BA is #707845. Grayscale: #8F8F8F. Windows color (decimal): -7370822 or 12224399. OLE color: 12224399.
HSL color Cylindrical-coordinate representation of color #8F87BA: hue angle of 249.41º degrees, saturation: 0.27, 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 #8F87BA is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 135 | 186 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.27 |
| HSL | 249.41º | 0.27% | 0.63% | - |
| HSV(B) | 249.41º | 0.27% | 0.73% | - |
| XYZ | 28.85 | 26.71 | 50.09 | - |
| YUV | 143.21 | 152.15 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 135 | 186 | 0.23 | 0.27 | 0 | 0.27 | 249.41 | 0.27 | 0.63 |
| Hex | 8F | 87 | BA | 17 | 1B | 0 | 1B | F9 | 1B | 3F |
| Octal | 217 | 207 | 272 | 27 | 33 | 0 | 33 | 371 | 33 | 77 |
| Binary | 10001111 | 10000111 | 10111010 | 10111 | 11011 | 0 | 11011 | 11111001 | 11011 | 111111 |
Color Harmonies of #8F87BA
Complementary color
Monochromatic Colors of #8F87BA
Black with #8F87BA
Text Example
Text Example
White with #8F87BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F87BA; }
p { color: rgb(143,135,186); }
H1.HeaderClassName
{
color: #8F87BA;
}
.AnyTagClassName
{
color: #8F87BA;
}
</style>
background-color css
<style>
a { background-color: #8F87BA; }
a { background-color: rgb(143,135,186); }
div.DivClassName
{
background-color: #8F87BA;
}
.BgClassName
{
background-color: #8F87BA;
}
</style>
border-color css
<style>
span { border-color: #8F87BA; }
span { border-color: rgb(143,135,186); }
td.TdClassName
{
border-color: #8F87BA;
}
.TagClassName
{
border-color: #8F87BA;
}
</style>