Shades of Cold Purple #9F84BC
Tints of Cold Purple #9F84BC
RGB
CMYK
RGB Variations
Color information
#9F84BC (or 0x9F84BC) is known color: Cold Purple. HEX triplet: 9F, 84 and BC. RGB value is (159,132,188). Sum of RGB (Red+Green+Blue) = 159+132+188=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F84BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F84BC is #607B43. Grayscale: #929292. Windows color (decimal): -6323012 or 12354719. OLE color: 12354719.
HSL color Cylindrical-coordinate representation of color #9F84BC: hue angle of 268.93º degrees, saturation: 0.29, 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 #9F84BC is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 132 | 188 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.26 |
| HSL | 268.93º | 0.29% | 0.63% | - |
| HSV(B) | 268.93º | 0.3% | 0.74% | - |
| XYZ | 31.63 | 27.5 | 51.22 | - |
| YUV | 146.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 132 | 188 | 0.15 | 0.30 | 0 | 0.26 | 268.93 | 0.29 | 0.63 |
| Hex | 9F | 84 | BC | F | 1E | 0 | 1A | 10D | 1D | 3F |
| Octal | 237 | 204 | 274 | 17 | 36 | 0 | 32 | 415 | 35 | 77 |
| Binary | 10011111 | 10000100 | 10111100 | 1111 | 11110 | 0 | 11010 | 100001101 | 11101 | 111111 |
Color Harmonies of #9F84BC
Complementary color
Monochromatic Colors of #9F84BC
Black with #9F84BC
Text Example
Text Example
White with #9F84BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F84BC; }
p { color: rgb(159,132,188); }
H1.HeaderClassName
{
color: #9F84BC;
}
.AnyTagClassName
{
color: #9F84BC;
}
</style>
background-color css
<style>
a { background-color: #9F84BC; }
a { background-color: rgb(159,132,188); }
div.DivClassName
{
background-color: #9F84BC;
}
.BgClassName
{
background-color: #9F84BC;
}
</style>
border-color css
<style>
span { border-color: #9F84BC; }
span { border-color: rgb(159,132,188); }
td.TdClassName
{
border-color: #9F84BC;
}
.TagClassName
{
border-color: #9F84BC;
}
</style>