Shades of Cold Purple #998FAB
Tints of Cold Purple #998FAB
RGB
CMYK
RGB Variations
Color information
#998FAB (or 0x998FAB) is known color: Cold Purple. HEX triplet: 99, 8F and AB. RGB value is (153,143,171). Sum of RGB (Red+Green+Blue) = 153+143+171=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #998FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998FAB is #667054. Grayscale: #959595. Windows color (decimal): -6713429 or 11243417. OLE color: 11243417.
HSL color Cylindrical-coordinate representation of color #998FAB: hue angle of 261.43º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #998FAB is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 143 | 171 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.33 |
| HSL | 261.43º | 0.14% | 0.62% | - |
| HSV(B) | 261.43º | 0.16% | 0.67% | - |
| XYZ | 30.31 | 29.36 | 42.6 | - |
| YUV | 149.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 171 | 0.11 | 0.16 | 0 | 0.33 | 261.43 | 0.14 | 0.62 |
| Hex | 99 | 8F | AB | B | 10 | 0 | 21 | 105 | E | 3E |
| Octal | 231 | 217 | 253 | 13 | 20 | 0 | 41 | 405 | 16 | 76 |
| Binary | 10011001 | 10001111 | 10101011 | 1011 | 10000 | 0 | 100001 | 100000101 | 1110 | 111110 |
Color Harmonies of #998FAB
Complementary color
Monochromatic Colors of #998FAB
Black with #998FAB
Text Example
Text Example
White with #998FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FAB; }
p { color: rgb(153,143,171); }
H1.HeaderClassName
{
color: #998FAB;
}
.AnyTagClassName
{
color: #998FAB;
}
</style>
background-color css
<style>
a { background-color: #998FAB; }
a { background-color: rgb(153,143,171); }
div.DivClassName
{
background-color: #998FAB;
}
.BgClassName
{
background-color: #998FAB;
}
</style>
border-color css
<style>
span { border-color: #998FAB; }
span { border-color: rgb(153,143,171); }
td.TdClassName
{
border-color: #998FAB;
}
.TagClassName
{
border-color: #998FAB;
}
</style>