Shades of Cold Purple #8F85B3
Tints of Cold Purple #8F85B3
RGB
CMYK
RGB Variations
Color information
#8F85B3 (or 0x8F85B3) is known color: Cold Purple. HEX triplet: 8F, 85 and B3. RGB value is (143,133,179). Sum of RGB (Red+Green+Blue) = 143+133+179=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 179 - color contains mainly: blue. Hex color #8F85B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F85B3 is #707A4C. Grayscale: #8D8D8D. Windows color (decimal): -7371341 or 11765135. OLE color: 11765135.
HSL color Cylindrical-coordinate representation of color #8F85B3: hue angle of 253.04º 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 #8F85B3 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 133 | 179 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.30 |
| HSL | 253.04º | 0.23% | 0.61% | - |
| HSV(B) | 253.04º | 0.26% | 0.7% | - |
| XYZ | 27.85 | 25.87 | 46.17 | - |
| YUV | 141.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 179 | 0.20 | 0.26 | 0 | 0.30 | 253.04 | 0.23 | 0.61 |
| Hex | 8F | 85 | B3 | 14 | 1A | 0 | 1E | FD | 17 | 3D |
| Octal | 217 | 205 | 263 | 24 | 32 | 0 | 36 | 375 | 27 | 75 |
| Binary | 10001111 | 10000101 | 10110011 | 10100 | 11010 | 0 | 11110 | 11111101 | 10111 | 111101 |
Color Harmonies of #8F85B3
Complementary color
Monochromatic Colors of #8F85B3
Black with #8F85B3
Text Example
Text Example
White with #8F85B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F85B3; }
p { color: rgb(143,133,179); }
H1.HeaderClassName
{
color: #8F85B3;
}
.AnyTagClassName
{
color: #8F85B3;
}
</style>
background-color css
<style>
a { background-color: #8F85B3; }
a { background-color: rgb(143,133,179); }
div.DivClassName
{
background-color: #8F85B3;
}
.BgClassName
{
background-color: #8F85B3;
}
</style>
border-color css
<style>
span { border-color: #8F85B3; }
span { border-color: rgb(143,133,179); }
td.TdClassName
{
border-color: #8F85B3;
}
.TagClassName
{
border-color: #8F85B3;
}
</style>