Shades of Cold Purple #998FAC
Tints of Cold Purple #998FAC
RGB
CMYK
RGB Variations
Color information
#998FAC (or 0x998FAC) is known color: Cold Purple. HEX triplet: 99, 8F and AC. RGB value is (153,143,172). Sum of RGB (Red+Green+Blue) = 153+143+172=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 172 - color contains mainly: blue. Hex color #998FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998FAC is #667053. Grayscale: #959595. Windows color (decimal): -6713428 or 11308953. OLE color: 11308953.
HSL color Cylindrical-coordinate representation of color #998FAC: hue angle of 260.69º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #998FAC is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 143 | 172 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.33 |
| HSL | 260.69º | 0.15% | 0.62% | - |
| HSV(B) | 260.69º | 0.17% | 0.67% | - |
| XYZ | 30.41 | 29.4 | 43.1 | - |
| YUV | 149.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 172 | 0.11 | 0.17 | 0 | 0.33 | 260.69 | 0.15 | 0.62 |
| Hex | 99 | 8F | AC | B | 11 | 0 | 21 | 105 | F | 3E |
| Octal | 231 | 217 | 254 | 13 | 21 | 0 | 41 | 405 | 17 | 76 |
| Binary | 10011001 | 10001111 | 10101100 | 1011 | 10001 | 0 | 100001 | 100000101 | 1111 | 111110 |
Color Harmonies of #998FAC
Complementary color
Monochromatic Colors of #998FAC
Black with #998FAC
Text Example
Text Example
White with #998FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FAC; }
p { color: rgb(153,143,172); }
H1.HeaderClassName
{
color: #998FAC;
}
.AnyTagClassName
{
color: #998FAC;
}
</style>
background-color css
<style>
a { background-color: #998FAC; }
a { background-color: rgb(153,143,172); }
div.DivClassName
{
background-color: #998FAC;
}
.BgClassName
{
background-color: #998FAC;
}
</style>
border-color css
<style>
span { border-color: #998FAC; }
span { border-color: rgb(153,143,172); }
td.TdClassName
{
border-color: #998FAC;
}
.TagClassName
{
border-color: #998FAC;
}
</style>