Shades of Cold Purple #8F83BC
Tints of Cold Purple #8F83BC
RGB
CMYK
RGB Variations
Color information
#8F83BC (or 0x8F83BC) is known color: Cold Purple. HEX triplet: 8F, 83 and BC. RGB value is (143,131,188). Sum of RGB (Red+Green+Blue) = 143+131+188=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F83BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F83BC is #707C43. Grayscale: #8C8C8C. Windows color (decimal): -7371844 or 12354447. OLE color: 12354447.
HSL color Cylindrical-coordinate representation of color #8F83BC: hue angle of 252.63º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F83BC is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 131 | 188 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.26 |
| HSL | 252.63º | 0.3% | 0.63% | - |
| HSV(B) | 252.63º | 0.3% | 0.74% | - |
| XYZ | 28.52 | 25.7 | 51.03 | - |
| YUV | 141.09 | 154.48 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 188 | 0.24 | 0.30 | 0 | 0.26 | 252.63 | 0.3 | 0.63 |
| Hex | 8F | 83 | BC | 18 | 1E | 0 | 1A | FD | 1E | 3F |
| Octal | 217 | 203 | 274 | 30 | 36 | 0 | 32 | 375 | 36 | 77 |
| Binary | 10001111 | 10000011 | 10111100 | 11000 | 11110 | 0 | 11010 | 11111101 | 11110 | 111111 |
Color Harmonies of #8F83BC
Complementary color
Monochromatic Colors of #8F83BC
Black with #8F83BC
Text Example
Text Example
White with #8F83BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F83BC; }
p { color: rgb(143,131,188); }
H1.HeaderClassName
{
color: #8F83BC;
}
.AnyTagClassName
{
color: #8F83BC;
}
</style>
background-color css
<style>
a { background-color: #8F83BC; }
a { background-color: rgb(143,131,188); }
div.DivClassName
{
background-color: #8F83BC;
}
.BgClassName
{
background-color: #8F83BC;
}
</style>
border-color css
<style>
span { border-color: #8F83BC; }
span { border-color: rgb(143,131,188); }
td.TdClassName
{
border-color: #8F83BC;
}
.TagClassName
{
border-color: #8F83BC;
}
</style>