Shades of Cold Purple #9986BE
Tints of Cold Purple #9986BE
RGB
CMYK
RGB Variations
Color information
#9986BE (or 0x9986BE) is known color: Cold Purple. HEX triplet: 99, 86 and BE. RGB value is (153,134,190). Sum of RGB (Red+Green+Blue) = 153+134+190=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #9986BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9986BE is #667941. Grayscale: #919191. Windows color (decimal): -6715714 or 12486297. OLE color: 12486297.
HSL color Cylindrical-coordinate representation of color #9986BE: hue angle of 260.36º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9986BE is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 134 | 190 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.25 |
| HSL | 260.36º | 0.3% | 0.64% | - |
| HSV(B) | 260.36º | 0.29% | 0.75% | - |
| XYZ | 30.96 | 27.54 | 52.4 | - |
| YUV | 146.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 190 | 0.19 | 0.29 | 0 | 0.25 | 260.36 | 0.3 | 0.64 |
| Hex | 99 | 86 | BE | 13 | 1D | 0 | 19 | 104 | 1E | 40 |
| Octal | 231 | 206 | 276 | 23 | 35 | 0 | 31 | 404 | 36 | 100 |
| Binary | 10011001 | 10000110 | 10111110 | 10011 | 11101 | 0 | 11001 | 100000100 | 11110 | 1000000 |
Color Harmonies of #9986BE
Complementary color
Monochromatic Colors of #9986BE
Black with #9986BE
Text Example
Text Example
White with #9986BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9986BE; }
p { color: rgb(153,134,190); }
H1.HeaderClassName
{
color: #9986BE;
}
.AnyTagClassName
{
color: #9986BE;
}
</style>
background-color css
<style>
a { background-color: #9986BE; }
a { background-color: rgb(153,134,190); }
div.DivClassName
{
background-color: #9986BE;
}
.BgClassName
{
background-color: #9986BE;
}
</style>
border-color css
<style>
span { border-color: #9986BE; }
span { border-color: rgb(153,134,190); }
td.TdClassName
{
border-color: #9986BE;
}
.TagClassName
{
border-color: #9986BE;
}
</style>