Shades of Cold Purple #9F85CA
Tints of Cold Purple #9F85CA
RGB
CMYK
RGB Variations
Color information
#9F85CA (or 0x9F85CA) is known color: Cold Purple. HEX triplet: 9F, 85 and CA. RGB value is (159,133,202). Sum of RGB (Red+Green+Blue) = 159+133+202=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F85CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F85CA is #607A35. Grayscale: #949494. Windows color (decimal): -6322742 or 13272479. OLE color: 13272479.
HSL color Cylindrical-coordinate representation of color #9F85CA: hue angle of 262.61º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F85CA is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 133 | 202 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.21 |
| HSL | 262.61º | 0.39% | 0.66% | - |
| HSV(B) | 262.61º | 0.34% | 0.79% | - |
| XYZ | 33.35 | 28.41 | 59.6 | - |
| YUV | 148.64 | 158.11 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 202 | 0.21 | 0.34 | 0 | 0.21 | 262.61 | 0.39 | 0.66 |
| Hex | 9F | 85 | CA | 15 | 22 | 0 | 15 | 107 | 27 | 42 |
| Octal | 237 | 205 | 312 | 25 | 42 | 0 | 25 | 407 | 47 | 102 |
| Binary | 10011111 | 10000101 | 11001010 | 10101 | 100010 | 0 | 10101 | 100000111 | 100111 | 1000010 |
Color Harmonies of #9F85CA
Complementary color
Monochromatic Colors of #9F85CA
Black with #9F85CA
Text Example
Text Example
White with #9F85CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F85CA; }
p { color: rgb(159,133,202); }
H1.HeaderClassName
{
color: #9F85CA;
}
.AnyTagClassName
{
color: #9F85CA;
}
</style>
background-color css
<style>
a { background-color: #9F85CA; }
a { background-color: rgb(159,133,202); }
div.DivClassName
{
background-color: #9F85CA;
}
.BgClassName
{
background-color: #9F85CA;
}
</style>
border-color css
<style>
span { border-color: #9F85CA; }
span { border-color: rgb(159,133,202); }
td.TdClassName
{
border-color: #9F85CA;
}
.TagClassName
{
border-color: #9F85CA;
}
</style>