Shades of Cold Purple #988BCC
Tints of Cold Purple #988BCC
RGB
CMYK
RGB Variations
Color information
#988BCC (or 0x988BCC) is known color: Cold Purple. HEX triplet: 98, 8B and CC. RGB value is (152,139,204). Sum of RGB (Red+Green+Blue) = 152+139+204=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #988BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988BCC is #677433. Grayscale: #969696. Windows color (decimal): -6779956 or 13405080. OLE color: 13405080.
HSL color Cylindrical-coordinate representation of color #988BCC: hue angle of 252º degrees, saturation: 0.39, 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 #988BCC is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 139 | 204 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.2 |
| HSL | 252º | 0.39% | 0.67% | - |
| HSV(B) | 252º | 0.32% | 0.8% | - |
| XYZ | 33.08 | 29.5 | 61.08 | - |
| YUV | 150.3 | 158.31 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 204 | 0.25 | 0.32 | 0 | 0.2 | 252 | 0.39 | 0.67 |
| Hex | 98 | 8B | CC | 19 | 20 | 0 | 14 | FC | 27 | 43 |
| Octal | 230 | 213 | 314 | 31 | 40 | 0 | 24 | 374 | 47 | 103 |
| Binary | 10011000 | 10001011 | 11001100 | 11001 | 100000 | 0 | 10100 | 11111100 | 100111 | 1000011 |
Color Harmonies of #988BCC
Complementary color
Monochromatic Colors of #988BCC
Black with #988BCC
Text Example
Text Example
White with #988BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988BCC; }
p { color: rgb(152,139,204); }
H1.HeaderClassName
{
color: #988BCC;
}
.AnyTagClassName
{
color: #988BCC;
}
</style>
background-color css
<style>
a { background-color: #988BCC; }
a { background-color: rgb(152,139,204); }
div.DivClassName
{
background-color: #988BCC;
}
.BgClassName
{
background-color: #988BCC;
}
</style>
border-color css
<style>
span { border-color: #988BCC; }
span { border-color: rgb(152,139,204); }
td.TdClassName
{
border-color: #988BCC;
}
.TagClassName
{
border-color: #988BCC;
}
</style>