Shades of Cold Purple #988BCA
Tints of Cold Purple #988BCA
RGB
CMYK
RGB Variations
Color information
#988BCA (or 0x988BCA) is known color: Cold Purple. HEX triplet: 98, 8B and CA. RGB value is (152,139,202). Sum of RGB (Red+Green+Blue) = 152+139+202=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #988BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988BCA is #677435. Grayscale: #959595. Windows color (decimal): -6779958 or 13274008. OLE color: 13274008.
HSL color Cylindrical-coordinate representation of color #988BCA: hue angle of 252.38º 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 #988BCA is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 139 | 202 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.21 |
| HSL | 252.38º | 0.37% | 0.67% | - |
| HSV(B) | 252.38º | 0.31% | 0.79% | - |
| XYZ | 32.84 | 29.4 | 59.82 | - |
| YUV | 150.07 | 157.31 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 202 | 0.25 | 0.31 | 0 | 0.21 | 252.38 | 0.37 | 0.67 |
| Hex | 98 | 8B | CA | 19 | 1F | 0 | 15 | FC | 25 | 43 |
| Octal | 230 | 213 | 312 | 31 | 37 | 0 | 25 | 374 | 45 | 103 |
| Binary | 10011000 | 10001011 | 11001010 | 11001 | 11111 | 0 | 10101 | 11111100 | 100101 | 1000011 |
Color Harmonies of #988BCA
Complementary color
Monochromatic Colors of #988BCA
Black with #988BCA
Text Example
Text Example
White with #988BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988BCA; }
p { color: rgb(152,139,202); }
H1.HeaderClassName
{
color: #988BCA;
}
.AnyTagClassName
{
color: #988BCA;
}
</style>
background-color css
<style>
a { background-color: #988BCA; }
a { background-color: rgb(152,139,202); }
div.DivClassName
{
background-color: #988BCA;
}
.BgClassName
{
background-color: #988BCA;
}
</style>
border-color css
<style>
span { border-color: #988BCA; }
span { border-color: rgb(152,139,202); }
td.TdClassName
{
border-color: #988BCA;
}
.TagClassName
{
border-color: #988BCA;
}
</style>