Shades of Cold Purple #8F84BA
Tints of Cold Purple #8F84BA
RGB
CMYK
RGB Variations
Color information
#8F84BA (or 0x8F84BA) is known color: Cold Purple. HEX triplet: 8F, 84 and BA. RGB value is (143,132,186). Sum of RGB (Red+Green+Blue) = 143+132+186=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F84BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F84BA is #707B45. Grayscale: #8D8D8D. Windows color (decimal): -7371590 or 12223631. OLE color: 12223631.
HSL color Cylindrical-coordinate representation of color #8F84BA: hue angle of 252.22º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F84BA is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 132 | 186 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.27 |
| HSL | 252.22º | 0.28% | 0.62% | - |
| HSV(B) | 252.22º | 0.29% | 0.73% | - |
| XYZ | 28.44 | 25.89 | 49.95 | - |
| YUV | 141.45 | 153.14 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 186 | 0.23 | 0.29 | 0 | 0.27 | 252.22 | 0.28 | 0.62 |
| Hex | 8F | 84 | BA | 17 | 1D | 0 | 1B | FC | 1C | 3E |
| Octal | 217 | 204 | 272 | 27 | 35 | 0 | 33 | 374 | 34 | 76 |
| Binary | 10001111 | 10000100 | 10111010 | 10111 | 11101 | 0 | 11011 | 11111100 | 11100 | 111110 |
Color Harmonies of #8F84BA
Complementary color
Monochromatic Colors of #8F84BA
Black with #8F84BA
Text Example
Text Example
White with #8F84BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F84BA; }
p { color: rgb(143,132,186); }
H1.HeaderClassName
{
color: #8F84BA;
}
.AnyTagClassName
{
color: #8F84BA;
}
</style>
background-color css
<style>
a { background-color: #8F84BA; }
a { background-color: rgb(143,132,186); }
div.DivClassName
{
background-color: #8F84BA;
}
.BgClassName
{
background-color: #8F84BA;
}
</style>
border-color css
<style>
span { border-color: #8F84BA; }
span { border-color: rgb(143,132,186); }
td.TdClassName
{
border-color: #8F84BA;
}
.TagClassName
{
border-color: #8F84BA;
}
</style>