Shades of Cold Purple #9F83BC
Tints of Cold Purple #9F83BC
RGB
CMYK
RGB Variations
Color information
#9F83BC (or 0x9F83BC) is known color: Cold Purple. HEX triplet: 9F, 83 and BC. RGB value is (159,131,188). Sum of RGB (Red+Green+Blue) = 159+131+188=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F83BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F83BC is #607C43. Grayscale: #919191. Windows color (decimal): -6323268 or 12354463. OLE color: 12354463.
HSL color Cylindrical-coordinate representation of color #9F83BC: hue angle of 269.47º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F83BC is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 131 | 188 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.26 |
| HSL | 269.47º | 0.3% | 0.63% | - |
| HSV(B) | 269.47º | 0.3% | 0.74% | - |
| XYZ | 31.49 | 27.23 | 51.17 | - |
| YUV | 145.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 131 | 188 | 0.15 | 0.30 | 0 | 0.26 | 269.47 | 0.3 | 0.63 |
| Hex | 9F | 83 | BC | F | 1E | 0 | 1A | 10D | 1E | 3F |
| Octal | 237 | 203 | 274 | 17 | 36 | 0 | 32 | 415 | 36 | 77 |
| Binary | 10011111 | 10000011 | 10111100 | 1111 | 11110 | 0 | 11010 | 100001101 | 11110 | 111111 |
Color Harmonies of #9F83BC
Complementary color
Monochromatic Colors of #9F83BC
Black with #9F83BC
Text Example
Text Example
White with #9F83BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F83BC; }
p { color: rgb(159,131,188); }
H1.HeaderClassName
{
color: #9F83BC;
}
.AnyTagClassName
{
color: #9F83BC;
}
</style>
background-color css
<style>
a { background-color: #9F83BC; }
a { background-color: rgb(159,131,188); }
div.DivClassName
{
background-color: #9F83BC;
}
.BgClassName
{
background-color: #9F83BC;
}
</style>
border-color css
<style>
span { border-color: #9F83BC; }
span { border-color: rgb(159,131,188); }
td.TdClassName
{
border-color: #9F83BC;
}
.TagClassName
{
border-color: #9F83BC;
}
</style>