Shades of Cold Purple #9F88C6
Tints of Cold Purple #9F88C6
RGB
CMYK
RGB Variations
Color information
#9F88C6 (or 0x9F88C6) is known color: Cold Purple. HEX triplet: 9F, 88 and C6. RGB value is (159,136,198). Sum of RGB (Red+Green+Blue) = 159+136+198=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 198 - color contains mainly: blue. Hex color #9F88C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F88C6 is #607739. Grayscale: #959595. Windows color (decimal): -6321978 or 13011103. OLE color: 13011103.
HSL color Cylindrical-coordinate representation of color #9F88C6: hue angle of 262.26º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F88C6 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 136 | 198 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.22 |
| HSL | 262.26º | 0.35% | 0.65% | - |
| HSV(B) | 262.26º | 0.31% | 0.78% | - |
| XYZ | 33.3 | 29.06 | 57.28 | - |
| YUV | 149.95 | 155.12 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 198 | 0.20 | 0.31 | 0 | 0.22 | 262.26 | 0.35 | 0.65 |
| Hex | 9F | 88 | C6 | 14 | 1F | 0 | 16 | 106 | 23 | 41 |
| Octal | 237 | 210 | 306 | 24 | 37 | 0 | 26 | 406 | 43 | 101 |
| Binary | 10011111 | 10001000 | 11000110 | 10100 | 11111 | 0 | 10110 | 100000110 | 100011 | 1000001 |
Color Harmonies of #9F88C6
Complementary color
Monochromatic Colors of #9F88C6
Black with #9F88C6
Text Example
Text Example
White with #9F88C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F88C6; }
p { color: rgb(159,136,198); }
H1.HeaderClassName
{
color: #9F88C6;
}
.AnyTagClassName
{
color: #9F88C6;
}
</style>
background-color css
<style>
a { background-color: #9F88C6; }
a { background-color: rgb(159,136,198); }
div.DivClassName
{
background-color: #9F88C6;
}
.BgClassName
{
background-color: #9F88C6;
}
</style>
border-color css
<style>
span { border-color: #9F88C6; }
span { border-color: rgb(159,136,198); }
td.TdClassName
{
border-color: #9F88C6;
}
.TagClassName
{
border-color: #9F88C6;
}
</style>