Shades of Cold Purple #988BCB
Tints of Cold Purple #988BCB
RGB
CMYK
RGB Variations
Color information
#988BCB (or 0x988BCB) is known color: Cold Purple. HEX triplet: 98, 8B and CB. RGB value is (152,139,203). Sum of RGB (Red+Green+Blue) = 152+139+203=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #988BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988BCB is #677434. Grayscale: #959595. Windows color (decimal): -6779957 or 13339544. OLE color: 13339544.
HSL color Cylindrical-coordinate representation of color #988BCB: hue angle of 252.19º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #988BCB is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 139 | 203 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.20 |
| HSL | 252.19º | 0.38% | 0.67% | - |
| HSV(B) | 252.19º | 0.32% | 0.8% | - |
| XYZ | 32.96 | 29.45 | 60.45 | - |
| YUV | 150.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 203 | 0.25 | 0.32 | 0 | 0.20 | 252.19 | 0.38 | 0.67 |
| Hex | 98 | 8B | CB | 19 | 20 | 0 | 14 | FC | 26 | 43 |
| Octal | 230 | 213 | 313 | 31 | 40 | 0 | 24 | 374 | 46 | 103 |
| Binary | 10011000 | 10001011 | 11001011 | 11001 | 100000 | 0 | 10100 | 11111100 | 100110 | 1000011 |
Color Harmonies of #988BCB
Complementary color
Monochromatic Colors of #988BCB
Black with #988BCB
Text Example
Text Example
White with #988BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988BCB; }
p { color: rgb(152,139,203); }
H1.HeaderClassName
{
color: #988BCB;
}
.AnyTagClassName
{
color: #988BCB;
}
</style>
background-color css
<style>
a { background-color: #988BCB; }
a { background-color: rgb(152,139,203); }
div.DivClassName
{
background-color: #988BCB;
}
.BgClassName
{
background-color: #988BCB;
}
</style>
border-color css
<style>
span { border-color: #988BCB; }
span { border-color: rgb(152,139,203); }
td.TdClassName
{
border-color: #988BCB;
}
.TagClassName
{
border-color: #988BCB;
}
</style>