Shades of Cold Purple #9685D0
Tints of Cold Purple #9685D0
RGB
CMYK
RGB Variations
Color information
#9685D0 (or 0x9685D0) is known color: Cold Purple. HEX triplet: 96, 85 and D0. RGB value is (150,133,208). Sum of RGB (Red+Green+Blue) = 150+133+208=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #9685D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9685D0 is #697A2F. Grayscale: #929292. Windows color (decimal): -6912560 or 13665686. OLE color: 13665686.
HSL color Cylindrical-coordinate representation of color #9685D0: hue angle of 253.6º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9685D0 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 133 | 208 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.18 |
| HSL | 253.6º | 0.44% | 0.67% | - |
| HSV(B) | 253.6º | 0.36% | 0.82% | - |
| XYZ | 32.35 | 27.81 | 63.34 | - |
| YUV | 146.63 | 162.63 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 208 | 0.28 | 0.36 | 0 | 0.18 | 253.6 | 0.44 | 0.67 |
| Hex | 96 | 85 | D0 | 1C | 24 | 0 | 12 | FE | 2C | 43 |
| Octal | 226 | 205 | 320 | 34 | 44 | 0 | 22 | 376 | 54 | 103 |
| Binary | 10010110 | 10000101 | 11010000 | 11100 | 100100 | 0 | 10010 | 11111110 | 101100 | 1000011 |
Color Harmonies of #9685D0
Complementary color
Monochromatic Colors of #9685D0
Black with #9685D0
Text Example
Text Example
White with #9685D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9685D0; }
p { color: rgb(150,133,208); }
H1.HeaderClassName
{
color: #9685D0;
}
.AnyTagClassName
{
color: #9685D0;
}
</style>
background-color css
<style>
a { background-color: #9685D0; }
a { background-color: rgb(150,133,208); }
div.DivClassName
{
background-color: #9685D0;
}
.BgClassName
{
background-color: #9685D0;
}
</style>
border-color css
<style>
span { border-color: #9685D0; }
span { border-color: rgb(150,133,208); }
td.TdClassName
{
border-color: #9685D0;
}
.TagClassName
{
border-color: #9685D0;
}
</style>