Shades of Cold Purple #9F88CB
Tints of Cold Purple #9F88CB
RGB
CMYK
RGB Variations
Color information
#9F88CB (or 0x9F88CB) is known color: Cold Purple. HEX triplet: 9F, 88 and CB. RGB value is (159,136,203). Sum of RGB (Red+Green+Blue) = 159+136+203=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F88CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F88CB is #607734. Grayscale: #969696. Windows color (decimal): -6321973 or 13338783. OLE color: 13338783.
HSL color Cylindrical-coordinate representation of color #9F88CB: hue angle of 260.6º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F88CB is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 136 | 203 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.20 |
| HSL | 260.6º | 0.39% | 0.66% | - |
| HSV(B) | 260.6º | 0.33% | 0.8% | - |
| XYZ | 33.88 | 29.29 | 60.37 | - |
| YUV | 150.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 203 | 0.22 | 0.33 | 0 | 0.20 | 260.6 | 0.39 | 0.66 |
| Hex | 9F | 88 | CB | 16 | 21 | 0 | 14 | 105 | 27 | 42 |
| Octal | 237 | 210 | 313 | 26 | 41 | 0 | 24 | 405 | 47 | 102 |
| Binary | 10011111 | 10001000 | 11001011 | 10110 | 100001 | 0 | 10100 | 100000101 | 100111 | 1000010 |
Color Harmonies of #9F88CB
Complementary color
Monochromatic Colors of #9F88CB
Black with #9F88CB
Text Example
Text Example
White with #9F88CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F88CB; }
p { color: rgb(159,136,203); }
H1.HeaderClassName
{
color: #9F88CB;
}
.AnyTagClassName
{
color: #9F88CB;
}
</style>
background-color css
<style>
a { background-color: #9F88CB; }
a { background-color: rgb(159,136,203); }
div.DivClassName
{
background-color: #9F88CB;
}
.BgClassName
{
background-color: #9F88CB;
}
</style>
border-color css
<style>
span { border-color: #9F88CB; }
span { border-color: rgb(159,136,203); }
td.TdClassName
{
border-color: #9F88CB;
}
.TagClassName
{
border-color: #9F88CB;
}
</style>