Shades of Cold Purple #998FBB
Tints of Cold Purple #998FBB
RGB
CMYK
RGB Variations
Color information
#998FBB (or 0x998FBB) is known color: Cold Purple. HEX triplet: 99, 8F and BB. RGB value is (153,143,187). Sum of RGB (Red+Green+Blue) = 153+143+187=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #998FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FBB is #667044. Grayscale: #969696. Windows color (decimal): -6713413 or 12291993. OLE color: 12291993.
HSL color Cylindrical-coordinate representation of color #998FBB: hue angle of 253.64º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #998FBB is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 143 | 187 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.27 |
| HSL | 253.64º | 0.24% | 0.65% | - |
| HSV(B) | 253.64º | 0.24% | 0.73% | - |
| XYZ | 31.93 | 30.01 | 51.12 | - |
| YUV | 151.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 187 | 0.18 | 0.24 | 0 | 0.27 | 253.64 | 0.24 | 0.65 |
| Hex | 99 | 8F | BB | 12 | 18 | 0 | 1B | FE | 18 | 41 |
| Octal | 231 | 217 | 273 | 22 | 30 | 0 | 33 | 376 | 30 | 101 |
| Binary | 10011001 | 10001111 | 10111011 | 10010 | 11000 | 0 | 11011 | 11111110 | 11000 | 1000001 |
Color Harmonies of #998FBB
Complementary color
Monochromatic Colors of #998FBB
Black with #998FBB
Text Example
Text Example
White with #998FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FBB; }
p { color: rgb(153,143,187); }
H1.HeaderClassName
{
color: #998FBB;
}
.AnyTagClassName
{
color: #998FBB;
}
</style>
background-color css
<style>
a { background-color: #998FBB; }
a { background-color: rgb(153,143,187); }
div.DivClassName
{
background-color: #998FBB;
}
.BgClassName
{
background-color: #998FBB;
}
</style>
border-color css
<style>
span { border-color: #998FBB; }
span { border-color: rgb(153,143,187); }
td.TdClassName
{
border-color: #998FBB;
}
.TagClassName
{
border-color: #998FBB;
}
</style>