Shades of Cold Purple #9F85CB
Tints of Cold Purple #9F85CB
RGB
CMYK
RGB Variations
Color information
#9F85CB (or 0x9F85CB) is known color: Cold Purple. HEX triplet: 9F, 85 and CB. RGB value is (159,133,203). Sum of RGB (Red+Green+Blue) = 159+133+203=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F85CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F85CB is #607A34. Grayscale: #949494. Windows color (decimal): -6322741 or 13338015. OLE color: 13338015.
HSL color Cylindrical-coordinate representation of color #9F85CB: hue angle of 262.29º degrees, saturation: 0.4, 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 #9F85CB is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 133 | 203 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.20 |
| HSL | 262.29º | 0.4% | 0.66% | - |
| HSV(B) | 262.29º | 0.34% | 0.8% | - |
| XYZ | 33.47 | 28.46 | 60.23 | - |
| YUV | 148.75 | 158.61 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 203 | 0.22 | 0.34 | 0 | 0.20 | 262.29 | 0.4 | 0.66 |
| Hex | 9F | 85 | CB | 16 | 22 | 0 | 14 | 106 | 28 | 42 |
| Octal | 237 | 205 | 313 | 26 | 42 | 0 | 24 | 406 | 50 | 102 |
| Binary | 10011111 | 10000101 | 11001011 | 10110 | 100010 | 0 | 10100 | 100000110 | 101000 | 1000010 |
Color Harmonies of #9F85CB
Complementary color
Monochromatic Colors of #9F85CB
Black with #9F85CB
Text Example
Text Example
White with #9F85CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F85CB; }
p { color: rgb(159,133,203); }
H1.HeaderClassName
{
color: #9F85CB;
}
.AnyTagClassName
{
color: #9F85CB;
}
</style>
background-color css
<style>
a { background-color: #9F85CB; }
a { background-color: rgb(159,133,203); }
div.DivClassName
{
background-color: #9F85CB;
}
.BgClassName
{
background-color: #9F85CB;
}
</style>
border-color css
<style>
span { border-color: #9F85CB; }
span { border-color: rgb(159,133,203); }
td.TdClassName
{
border-color: #9F85CB;
}
.TagClassName
{
border-color: #9F85CB;
}
</style>