Shades of Cold Purple #9990AF
Tints of Cold Purple #9990AF
RGB
CMYK
RGB Variations
Color information
#9990AF (or 0x9990AF) is known color: Cold Purple. HEX triplet: 99, 90 and AF. RGB value is (153,144,175). Sum of RGB (Red+Green+Blue) = 153+144+175=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #9990AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9990AF is #666F50. Grayscale: #969696. Windows color (decimal): -6713169 or 11505817. OLE color: 11505817.
HSL color Cylindrical-coordinate representation of color #9990AF: hue angle of 257.42º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9990AF is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 144 | 175 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.31 |
| HSL | 257.42º | 0.16% | 0.63% | - |
| HSV(B) | 257.42º | 0.18% | 0.69% | - |
| XYZ | 30.85 | 29.81 | 44.69 | - |
| YUV | 150.23 | 141.98 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 175 | 0.13 | 0.18 | 0 | 0.31 | 257.42 | 0.16 | 0.63 |
| Hex | 99 | 90 | AF | D | 12 | 0 | 1F | 101 | 10 | 3F |
| Octal | 231 | 220 | 257 | 15 | 22 | 0 | 37 | 401 | 20 | 77 |
| Binary | 10011001 | 10010000 | 10101111 | 1101 | 10010 | 0 | 11111 | 100000001 | 10000 | 111111 |
Color Harmonies of #9990AF
Complementary color
Monochromatic Colors of #9990AF
Black with #9990AF
Text Example
Text Example
White with #9990AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9990AF; }
p { color: rgb(153,144,175); }
H1.HeaderClassName
{
color: #9990AF;
}
.AnyTagClassName
{
color: #9990AF;
}
</style>
background-color css
<style>
a { background-color: #9990AF; }
a { background-color: rgb(153,144,175); }
div.DivClassName
{
background-color: #9990AF;
}
.BgClassName
{
background-color: #9990AF;
}
</style>
border-color css
<style>
span { border-color: #9990AF; }
span { border-color: rgb(153,144,175); }
td.TdClassName
{
border-color: #9990AF;
}
.TagClassName
{
border-color: #9990AF;
}
</style>