Shades of Cold Purple #9F90BC
Tints of Cold Purple #9F90BC
RGB
CMYK
RGB Variations
Color information
#9F90BC (or 0x9F90BC) is known color: Cold Purple. HEX triplet: 9F, 90 and BC. RGB value is (159,144,188). Sum of RGB (Red+Green+Blue) = 159+144+188=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F90BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F90BC is #606F43. Grayscale: #999999. Windows color (decimal): -6319940 or 12357791. OLE color: 12357791.
HSL color Cylindrical-coordinate representation of color #9F90BC: hue angle of 260.45º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F90BC is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 144 | 188 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.26 |
| HSL | 260.45º | 0.25% | 0.65% | - |
| HSV(B) | 260.45º | 0.23% | 0.74% | - |
| XYZ | 33.35 | 30.95 | 51.79 | - |
| YUV | 153.5 | 147.47 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 188 | 0.15 | 0.23 | 0 | 0.26 | 260.45 | 0.25 | 0.65 |
| Hex | 9F | 90 | BC | F | 17 | 0 | 1A | 104 | 19 | 41 |
| Octal | 237 | 220 | 274 | 17 | 27 | 0 | 32 | 404 | 31 | 101 |
| Binary | 10011111 | 10010000 | 10111100 | 1111 | 10111 | 0 | 11010 | 100000100 | 11001 | 1000001 |
Color Harmonies of #9F90BC
Complementary color
Monochromatic Colors of #9F90BC
Black with #9F90BC
Text Example
Text Example
White with #9F90BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F90BC; }
p { color: rgb(159,144,188); }
H1.HeaderClassName
{
color: #9F90BC;
}
.AnyTagClassName
{
color: #9F90BC;
}
</style>
background-color css
<style>
a { background-color: #9F90BC; }
a { background-color: rgb(159,144,188); }
div.DivClassName
{
background-color: #9F90BC;
}
.BgClassName
{
background-color: #9F90BC;
}
</style>
border-color css
<style>
span { border-color: #9F90BC; }
span { border-color: rgb(159,144,188); }
td.TdClassName
{
border-color: #9F90BC;
}
.TagClassName
{
border-color: #9F90BC;
}
</style>