Shades of Cold Purple #998BBB
Tints of Cold Purple #998BBB
RGB
CMYK
RGB Variations
Color information
#998BBB (or 0x998BBB) is known color: Cold Purple. HEX triplet: 99, 8B and BB. RGB value is (153,139,187). Sum of RGB (Red+Green+Blue) = 153+139+187=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #998BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998BBB is #667444. Grayscale: #949494. Windows color (decimal): -6714437 or 12290969. OLE color: 12290969.
HSL color Cylindrical-coordinate representation of color #998BBB: hue angle of 257.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #998BBB is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 139 | 187 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.27 |
| HSL | 257.5º | 0.26% | 0.64% | - |
| HSV(B) | 257.5º | 0.26% | 0.73% | - |
| XYZ | 31.34 | 28.83 | 50.93 | - |
| YUV | 148.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 187 | 0.18 | 0.26 | 0 | 0.27 | 257.5 | 0.26 | 0.64 |
| Hex | 99 | 8B | BB | 12 | 1A | 0 | 1B | 102 | 1A | 40 |
| Octal | 231 | 213 | 273 | 22 | 32 | 0 | 33 | 402 | 32 | 100 |
| Binary | 10011001 | 10001011 | 10111011 | 10010 | 11010 | 0 | 11011 | 100000010 | 11010 | 1000000 |
Color Harmonies of #998BBB
Complementary color
Monochromatic Colors of #998BBB
Black with #998BBB
Text Example
Text Example
White with #998BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998BBB; }
p { color: rgb(153,139,187); }
H1.HeaderClassName
{
color: #998BBB;
}
.AnyTagClassName
{
color: #998BBB;
}
</style>
background-color css
<style>
a { background-color: #998BBB; }
a { background-color: rgb(153,139,187); }
div.DivClassName
{
background-color: #998BBB;
}
.BgClassName
{
background-color: #998BBB;
}
</style>
border-color css
<style>
span { border-color: #998BBB; }
span { border-color: rgb(153,139,187); }
td.TdClassName
{
border-color: #998BBB;
}
.TagClassName
{
border-color: #998BBB;
}
</style>