Shades of Cold Purple #998BC9
Tints of Cold Purple #998BC9
RGB
CMYK
RGB Variations
Color information
#998BC9 (or 0x998BC9) is known color: Cold Purple. HEX triplet: 99, 8B and C9. RGB value is (153,139,201). Sum of RGB (Red+Green+Blue) = 153+139+201=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #998BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998BC9 is #667436. Grayscale: #969696. Windows color (decimal): -6714423 or 13208473. OLE color: 13208473.
HSL color Cylindrical-coordinate representation of color #998BC9: hue angle of 253.55º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #998BC9 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 139 | 201 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.21 |
| HSL | 253.55º | 0.36% | 0.67% | - |
| HSV(B) | 253.55º | 0.31% | 0.79% | - |
| XYZ | 32.91 | 29.45 | 59.21 | - |
| YUV | 150.25 | 156.64 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 201 | 0.24 | 0.31 | 0 | 0.21 | 253.55 | 0.36 | 0.67 |
| Hex | 99 | 8B | C9 | 18 | 1F | 0 | 15 | FE | 24 | 43 |
| Octal | 231 | 213 | 311 | 30 | 37 | 0 | 25 | 376 | 44 | 103 |
| Binary | 10011001 | 10001011 | 11001001 | 11000 | 11111 | 0 | 10101 | 11111110 | 100100 | 1000011 |
Color Harmonies of #998BC9
Complementary color
Monochromatic Colors of #998BC9
Black with #998BC9
Text Example
Text Example
White with #998BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998BC9; }
p { color: rgb(153,139,201); }
H1.HeaderClassName
{
color: #998BC9;
}
.AnyTagClassName
{
color: #998BC9;
}
</style>
background-color css
<style>
a { background-color: #998BC9; }
a { background-color: rgb(153,139,201); }
div.DivClassName
{
background-color: #998BC9;
}
.BgClassName
{
background-color: #998BC9;
}
</style>
border-color css
<style>
span { border-color: #998BC9; }
span { border-color: rgb(153,139,201); }
td.TdClassName
{
border-color: #998BC9;
}
.TagClassName
{
border-color: #998BC9;
}
</style>