Shades of Cold Purple #998BAB
Tints of Cold Purple #998BAB
RGB
CMYK
RGB Variations
Color information
#998BAB (or 0x998BAB) is known color: Cold Purple. HEX triplet: 99, 8B and AB. RGB value is (153,139,171). Sum of RGB (Red+Green+Blue) = 153+139+171=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 171 - color contains mainly: blue. Hex color #998BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998BAB is #667454. Grayscale: #929292. Windows color (decimal): -6714453 or 11242393. OLE color: 11242393.
HSL color Cylindrical-coordinate representation of color #998BAB: hue angle of 266.25º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #998BAB is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 139 | 171 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.33 |
| HSL | 266.25º | 0.16% | 0.61% | - |
| HSV(B) | 266.25º | 0.19% | 0.67% | - |
| XYZ | 29.72 | 28.18 | 42.4 | - |
| YUV | 146.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 171 | 0.11 | 0.19 | 0 | 0.33 | 266.25 | 0.16 | 0.61 |
| Hex | 99 | 8B | AB | B | 13 | 0 | 21 | 10A | 10 | 3D |
| Octal | 231 | 213 | 253 | 13 | 23 | 0 | 41 | 412 | 20 | 75 |
| Binary | 10011001 | 10001011 | 10101011 | 1011 | 10011 | 0 | 100001 | 100001010 | 10000 | 111101 |
Color Harmonies of #998BAB
Complementary color
Monochromatic Colors of #998BAB
Black with #998BAB
Text Example
Text Example
White with #998BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998BAB; }
p { color: rgb(153,139,171); }
H1.HeaderClassName
{
color: #998BAB;
}
.AnyTagClassName
{
color: #998BAB;
}
</style>
background-color css
<style>
a { background-color: #998BAB; }
a { background-color: rgb(153,139,171); }
div.DivClassName
{
background-color: #998BAB;
}
.BgClassName
{
background-color: #998BAB;
}
</style>
border-color css
<style>
span { border-color: #998BAB; }
span { border-color: rgb(153,139,171); }
td.TdClassName
{
border-color: #998BAB;
}
.TagClassName
{
border-color: #998BAB;
}
</style>