Shades of Cold Purple #998BAC
Tints of Cold Purple #998BAC
RGB
CMYK
RGB Variations
Color information
#998BAC (or 0x998BAC) is known color: Cold Purple. HEX triplet: 99, 8B and AC. RGB value is (153,139,172). Sum of RGB (Red+Green+Blue) = 153+139+172=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #998BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998BAC is #667453. Grayscale: #929292. Windows color (decimal): -6714452 or 11307929. OLE color: 11307929.
HSL color Cylindrical-coordinate representation of color #998BAC: hue angle of 265.45º degrees, saturation: 0.17, 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 #998BAC is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 139 | 172 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.33 |
| HSL | 265.45º | 0.17% | 0.61% | - |
| HSV(B) | 265.45º | 0.19% | 0.67% | - |
| XYZ | 29.82 | 28.22 | 42.9 | - |
| YUV | 146.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 172 | 0.11 | 0.19 | 0 | 0.33 | 265.45 | 0.17 | 0.61 |
| Hex | 99 | 8B | AC | B | 13 | 0 | 21 | 109 | 11 | 3D |
| Octal | 231 | 213 | 254 | 13 | 23 | 0 | 41 | 411 | 21 | 75 |
| Binary | 10011001 | 10001011 | 10101100 | 1011 | 10011 | 0 | 100001 | 100001001 | 10001 | 111101 |
Color Harmonies of #998BAC
Complementary color
Monochromatic Colors of #998BAC
Black with #998BAC
Text Example
Text Example
White with #998BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998BAC; }
p { color: rgb(153,139,172); }
H1.HeaderClassName
{
color: #998BAC;
}
.AnyTagClassName
{
color: #998BAC;
}
</style>
background-color css
<style>
a { background-color: #998BAC; }
a { background-color: rgb(153,139,172); }
div.DivClassName
{
background-color: #998BAC;
}
.BgClassName
{
background-color: #998BAC;
}
</style>
border-color css
<style>
span { border-color: #998BAC; }
span { border-color: rgb(153,139,172); }
td.TdClassName
{
border-color: #998BAC;
}
.TagClassName
{
border-color: #998BAC;
}
</style>