Shades of Cold Purple #998DB0
Tints of Cold Purple #998DB0
RGB
CMYK
RGB Variations
Color information
#998DB0 (or 0x998DB0) is known color: Cold Purple. HEX triplet: 99, 8D and B0. RGB value is (153,141,176). Sum of RGB (Red+Green+Blue) = 153+141+176=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 176 - color contains mainly: blue. Hex color #998DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998DB0 is #66724F. Grayscale: #949494. Windows color (decimal): -6713936 or 11570585. OLE color: 11570585.
HSL color Cylindrical-coordinate representation of color #998DB0: hue angle of 260.57º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #998DB0 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 141 | 176 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.31 |
| HSL | 260.57º | 0.18% | 0.62% | - |
| HSV(B) | 260.57º | 0.2% | 0.69% | - |
| XYZ | 30.5 | 28.96 | 45.06 | - |
| YUV | 148.58 | 143.48 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 176 | 0.13 | 0.20 | 0 | 0.31 | 260.57 | 0.18 | 0.62 |
| Hex | 99 | 8D | B0 | D | 14 | 0 | 1F | 105 | 12 | 3E |
| Octal | 231 | 215 | 260 | 15 | 24 | 0 | 37 | 405 | 22 | 76 |
| Binary | 10011001 | 10001101 | 10110000 | 1101 | 10100 | 0 | 11111 | 100000101 | 10010 | 111110 |
Color Harmonies of #998DB0
Complementary color
Monochromatic Colors of #998DB0
Black with #998DB0
Text Example
Text Example
White with #998DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DB0; }
p { color: rgb(153,141,176); }
H1.HeaderClassName
{
color: #998DB0;
}
.AnyTagClassName
{
color: #998DB0;
}
</style>
background-color css
<style>
a { background-color: #998DB0; }
a { background-color: rgb(153,141,176); }
div.DivClassName
{
background-color: #998DB0;
}
.BgClassName
{
background-color: #998DB0;
}
</style>
border-color css
<style>
span { border-color: #998DB0; }
span { border-color: rgb(153,141,176); }
td.TdClassName
{
border-color: #998DB0;
}
.TagClassName
{
border-color: #998DB0;
}
</style>