Shades of Cold Purple #998BCC
Tints of Cold Purple #998BCC
RGB
CMYK
RGB Variations
Color information
#998BCC (or 0x998BCC) is known color: Cold Purple. HEX triplet: 99, 8B and CC. RGB value is (153,139,204). Sum of RGB (Red+Green+Blue) = 153+139+204=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #998BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998BCC is #667433. Grayscale: #969696. Windows color (decimal): -6714420 or 13405081. OLE color: 13405081.
HSL color Cylindrical-coordinate representation of color #998BCC: hue angle of 252.92º 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 #998BCC is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 139 | 204 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.2 |
| HSL | 252.92º | 0.39% | 0.67% | - |
| HSV(B) | 252.92º | 0.32% | 0.8% | - |
| XYZ | 33.27 | 29.6 | 61.09 | - |
| YUV | 150.6 | 158.14 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 204 | 0.25 | 0.32 | 0 | 0.2 | 252.92 | 0.39 | 0.67 |
| Hex | 99 | 8B | CC | 19 | 20 | 0 | 14 | FD | 27 | 43 |
| Octal | 231 | 213 | 314 | 31 | 40 | 0 | 24 | 375 | 47 | 103 |
| Binary | 10011001 | 10001011 | 11001100 | 11001 | 100000 | 0 | 10100 | 11111101 | 100111 | 1000011 |
Color Harmonies of #998BCC
Complementary color
Monochromatic Colors of #998BCC
Black with #998BCC
Text Example
Text Example
White with #998BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998BCC; }
p { color: rgb(153,139,204); }
H1.HeaderClassName
{
color: #998BCC;
}
.AnyTagClassName
{
color: #998BCC;
}
</style>
background-color css
<style>
a { background-color: #998BCC; }
a { background-color: rgb(153,139,204); }
div.DivClassName
{
background-color: #998BCC;
}
.BgClassName
{
background-color: #998BCC;
}
</style>
border-color css
<style>
span { border-color: #998BCC; }
span { border-color: rgb(153,139,204); }
td.TdClassName
{
border-color: #998BCC;
}
.TagClassName
{
border-color: #998BCC;
}
</style>