Shades of Cold Purple #998CAF
Tints of Cold Purple #998CAF
RGB
CMYK
RGB Variations
Color information
#998CAF (or 0x998CAF) is known color: Cold Purple. HEX triplet: 99, 8C and AF. RGB value is (153,140,175). Sum of RGB (Red+Green+Blue) = 153+140+175=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #998CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998CAF is #667350. Grayscale: #939393. Windows color (decimal): -6714193 or 11504793. OLE color: 11504793.
HSL color Cylindrical-coordinate representation of color #998CAF: hue angle of 262.29º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #998CAF is Cyan = 0.13, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 140 | 175 | - |
| CMYK | 0.13 | 0.2 | 0 | 0.31 |
| HSL | 262.29º | 0.18% | 0.62% | - |
| HSV(B) | 262.29º | 0.2% | 0.69% | - |
| XYZ | 30.25 | 28.62 | 44.49 | - |
| YUV | 147.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 175 | 0.13 | 0.2 | 0 | 0.31 | 262.29 | 0.18 | 0.62 |
| Hex | 99 | 8C | AF | D | 14 | 0 | 1F | 106 | 12 | 3E |
| Octal | 231 | 214 | 257 | 15 | 24 | 0 | 37 | 406 | 22 | 76 |
| Binary | 10011001 | 10001100 | 10101111 | 1101 | 10100 | 0 | 11111 | 100000110 | 10010 | 111110 |
Color Harmonies of #998CAF
Complementary color
Monochromatic Colors of #998CAF
Black with #998CAF
Text Example
Text Example
White with #998CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998CAF; }
p { color: rgb(153,140,175); }
H1.HeaderClassName
{
color: #998CAF;
}
.AnyTagClassName
{
color: #998CAF;
}
</style>
background-color css
<style>
a { background-color: #998CAF; }
a { background-color: rgb(153,140,175); }
div.DivClassName
{
background-color: #998CAF;
}
.BgClassName
{
background-color: #998CAF;
}
</style>
border-color css
<style>
span { border-color: #998CAF; }
span { border-color: rgb(153,140,175); }
td.TdClassName
{
border-color: #998CAF;
}
.TagClassName
{
border-color: #998CAF;
}
</style>