Shades of Cold Purple #988CCA
Tints of Cold Purple #988CCA
RGB
CMYK
RGB Variations
Color information
#988CCA (or 0x988CCA) is known color: Cold Purple. HEX triplet: 98, 8C and CA. RGB value is (152,140,202). Sum of RGB (Red+Green+Blue) = 152+140+202=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #988CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CCA is #677335. Grayscale: #969696. Windows color (decimal): -6779702 or 13274264. OLE color: 13274264.
HSL color Cylindrical-coordinate representation of color #988CCA: hue angle of 251.61º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #988CCA is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 140 | 202 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.21 |
| HSL | 251.61º | 0.37% | 0.67% | - |
| HSV(B) | 251.61º | 0.31% | 0.79% | - |
| XYZ | 32.99 | 29.7 | 59.87 | - |
| YUV | 150.66 | 156.98 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 202 | 0.25 | 0.31 | 0 | 0.21 | 251.61 | 0.37 | 0.67 |
| Hex | 98 | 8C | CA | 19 | 1F | 0 | 15 | FC | 25 | 43 |
| Octal | 230 | 214 | 312 | 31 | 37 | 0 | 25 | 374 | 45 | 103 |
| Binary | 10011000 | 10001100 | 11001010 | 11001 | 11111 | 0 | 10101 | 11111100 | 100101 | 1000011 |
Color Harmonies of #988CCA
Complementary color
Monochromatic Colors of #988CCA
Black with #988CCA
Text Example
Text Example
White with #988CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988CCA; }
p { color: rgb(152,140,202); }
H1.HeaderClassName
{
color: #988CCA;
}
.AnyTagClassName
{
color: #988CCA;
}
</style>
background-color css
<style>
a { background-color: #988CCA; }
a { background-color: rgb(152,140,202); }
div.DivClassName
{
background-color: #988CCA;
}
.BgClassName
{
background-color: #988CCA;
}
</style>
border-color css
<style>
span { border-color: #988CCA; }
span { border-color: rgb(152,140,202); }
td.TdClassName
{
border-color: #988CCA;
}
.TagClassName
{
border-color: #988CCA;
}
</style>