Shades of Cold Purple #9990AC
Tints of Cold Purple #9990AC
RGB
CMYK
RGB Variations
Color information
#9990AC (or 0x9990AC) is known color: Cold Purple. HEX triplet: 99, 90 and AC. RGB value is (153,144,172). Sum of RGB (Red+Green+Blue) = 153+144+172=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 172 - color contains mainly: blue. Hex color #9990AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9990AC is #666F53. Grayscale: #959595. Windows color (decimal): -6713172 or 11309209. OLE color: 11309209.
HSL color Cylindrical-coordinate representation of color #9990AC: hue angle of 259.29º 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 #9990AC is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 144 | 172 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.33 |
| HSL | 259.29º | 0.14% | 0.62% | - |
| HSV(B) | 259.29º | 0.16% | 0.67% | - |
| XYZ | 30.56 | 29.7 | 43.15 | - |
| YUV | 149.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 172 | 0.11 | 0.16 | 0 | 0.33 | 259.29 | 0.14 | 0.62 |
| Hex | 99 | 90 | AC | B | 10 | 0 | 21 | 103 | E | 3E |
| Octal | 231 | 220 | 254 | 13 | 20 | 0 | 41 | 403 | 16 | 76 |
| Binary | 10011001 | 10010000 | 10101100 | 1011 | 10000 | 0 | 100001 | 100000011 | 1110 | 111110 |
Color Harmonies of #9990AC
Complementary color
Monochromatic Colors of #9990AC
Black with #9990AC
Text Example
Text Example
White with #9990AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9990AC; }
p { color: rgb(153,144,172); }
H1.HeaderClassName
{
color: #9990AC;
}
.AnyTagClassName
{
color: #9990AC;
}
</style>
background-color css
<style>
a { background-color: #9990AC; }
a { background-color: rgb(153,144,172); }
div.DivClassName
{
background-color: #9990AC;
}
.BgClassName
{
background-color: #9990AC;
}
</style>
border-color css
<style>
span { border-color: #9990AC; }
span { border-color: rgb(153,144,172); }
td.TdClassName
{
border-color: #9990AC;
}
.TagClassName
{
border-color: #9990AC;
}
</style>