Shades of Cold Purple #8F85B5
Tints of Cold Purple #8F85B5
RGB
CMYK
RGB Variations
Color information
#8F85B5 (or 0x8F85B5) is known color: Cold Purple. HEX triplet: 8F, 85 and B5. RGB value is (143,133,181). Sum of RGB (Red+Green+Blue) = 143+133+181=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 181 - color contains mainly: blue. Hex color #8F85B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F85B5 is #707A4A. Grayscale: #8D8D8D. Windows color (decimal): -7371339 or 11896207. OLE color: 11896207.
HSL color Cylindrical-coordinate representation of color #8F85B5: hue angle of 252.5º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F85B5 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 133 | 181 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.29 |
| HSL | 252.5º | 0.24% | 0.62% | - |
| HSV(B) | 252.5º | 0.27% | 0.71% | - |
| XYZ | 28.06 | 25.95 | 47.25 | - |
| YUV | 141.46 | 150.31 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 181 | 0.21 | 0.27 | 0 | 0.29 | 252.5 | 0.24 | 0.62 |
| Hex | 8F | 85 | B5 | 15 | 1B | 0 | 1D | FD | 18 | 3E |
| Octal | 217 | 205 | 265 | 25 | 33 | 0 | 35 | 375 | 30 | 76 |
| Binary | 10001111 | 10000101 | 10110101 | 10101 | 11011 | 0 | 11101 | 11111101 | 11000 | 111110 |
Color Harmonies of #8F85B5
Complementary color
Monochromatic Colors of #8F85B5
Black with #8F85B5
Text Example
Text Example
White with #8F85B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F85B5; }
p { color: rgb(143,133,181); }
H1.HeaderClassName
{
color: #8F85B5;
}
.AnyTagClassName
{
color: #8F85B5;
}
</style>
background-color css
<style>
a { background-color: #8F85B5; }
a { background-color: rgb(143,133,181); }
div.DivClassName
{
background-color: #8F85B5;
}
.BgClassName
{
background-color: #8F85B5;
}
</style>
border-color css
<style>
span { border-color: #8F85B5; }
span { border-color: rgb(143,133,181); }
td.TdClassName
{
border-color: #8F85B5;
}
.TagClassName
{
border-color: #8F85B5;
}
</style>