Shades of Cold Purple #8F80BA
Tints of Cold Purple #8F80BA
RGB
CMYK
RGB Variations
Color information
#8F80BA (or 0x8F80BA) is known color: Cold Purple. HEX triplet: 8F, 80 and BA. RGB value is (143,128,186). Sum of RGB (Red+Green+Blue) = 143+128+186=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F80BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F80BA is #707F45. Grayscale: #8A8A8A. Windows color (decimal): -7372614 or 12222607. OLE color: 12222607.
HSL color Cylindrical-coordinate representation of color #8F80BA: hue angle of 255.52º degrees, saturation: 0.3, 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 #8F80BA is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 128 | 186 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.27 |
| HSL | 255.52º | 0.3% | 0.62% | - |
| HSV(B) | 255.52º | 0.31% | 0.73% | - |
| XYZ | 27.91 | 24.82 | 49.77 | - |
| YUV | 139.1 | 154.47 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 186 | 0.23 | 0.31 | 0 | 0.27 | 255.52 | 0.3 | 0.62 |
| Hex | 8F | 80 | BA | 17 | 1F | 0 | 1B | 100 | 1E | 3E |
| Octal | 217 | 200 | 272 | 27 | 37 | 0 | 33 | 400 | 36 | 76 |
| Binary | 10001111 | 10000000 | 10111010 | 10111 | 11111 | 0 | 11011 | 100000000 | 11110 | 111110 |
Color Harmonies of #8F80BA
Complementary color
Monochromatic Colors of #8F80BA
Black with #8F80BA
Text Example
Text Example
White with #8F80BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F80BA; }
p { color: rgb(143,128,186); }
H1.HeaderClassName
{
color: #8F80BA;
}
.AnyTagClassName
{
color: #8F80BA;
}
</style>
background-color css
<style>
a { background-color: #8F80BA; }
a { background-color: rgb(143,128,186); }
div.DivClassName
{
background-color: #8F80BA;
}
.BgClassName
{
background-color: #8F80BA;
}
</style>
border-color css
<style>
span { border-color: #8F80BA; }
span { border-color: rgb(143,128,186); }
td.TdClassName
{
border-color: #8F80BA;
}
.TagClassName
{
border-color: #8F80BA;
}
</style>