Shades of Cold Purple #998BC8
Tints of Cold Purple #998BC8
RGB
CMYK
RGB Variations
Color information
#998BC8 (or 0x998BC8) is known color: Cold Purple. HEX triplet: 99, 8B and C8. RGB value is (153,139,200). Sum of RGB (Red+Green+Blue) = 153+139+200=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 200 - color contains mainly: blue. Hex color #998BC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998BC8 is #667437. Grayscale: #959595. Windows color (decimal): -6714424 or 13142937. OLE color: 13142937.
HSL color Cylindrical-coordinate representation of color #998BC8: hue angle of 253.77º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #998BC8 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 139 | 200 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.22 |
| HSL | 253.77º | 0.36% | 0.66% | - |
| HSV(B) | 253.77º | 0.31% | 0.78% | - |
| XYZ | 32.79 | 29.41 | 58.59 | - |
| YUV | 150.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 200 | 0.24 | 0.30 | 0 | 0.22 | 253.77 | 0.36 | 0.66 |
| Hex | 99 | 8B | C8 | 18 | 1E | 0 | 16 | FE | 24 | 42 |
| Octal | 231 | 213 | 310 | 30 | 36 | 0 | 26 | 376 | 44 | 102 |
| Binary | 10011001 | 10001011 | 11001000 | 11000 | 11110 | 0 | 10110 | 11111110 | 100100 | 1000010 |
Color Harmonies of #998BC8
Complementary color
Monochromatic Colors of #998BC8
Black with #998BC8
Text Example
Text Example
White with #998BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998BC8; }
p { color: rgb(153,139,200); }
H1.HeaderClassName
{
color: #998BC8;
}
.AnyTagClassName
{
color: #998BC8;
}
</style>
background-color css
<style>
a { background-color: #998BC8; }
a { background-color: rgb(153,139,200); }
div.DivClassName
{
background-color: #998BC8;
}
.BgClassName
{
background-color: #998BC8;
}
</style>
border-color css
<style>
span { border-color: #998BC8; }
span { border-color: rgb(153,139,200); }
td.TdClassName
{
border-color: #998BC8;
}
.TagClassName
{
border-color: #998BC8;
}
</style>