Shades of Cold Purple #998DBA
Tints of Cold Purple #998DBA
RGB
CMYK
RGB Variations
Color information
#998DBA (or 0x998DBA) is known color: Cold Purple. HEX triplet: 99, 8D and BA. RGB value is (153,141,186). Sum of RGB (Red+Green+Blue) = 153+141+186=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #998DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DBA is #667245. Grayscale: #959595. Windows color (decimal): -6713926 or 12225945. OLE color: 12225945.
HSL color Cylindrical-coordinate representation of color #998DBA: hue angle of 256º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #998DBA is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 141 | 186 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.27 |
| HSL | 256º | 0.25% | 0.64% | - |
| HSV(B) | 256º | 0.24% | 0.73% | - |
| XYZ | 31.52 | 29.37 | 50.46 | - |
| YUV | 149.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 186 | 0.18 | 0.24 | 0 | 0.27 | 256 | 0.25 | 0.64 |
| Hex | 99 | 8D | BA | 12 | 18 | 0 | 1B | 100 | 19 | 40 |
| Octal | 231 | 215 | 272 | 22 | 30 | 0 | 33 | 400 | 31 | 100 |
| Binary | 10011001 | 10001101 | 10111010 | 10010 | 11000 | 0 | 11011 | 100000000 | 11001 | 1000000 |
Color Harmonies of #998DBA
Complementary color
Monochromatic Colors of #998DBA
Black with #998DBA
Text Example
Text Example
White with #998DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DBA; }
p { color: rgb(153,141,186); }
H1.HeaderClassName
{
color: #998DBA;
}
.AnyTagClassName
{
color: #998DBA;
}
</style>
background-color css
<style>
a { background-color: #998DBA; }
a { background-color: rgb(153,141,186); }
div.DivClassName
{
background-color: #998DBA;
}
.BgClassName
{
background-color: #998DBA;
}
</style>
border-color css
<style>
span { border-color: #998DBA; }
span { border-color: rgb(153,141,186); }
td.TdClassName
{
border-color: #998DBA;
}
.TagClassName
{
border-color: #998DBA;
}
</style>