Shades of Cold Purple #8F81BC
Tints of Cold Purple #8F81BC
RGB
CMYK
RGB Variations
Color information
#8F81BC (or 0x8F81BC) is known color: Cold Purple. HEX triplet: 8F, 81 and BC. RGB value is (143,129,188). Sum of RGB (Red+Green+Blue) = 143+129+188=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F81BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F81BC is #707E43. Grayscale: #8B8B8B. Windows color (decimal): -7372356 or 12353935. OLE color: 12353935.
HSL color Cylindrical-coordinate representation of color #8F81BC: hue angle of 254.24º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F81BC is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 129 | 188 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.26 |
| HSL | 254.24º | 0.31% | 0.62% | - |
| HSV(B) | 254.24º | 0.31% | 0.74% | - |
| XYZ | 28.26 | 25.17 | 50.95 | - |
| YUV | 139.91 | 155.14 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 129 | 188 | 0.24 | 0.31 | 0 | 0.26 | 254.24 | 0.31 | 0.62 |
| Hex | 8F | 81 | BC | 18 | 1F | 0 | 1A | FE | 1F | 3E |
| Octal | 217 | 201 | 274 | 30 | 37 | 0 | 32 | 376 | 37 | 76 |
| Binary | 10001111 | 10000001 | 10111100 | 11000 | 11111 | 0 | 11010 | 11111110 | 11111 | 111110 |
Color Harmonies of #8F81BC
Complementary color
Monochromatic Colors of #8F81BC
Black with #8F81BC
Text Example
Text Example
White with #8F81BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F81BC; }
p { color: rgb(143,129,188); }
H1.HeaderClassName
{
color: #8F81BC;
}
.AnyTagClassName
{
color: #8F81BC;
}
</style>
background-color css
<style>
a { background-color: #8F81BC; }
a { background-color: rgb(143,129,188); }
div.DivClassName
{
background-color: #8F81BC;
}
.BgClassName
{
background-color: #8F81BC;
}
</style>
border-color css
<style>
span { border-color: #8F81BC; }
span { border-color: rgb(143,129,188); }
td.TdClassName
{
border-color: #8F81BC;
}
.TagClassName
{
border-color: #8F81BC;
}
</style>