Shades of Cold Purple #998DB3
Tints of Cold Purple #998DB3
RGB
CMYK
RGB Variations
Color information
#998DB3 (or 0x998DB3) is known color: Cold Purple. HEX triplet: 99, 8D and B3. RGB value is (153,141,179). Sum of RGB (Red+Green+Blue) = 153+141+179=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 179 - color contains mainly: blue. Hex color #998DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DB3 is #66724C. Grayscale: #949494. Windows color (decimal): -6713933 or 11767193. OLE color: 11767193.
HSL color Cylindrical-coordinate representation of color #998DB3: hue angle of 258.95º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #998DB3 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 141 | 179 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.30 |
| HSL | 258.95º | 0.2% | 0.63% | - |
| HSV(B) | 258.95º | 0.21% | 0.7% | - |
| XYZ | 30.8 | 29.08 | 46.64 | - |
| YUV | 148.92 | 144.98 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 179 | 0.15 | 0.21 | 0 | 0.30 | 258.95 | 0.2 | 0.63 |
| Hex | 99 | 8D | B3 | F | 15 | 0 | 1E | 103 | 14 | 3F |
| Octal | 231 | 215 | 263 | 17 | 25 | 0 | 36 | 403 | 24 | 77 |
| Binary | 10011001 | 10001101 | 10110011 | 1111 | 10101 | 0 | 11110 | 100000011 | 10100 | 111111 |
Color Harmonies of #998DB3
Complementary color
Monochromatic Colors of #998DB3
Black with #998DB3
Text Example
Text Example
White with #998DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DB3; }
p { color: rgb(153,141,179); }
H1.HeaderClassName
{
color: #998DB3;
}
.AnyTagClassName
{
color: #998DB3;
}
</style>
background-color css
<style>
a { background-color: #998DB3; }
a { background-color: rgb(153,141,179); }
div.DivClassName
{
background-color: #998DB3;
}
.BgClassName
{
background-color: #998DB3;
}
</style>
border-color css
<style>
span { border-color: #998DB3; }
span { border-color: rgb(153,141,179); }
td.TdClassName
{
border-color: #998DB3;
}
.TagClassName
{
border-color: #998DB3;
}
</style>