Shades of Cold Purple #998CCD
Tints of Cold Purple #998CCD
RGB
CMYK
RGB Variations
Color information
#998CCD (or 0x998CCD) is known color: Cold Purple. HEX triplet: 99, 8C and CD. RGB value is (153,140,205). Sum of RGB (Red+Green+Blue) = 153+140+205=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #998CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998CCD is #667332. Grayscale: #979797. Windows color (decimal): -6714163 or 13470873. OLE color: 13470873.
HSL color Cylindrical-coordinate representation of color #998CCD: hue angle of 252º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #998CCD is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 140 | 205 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.20 |
| HSL | 252º | 0.39% | 0.68% | - |
| HSV(B) | 252º | 0.32% | 0.8% | - |
| XYZ | 33.53 | 29.94 | 61.77 | - |
| YUV | 151.3 | 158.31 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 205 | 0.25 | 0.32 | 0 | 0.20 | 252 | 0.39 | 0.68 |
| Hex | 99 | 8C | CD | 19 | 20 | 0 | 14 | FC | 27 | 44 |
| Octal | 231 | 214 | 315 | 31 | 40 | 0 | 24 | 374 | 47 | 104 |
| Binary | 10011001 | 10001100 | 11001101 | 11001 | 100000 | 0 | 10100 | 11111100 | 100111 | 1000100 |
Color Harmonies of #998CCD
Complementary color
Monochromatic Colors of #998CCD
Black with #998CCD
Text Example
Text Example
White with #998CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998CCD; }
p { color: rgb(153,140,205); }
H1.HeaderClassName
{
color: #998CCD;
}
.AnyTagClassName
{
color: #998CCD;
}
</style>
background-color css
<style>
a { background-color: #998CCD; }
a { background-color: rgb(153,140,205); }
div.DivClassName
{
background-color: #998CCD;
}
.BgClassName
{
background-color: #998CCD;
}
</style>
border-color css
<style>
span { border-color: #998CCD; }
span { border-color: rgb(153,140,205); }
td.TdClassName
{
border-color: #998CCD;
}
.TagClassName
{
border-color: #998CCD;
}
</style>