Shades of Cold Purple #9986CF
Tints of Cold Purple #9986CF
RGB
CMYK
RGB Variations
Color information
#9986CF (or 0x9986CF) is known color: Cold Purple. HEX triplet: 99, 86 and CF. RGB value is (153,134,207). Sum of RGB (Red+Green+Blue) = 153+134+207=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #9986CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9986CF is #667930. Grayscale: #939393. Windows color (decimal): -6715697 or 13600409. OLE color: 13600409.
HSL color Cylindrical-coordinate representation of color #9986CF: hue angle of 255.62º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9986CF is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 134 | 207 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.19 |
| HSL | 255.62º | 0.43% | 0.67% | - |
| HSV(B) | 255.62º | 0.35% | 0.81% | - |
| XYZ | 32.92 | 28.33 | 62.76 | - |
| YUV | 148 | 161.29 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 207 | 0.26 | 0.35 | 0 | 0.19 | 255.62 | 0.43 | 0.67 |
| Hex | 99 | 86 | CF | 1A | 23 | 0 | 13 | 100 | 2B | 43 |
| Octal | 231 | 206 | 317 | 32 | 43 | 0 | 23 | 400 | 53 | 103 |
| Binary | 10011001 | 10000110 | 11001111 | 11010 | 100011 | 0 | 10011 | 100000000 | 101011 | 1000011 |
Color Harmonies of #9986CF
Complementary color
Monochromatic Colors of #9986CF
Black with #9986CF
Text Example
Text Example
White with #9986CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9986CF; }
p { color: rgb(153,134,207); }
H1.HeaderClassName
{
color: #9986CF;
}
.AnyTagClassName
{
color: #9986CF;
}
</style>
background-color css
<style>
a { background-color: #9986CF; }
a { background-color: rgb(153,134,207); }
div.DivClassName
{
background-color: #9986CF;
}
.BgClassName
{
background-color: #9986CF;
}
</style>
border-color css
<style>
span { border-color: #9986CF; }
span { border-color: rgb(153,134,207); }
td.TdClassName
{
border-color: #9986CF;
}
.TagClassName
{
border-color: #9986CF;
}
</style>