Shades of Cold Purple #9986CC
Tints of Cold Purple #9986CC
RGB
CMYK
RGB Variations
Color information
#9986CC (or 0x9986CC) is known color: Cold Purple. HEX triplet: 99, 86 and CC. RGB value is (153,134,204). Sum of RGB (Red+Green+Blue) = 153+134+204=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #9986CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9986CC is #667933. Grayscale: #939393. Windows color (decimal): -6715700 or 13403801. OLE color: 13403801.
HSL color Cylindrical-coordinate representation of color #9986CC: hue angle of 256.29º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9986CC is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 134 | 204 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.2 |
| HSL | 256.29º | 0.41% | 0.66% | - |
| HSV(B) | 256.29º | 0.34% | 0.8% | - |
| XYZ | 32.56 | 28.18 | 60.85 | - |
| YUV | 147.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 204 | 0.25 | 0.34 | 0 | 0.2 | 256.29 | 0.41 | 0.66 |
| Hex | 99 | 86 | CC | 19 | 22 | 0 | 14 | 100 | 29 | 42 |
| Octal | 231 | 206 | 314 | 31 | 42 | 0 | 24 | 400 | 51 | 102 |
| Binary | 10011001 | 10000110 | 11001100 | 11001 | 100010 | 0 | 10100 | 100000000 | 101001 | 1000010 |
Color Harmonies of #9986CC
Complementary color
Monochromatic Colors of #9986CC
Black with #9986CC
Text Example
Text Example
White with #9986CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9986CC; }
p { color: rgb(153,134,204); }
H1.HeaderClassName
{
color: #9986CC;
}
.AnyTagClassName
{
color: #9986CC;
}
</style>
background-color css
<style>
a { background-color: #9986CC; }
a { background-color: rgb(153,134,204); }
div.DivClassName
{
background-color: #9986CC;
}
.BgClassName
{
background-color: #9986CC;
}
</style>
border-color css
<style>
span { border-color: #9986CC; }
span { border-color: rgb(153,134,204); }
td.TdClassName
{
border-color: #9986CC;
}
.TagClassName
{
border-color: #9986CC;
}
</style>