Shades of Cold Purple #998FBD
Tints of Cold Purple #998FBD
RGB
CMYK
RGB Variations
Color information
#998FBD (or 0x998FBD) is known color: Cold Purple. HEX triplet: 99, 8F and BD. RGB value is (153,143,189). Sum of RGB (Red+Green+Blue) = 153+143+189=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #998FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FBD is #667042. Grayscale: #979797. Windows color (decimal): -6713411 or 12423065. OLE color: 12423065.
HSL color Cylindrical-coordinate representation of color #998FBD: hue angle of 253.04º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #998FBD is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 143 | 189 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.26 |
| HSL | 253.04º | 0.26% | 0.65% | - |
| HSV(B) | 253.04º | 0.24% | 0.74% | - |
| XYZ | 32.14 | 30.09 | 52.26 | - |
| YUV | 151.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 189 | 0.19 | 0.24 | 0 | 0.26 | 253.04 | 0.26 | 0.65 |
| Hex | 99 | 8F | BD | 13 | 18 | 0 | 1A | FD | 1A | 41 |
| Octal | 231 | 217 | 275 | 23 | 30 | 0 | 32 | 375 | 32 | 101 |
| Binary | 10011001 | 10001111 | 10111101 | 10011 | 11000 | 0 | 11010 | 11111101 | 11010 | 1000001 |
Color Harmonies of #998FBD
Complementary color
Monochromatic Colors of #998FBD
Black with #998FBD
Text Example
Text Example
White with #998FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FBD; }
p { color: rgb(153,143,189); }
H1.HeaderClassName
{
color: #998FBD;
}
.AnyTagClassName
{
color: #998FBD;
}
</style>
background-color css
<style>
a { background-color: #998FBD; }
a { background-color: rgb(153,143,189); }
div.DivClassName
{
background-color: #998FBD;
}
.BgClassName
{
background-color: #998FBD;
}
</style>
border-color css
<style>
span { border-color: #998FBD; }
span { border-color: rgb(153,143,189); }
td.TdClassName
{
border-color: #998FBD;
}
.TagClassName
{
border-color: #998FBD;
}
</style>