Shades of Cold Purple #9685CF
Tints of Cold Purple #9685CF
RGB
CMYK
RGB Variations
Color information
#9685CF (or 0x9685CF) is known color: Cold Purple. HEX triplet: 96, 85 and CF. RGB value is (150,133,207). Sum of RGB (Red+Green+Blue) = 150+133+207=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #9685CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9685CF is #697A30. Grayscale: #929292. Windows color (decimal): -6912561 or 13600150. OLE color: 13600150.
HSL color Cylindrical-coordinate representation of color #9685CF: hue angle of 253.78º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9685CF is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 133 | 207 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.19 |
| HSL | 253.78º | 0.44% | 0.67% | - |
| HSV(B) | 253.78º | 0.36% | 0.81% | - |
| XYZ | 32.23 | 27.76 | 62.69 | - |
| YUV | 146.52 | 162.13 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 207 | 0.28 | 0.36 | 0 | 0.19 | 253.78 | 0.44 | 0.67 |
| Hex | 96 | 85 | CF | 1C | 24 | 0 | 13 | FE | 2C | 43 |
| Octal | 226 | 205 | 317 | 34 | 44 | 0 | 23 | 376 | 54 | 103 |
| Binary | 10010110 | 10000101 | 11001111 | 11100 | 100100 | 0 | 10011 | 11111110 | 101100 | 1000011 |
Color Harmonies of #9685CF
Complementary color
Monochromatic Colors of #9685CF
Black with #9685CF
Text Example
Text Example
White with #9685CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9685CF; }
p { color: rgb(150,133,207); }
H1.HeaderClassName
{
color: #9685CF;
}
.AnyTagClassName
{
color: #9685CF;
}
</style>
background-color css
<style>
a { background-color: #9685CF; }
a { background-color: rgb(150,133,207); }
div.DivClassName
{
background-color: #9685CF;
}
.BgClassName
{
background-color: #9685CF;
}
</style>
border-color css
<style>
span { border-color: #9685CF; }
span { border-color: rgb(150,133,207); }
td.TdClassName
{
border-color: #9685CF;
}
.TagClassName
{
border-color: #9685CF;
}
</style>