Shades of Cold Purple #998BBF
Tints of Cold Purple #998BBF
RGB
CMYK
RGB Variations
Color information
#998BBF (or 0x998BBF) is known color: Cold Purple. HEX triplet: 99, 8B and BF. RGB value is (153,139,191). Sum of RGB (Red+Green+Blue) = 153+139+191=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #998BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998BBF is #667440. Grayscale: #949494. Windows color (decimal): -6714433 or 12553113. OLE color: 12553113.
HSL color Cylindrical-coordinate representation of color #998BBF: hue angle of 256.15º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #998BBF is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 139 | 191 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.25 |
| HSL | 256.15º | 0.29% | 0.65% | - |
| HSV(B) | 256.15º | 0.27% | 0.75% | - |
| XYZ | 31.77 | 29 | 53.21 | - |
| YUV | 149.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 191 | 0.20 | 0.27 | 0 | 0.25 | 256.15 | 0.29 | 0.65 |
| Hex | 99 | 8B | BF | 14 | 1B | 0 | 19 | 100 | 1D | 41 |
| Octal | 231 | 213 | 277 | 24 | 33 | 0 | 31 | 400 | 35 | 101 |
| Binary | 10011001 | 10001011 | 10111111 | 10100 | 11011 | 0 | 11001 | 100000000 | 11101 | 1000001 |
Color Harmonies of #998BBF
Complementary color
Monochromatic Colors of #998BBF
Black with #998BBF
Text Example
Text Example
White with #998BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998BBF; }
p { color: rgb(153,139,191); }
H1.HeaderClassName
{
color: #998BBF;
}
.AnyTagClassName
{
color: #998BBF;
}
</style>
background-color css
<style>
a { background-color: #998BBF; }
a { background-color: rgb(153,139,191); }
div.DivClassName
{
background-color: #998BBF;
}
.BgClassName
{
background-color: #998BBF;
}
</style>
border-color css
<style>
span { border-color: #998BBF; }
span { border-color: rgb(153,139,191); }
td.TdClassName
{
border-color: #998BBF;
}
.TagClassName
{
border-color: #998BBF;
}
</style>