Shades of Cold Purple #9F88CF
Tints of Cold Purple #9F88CF
RGB
CMYK
RGB Variations
Color information
#9F88CF (or 0x9F88CF) is known color: Cold Purple. HEX triplet: 9F, 88 and CF. RGB value is (159,136,207). Sum of RGB (Red+Green+Blue) = 159+136+207=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F88CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F88CF is #607730. Grayscale: #969696. Windows color (decimal): -6321969 or 13600927. OLE color: 13600927.
HSL color Cylindrical-coordinate representation of color #9F88CF: hue angle of 259.44º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F88CF is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 136 | 207 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.19 |
| HSL | 259.44º | 0.43% | 0.67% | - |
| HSV(B) | 259.44º | 0.34% | 0.81% | - |
| XYZ | 34.36 | 29.48 | 62.91 | - |
| YUV | 150.97 | 159.62 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 207 | 0.23 | 0.34 | 0 | 0.19 | 259.44 | 0.43 | 0.67 |
| Hex | 9F | 88 | CF | 17 | 22 | 0 | 13 | 103 | 2B | 43 |
| Octal | 237 | 210 | 317 | 27 | 42 | 0 | 23 | 403 | 53 | 103 |
| Binary | 10011111 | 10001000 | 11001111 | 10111 | 100010 | 0 | 10011 | 100000011 | 101011 | 1000011 |
Color Harmonies of #9F88CF
Complementary color
Monochromatic Colors of #9F88CF
Black with #9F88CF
Text Example
Text Example
White with #9F88CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F88CF; }
p { color: rgb(159,136,207); }
H1.HeaderClassName
{
color: #9F88CF;
}
.AnyTagClassName
{
color: #9F88CF;
}
</style>
background-color css
<style>
a { background-color: #9F88CF; }
a { background-color: rgb(159,136,207); }
div.DivClassName
{
background-color: #9F88CF;
}
.BgClassName
{
background-color: #9F88CF;
}
</style>
border-color css
<style>
span { border-color: #9F88CF; }
span { border-color: rgb(159,136,207); }
td.TdClassName
{
border-color: #9F88CF;
}
.TagClassName
{
border-color: #9F88CF;
}
</style>