Shades of Cold Purple #988FB4
Tints of Cold Purple #988FB4
RGB
CMYK
RGB Variations
Color information
#988FB4 (or 0x988FB4) is known color: Cold Purple. HEX triplet: 98, 8F and B4. RGB value is (152,143,180). Sum of RGB (Red+Green+Blue) = 152+143+180=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 180 - color contains mainly: blue. Hex color #988FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FB4 is #67704B. Grayscale: #959595. Windows color (decimal): -6778956 or 11833240. OLE color: 11833240.
HSL color Cylindrical-coordinate representation of color #988FB4: hue angle of 254.59º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #988FB4 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 143 | 180 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.29 |
| HSL | 254.59º | 0.2% | 0.63% | - |
| HSV(B) | 254.59º | 0.21% | 0.71% | - |
| XYZ | 31.01 | 29.62 | 47.26 | - |
| YUV | 149.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 180 | 0.16 | 0.21 | 0 | 0.29 | 254.59 | 0.2 | 0.63 |
| Hex | 98 | 8F | B4 | 10 | 15 | 0 | 1D | FF | 14 | 3F |
| Octal | 230 | 217 | 264 | 20 | 25 | 0 | 35 | 377 | 24 | 77 |
| Binary | 10011000 | 10001111 | 10110100 | 10000 | 10101 | 0 | 11101 | 11111111 | 10100 | 111111 |
Color Harmonies of #988FB4
Complementary color
Monochromatic Colors of #988FB4
Black with #988FB4
Text Example
Text Example
White with #988FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988FB4; }
p { color: rgb(152,143,180); }
H1.HeaderClassName
{
color: #988FB4;
}
.AnyTagClassName
{
color: #988FB4;
}
</style>
background-color css
<style>
a { background-color: #988FB4; }
a { background-color: rgb(152,143,180); }
div.DivClassName
{
background-color: #988FB4;
}
.BgClassName
{
background-color: #988FB4;
}
</style>
border-color css
<style>
span { border-color: #988FB4; }
span { border-color: rgb(152,143,180); }
td.TdClassName
{
border-color: #988FB4;
}
.TagClassName
{
border-color: #988FB4;
}
</style>