Shades of Cold Purple #8F80B9
Tints of Cold Purple #8F80B9
RGB
CMYK
RGB Variations
Color information
#8F80B9 (or 0x8F80B9) is known color: Cold Purple. HEX triplet: 8F, 80 and B9. RGB value is (143,128,185). Sum of RGB (Red+Green+Blue) = 143+128+185=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 185 - color contains mainly: blue. Hex color #8F80B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F80B9 is #707F46. Grayscale: #8A8A8A. Windows color (decimal): -7372615 or 12157071. OLE color: 12157071.
HSL color Cylindrical-coordinate representation of color #8F80B9: hue angle of 255.79º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F80B9 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 128 | 185 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.27 |
| HSL | 255.79º | 0.29% | 0.61% | - |
| HSV(B) | 255.79º | 0.31% | 0.73% | - |
| XYZ | 27.8 | 24.78 | 49.22 | - |
| YUV | 138.98 | 153.97 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 185 | 0.23 | 0.31 | 0 | 0.27 | 255.79 | 0.29 | 0.61 |
| Hex | 8F | 80 | B9 | 17 | 1F | 0 | 1B | 100 | 1D | 3D |
| Octal | 217 | 200 | 271 | 27 | 37 | 0 | 33 | 400 | 35 | 75 |
| Binary | 10001111 | 10000000 | 10111001 | 10111 | 11111 | 0 | 11011 | 100000000 | 11101 | 111101 |
Color Harmonies of #8F80B9
Complementary color
Monochromatic Colors of #8F80B9
Black with #8F80B9
Text Example
Text Example
White with #8F80B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F80B9; }
p { color: rgb(143,128,185); }
H1.HeaderClassName
{
color: #8F80B9;
}
.AnyTagClassName
{
color: #8F80B9;
}
</style>
background-color css
<style>
a { background-color: #8F80B9; }
a { background-color: rgb(143,128,185); }
div.DivClassName
{
background-color: #8F80B9;
}
.BgClassName
{
background-color: #8F80B9;
}
</style>
border-color css
<style>
span { border-color: #8F80B9; }
span { border-color: rgb(143,128,185); }
td.TdClassName
{
border-color: #8F80B9;
}
.TagClassName
{
border-color: #8F80B9;
}
</style>