Shades of Cold Purple #8F84B2
Tints of Cold Purple #8F84B2
RGB
CMYK
RGB Variations
Color information
#8F84B2 (or 0x8F84B2) is known color: Cold Purple. HEX triplet: 8F, 84 and B2. RGB value is (143,132,178). Sum of RGB (Red+Green+Blue) = 143+132+178=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 178 - color contains mainly: blue. Hex color #8F84B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F84B2 is #707B4D. Grayscale: #8C8C8C. Windows color (decimal): -7371598 or 11699343. OLE color: 11699343.
HSL color Cylindrical-coordinate representation of color #8F84B2: hue angle of 254.35º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F84B2 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 132 | 178 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.30 |
| HSL | 254.35º | 0.23% | 0.61% | - |
| HSV(B) | 254.35º | 0.26% | 0.7% | - |
| XYZ | 27.61 | 25.56 | 45.6 | - |
| YUV | 140.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 178 | 0.20 | 0.26 | 0 | 0.30 | 254.35 | 0.23 | 0.61 |
| Hex | 8F | 84 | B2 | 14 | 1A | 0 | 1E | FE | 17 | 3D |
| Octal | 217 | 204 | 262 | 24 | 32 | 0 | 36 | 376 | 27 | 75 |
| Binary | 10001111 | 10000100 | 10110010 | 10100 | 11010 | 0 | 11110 | 11111110 | 10111 | 111101 |
Color Harmonies of #8F84B2
Complementary color
Monochromatic Colors of #8F84B2
Black with #8F84B2
Text Example
Text Example
White with #8F84B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F84B2; }
p { color: rgb(143,132,178); }
H1.HeaderClassName
{
color: #8F84B2;
}
.AnyTagClassName
{
color: #8F84B2;
}
</style>
background-color css
<style>
a { background-color: #8F84B2; }
a { background-color: rgb(143,132,178); }
div.DivClassName
{
background-color: #8F84B2;
}
.BgClassName
{
background-color: #8F84B2;
}
</style>
border-color css
<style>
span { border-color: #8F84B2; }
span { border-color: rgb(143,132,178); }
td.TdClassName
{
border-color: #8F84B2;
}
.TagClassName
{
border-color: #8F84B2;
}
</style>