Shades of Cold Purple #988FB5
Tints of Cold Purple #988FB5
RGB
CMYK
RGB Variations
Color information
#988FB5 (or 0x988FB5) is known color: Cold Purple. HEX triplet: 98, 8F and B5. RGB value is (152,143,181). Sum of RGB (Red+Green+Blue) = 152+143+181=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 181 - color contains mainly: blue. Hex color #988FB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FB5 is #67704A. Grayscale: #959595. Windows color (decimal): -6778955 or 11898776. OLE color: 11898776.
HSL color Cylindrical-coordinate representation of color #988FB5: hue angle of 254.21º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #988FB5 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 143 | 181 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.29 |
| HSL | 254.21º | 0.2% | 0.64% | - |
| HSV(B) | 254.21º | 0.21% | 0.71% | - |
| XYZ | 31.11 | 29.66 | 47.8 | - |
| YUV | 150.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 181 | 0.16 | 0.21 | 0 | 0.29 | 254.21 | 0.2 | 0.64 |
| Hex | 98 | 8F | B5 | 10 | 15 | 0 | 1D | FE | 14 | 40 |
| Octal | 230 | 217 | 265 | 20 | 25 | 0 | 35 | 376 | 24 | 100 |
| Binary | 10011000 | 10001111 | 10110101 | 10000 | 10101 | 0 | 11101 | 11111110 | 10100 | 1000000 |
Color Harmonies of #988FB5
Complementary color
Monochromatic Colors of #988FB5
Black with #988FB5
Text Example
Text Example
White with #988FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988FB5; }
p { color: rgb(152,143,181); }
H1.HeaderClassName
{
color: #988FB5;
}
.AnyTagClassName
{
color: #988FB5;
}
</style>
background-color css
<style>
a { background-color: #988FB5; }
a { background-color: rgb(152,143,181); }
div.DivClassName
{
background-color: #988FB5;
}
.BgClassName
{
background-color: #988FB5;
}
</style>
border-color css
<style>
span { border-color: #988FB5; }
span { border-color: rgb(152,143,181); }
td.TdClassName
{
border-color: #988FB5;
}
.TagClassName
{
border-color: #988FB5;
}
</style>