Shades of Cold Purple #8F81BA
Tints of Cold Purple #8F81BA
RGB
CMYK
RGB Variations
Color information
#8F81BA (or 0x8F81BA) is known color: Cold Purple. HEX triplet: 8F, 81 and BA. RGB value is (143,129,186). Sum of RGB (Red+Green+Blue) = 143+129+186=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F81BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F81BA is #707E45. Grayscale: #8B8B8B. Windows color (decimal): -7372358 or 12222863. OLE color: 12222863.
HSL color Cylindrical-coordinate representation of color #8F81BA: hue angle of 254.74º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F81BA is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 129 | 186 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.27 |
| HSL | 254.74º | 0.29% | 0.62% | - |
| HSV(B) | 254.74º | 0.31% | 0.73% | - |
| XYZ | 28.04 | 25.09 | 49.82 | - |
| YUV | 139.68 | 154.14 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 129 | 186 | 0.23 | 0.31 | 0 | 0.27 | 254.74 | 0.29 | 0.62 |
| Hex | 8F | 81 | BA | 17 | 1F | 0 | 1B | FF | 1D | 3E |
| Octal | 217 | 201 | 272 | 27 | 37 | 0 | 33 | 377 | 35 | 76 |
| Binary | 10001111 | 10000001 | 10111010 | 10111 | 11111 | 0 | 11011 | 11111111 | 11101 | 111110 |
Color Harmonies of #8F81BA
Complementary color
Monochromatic Colors of #8F81BA
Black with #8F81BA
Text Example
Text Example
White with #8F81BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F81BA; }
p { color: rgb(143,129,186); }
H1.HeaderClassName
{
color: #8F81BA;
}
.AnyTagClassName
{
color: #8F81BA;
}
</style>
background-color css
<style>
a { background-color: #8F81BA; }
a { background-color: rgb(143,129,186); }
div.DivClassName
{
background-color: #8F81BA;
}
.BgClassName
{
background-color: #8F81BA;
}
</style>
border-color css
<style>
span { border-color: #8F81BA; }
span { border-color: rgb(143,129,186); }
td.TdClassName
{
border-color: #8F81BA;
}
.TagClassName
{
border-color: #8F81BA;
}
</style>