Shades of Cold Purple #998DCB
Tints of Cold Purple #998DCB
RGB
CMYK
RGB Variations
Color information
#998DCB (or 0x998DCB) is known color: Cold Purple. HEX triplet: 99, 8D and CB. RGB value is (153,141,203). Sum of RGB (Red+Green+Blue) = 153+141+203=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #998DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DCB is #667234. Grayscale: #979797. Windows color (decimal): -6713909 or 13340057. OLE color: 13340057.
HSL color Cylindrical-coordinate representation of color #998DCB: hue angle of 251.61º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #998DCB is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 141 | 203 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.20 |
| HSL | 251.61º | 0.37% | 0.67% | - |
| HSV(B) | 251.61º | 0.31% | 0.8% | - |
| XYZ | 33.44 | 30.13 | 60.55 | - |
| YUV | 151.66 | 156.98 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 203 | 0.25 | 0.31 | 0 | 0.20 | 251.61 | 0.37 | 0.67 |
| Hex | 99 | 8D | CB | 19 | 1F | 0 | 14 | FC | 25 | 43 |
| Octal | 231 | 215 | 313 | 31 | 37 | 0 | 24 | 374 | 45 | 103 |
| Binary | 10011001 | 10001101 | 11001011 | 11001 | 11111 | 0 | 10100 | 11111100 | 100101 | 1000011 |
Color Harmonies of #998DCB
Complementary color
Monochromatic Colors of #998DCB
Black with #998DCB
Text Example
Text Example
White with #998DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DCB; }
p { color: rgb(153,141,203); }
H1.HeaderClassName
{
color: #998DCB;
}
.AnyTagClassName
{
color: #998DCB;
}
</style>
background-color css
<style>
a { background-color: #998DCB; }
a { background-color: rgb(153,141,203); }
div.DivClassName
{
background-color: #998DCB;
}
.BgClassName
{
background-color: #998DCB;
}
</style>
border-color css
<style>
span { border-color: #998DCB; }
span { border-color: rgb(153,141,203); }
td.TdClassName
{
border-color: #998DCB;
}
.TagClassName
{
border-color: #998DCB;
}
</style>