Shades of Cold Purple #998EBA
Tints of Cold Purple #998EBA
RGB
CMYK
RGB Variations
Color information
#998EBA (or 0x998EBA) is known color: Cold Purple. HEX triplet: 99, 8E and BA. RGB value is (153,142,186). Sum of RGB (Red+Green+Blue) = 153+142+186=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #998EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998EBA is #667145. Grayscale: #969696. Windows color (decimal): -6713670 or 12226201. OLE color: 12226201.
HSL color Cylindrical-coordinate representation of color #998EBA: hue angle of 255º degrees, saturation: 0.24, 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 #998EBA is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 142 | 186 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.27 |
| HSL | 255º | 0.24% | 0.64% | - |
| HSV(B) | 255º | 0.24% | 0.73% | - |
| XYZ | 31.67 | 29.66 | 50.51 | - |
| YUV | 150.31 | 148.14 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 186 | 0.18 | 0.24 | 0 | 0.27 | 255 | 0.24 | 0.64 |
| Hex | 99 | 8E | BA | 12 | 18 | 0 | 1B | FF | 18 | 40 |
| Octal | 231 | 216 | 272 | 22 | 30 | 0 | 33 | 377 | 30 | 100 |
| Binary | 10011001 | 10001110 | 10111010 | 10010 | 11000 | 0 | 11011 | 11111111 | 11000 | 1000000 |
Color Harmonies of #998EBA
Complementary color
Monochromatic Colors of #998EBA
Black with #998EBA
Text Example
Text Example
White with #998EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998EBA; }
p { color: rgb(153,142,186); }
H1.HeaderClassName
{
color: #998EBA;
}
.AnyTagClassName
{
color: #998EBA;
}
</style>
background-color css
<style>
a { background-color: #998EBA; }
a { background-color: rgb(153,142,186); }
div.DivClassName
{
background-color: #998EBA;
}
.BgClassName
{
background-color: #998EBA;
}
</style>
border-color css
<style>
span { border-color: #998EBA; }
span { border-color: rgb(153,142,186); }
td.TdClassName
{
border-color: #998EBA;
}
.TagClassName
{
border-color: #998EBA;
}
</style>