Shades of Cold Purple #9F90BE
Tints of Cold Purple #9F90BE
RGB
CMYK
RGB Variations
Color information
#9F90BE (or 0x9F90BE) is known color: Cold Purple. HEX triplet: 9F, 90 and BE. RGB value is (159,144,190). Sum of RGB (Red+Green+Blue) = 159+144+190=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F90BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F90BE is #606F41. Grayscale: #999999. Windows color (decimal): -6319938 or 12488863. OLE color: 12488863.
HSL color Cylindrical-coordinate representation of color #9F90BE: hue angle of 259.57º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F90BE is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 144 | 190 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.25 |
| HSL | 259.57º | 0.26% | 0.65% | - |
| HSV(B) | 259.57º | 0.24% | 0.75% | - |
| XYZ | 33.57 | 31.04 | 52.94 | - |
| YUV | 153.73 | 148.47 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 190 | 0.16 | 0.24 | 0 | 0.25 | 259.57 | 0.26 | 0.65 |
| Hex | 9F | 90 | BE | 10 | 18 | 0 | 19 | 104 | 1A | 41 |
| Octal | 237 | 220 | 276 | 20 | 30 | 0 | 31 | 404 | 32 | 101 |
| Binary | 10011111 | 10010000 | 10111110 | 10000 | 11000 | 0 | 11001 | 100000100 | 11010 | 1000001 |
Color Harmonies of #9F90BE
Complementary color
Monochromatic Colors of #9F90BE
Black with #9F90BE
Text Example
Text Example
White with #9F90BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F90BE; }
p { color: rgb(159,144,190); }
H1.HeaderClassName
{
color: #9F90BE;
}
.AnyTagClassName
{
color: #9F90BE;
}
</style>
background-color css
<style>
a { background-color: #9F90BE; }
a { background-color: rgb(159,144,190); }
div.DivClassName
{
background-color: #9F90BE;
}
.BgClassName
{
background-color: #9F90BE;
}
</style>
border-color css
<style>
span { border-color: #9F90BE; }
span { border-color: rgb(159,144,190); }
td.TdClassName
{
border-color: #9F90BE;
}
.TagClassName
{
border-color: #9F90BE;
}
</style>