Shades of Cold Purple #998FC0
Tints of Cold Purple #998FC0
RGB
CMYK
RGB Variations
Color information
#998FC0 (or 0x998FC0) is known color: Cold Purple. HEX triplet: 99, 8F and C0. RGB value is (153,143,192). Sum of RGB (Red+Green+Blue) = 153+143+192=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #998FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FC0 is #66703F. Grayscale: #979797. Windows color (decimal): -6713408 or 12619673. OLE color: 12619673.
HSL color Cylindrical-coordinate representation of color #998FC0: hue angle of 252.24º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #998FC0 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 143 | 192 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.25 |
| HSL | 252.24º | 0.28% | 0.66% | - |
| HSV(B) | 252.24º | 0.26% | 0.75% | - |
| XYZ | 32.47 | 30.22 | 53.99 | - |
| YUV | 151.58 | 150.81 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 192 | 0.20 | 0.26 | 0 | 0.25 | 252.24 | 0.28 | 0.66 |
| Hex | 99 | 8F | C0 | 14 | 1A | 0 | 19 | FC | 1C | 42 |
| Octal | 231 | 217 | 300 | 24 | 32 | 0 | 31 | 374 | 34 | 102 |
| Binary | 10011001 | 10001111 | 11000000 | 10100 | 11010 | 0 | 11001 | 11111100 | 11100 | 1000010 |
Color Harmonies of #998FC0
Complementary color
Monochromatic Colors of #998FC0
Black with #998FC0
Text Example
Text Example
White with #998FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FC0; }
p { color: rgb(153,143,192); }
H1.HeaderClassName
{
color: #998FC0;
}
.AnyTagClassName
{
color: #998FC0;
}
</style>
background-color css
<style>
a { background-color: #998FC0; }
a { background-color: rgb(153,143,192); }
div.DivClassName
{
background-color: #998FC0;
}
.BgClassName
{
background-color: #998FC0;
}
</style>
border-color css
<style>
span { border-color: #998FC0; }
span { border-color: rgb(153,143,192); }
td.TdClassName
{
border-color: #998FC0;
}
.TagClassName
{
border-color: #998FC0;
}
</style>