Shades of Cold Purple #9F94BB
Tints of Cold Purple #9F94BB
RGB
CMYK
RGB Variations
Color information
#9F94BB (or 0x9F94BB) is known color: Cold Purple. HEX triplet: 9F, 94 and BB. RGB value is (159,148,187). Sum of RGB (Red+Green+Blue) = 159+148+187=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F94BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F94BB is #606B44. Grayscale: #9B9B9B. Windows color (decimal): -6318917 or 12293279. OLE color: 12293279.
HSL color Cylindrical-coordinate representation of color #9F94BB: hue angle of 256.92º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F94BB is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 148 | 187 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.27 |
| HSL | 256.92º | 0.22% | 0.66% | - |
| HSV(B) | 256.92º | 0.21% | 0.73% | - |
| XYZ | 33.86 | 32.14 | 51.43 | - |
| YUV | 155.74 | 145.64 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 187 | 0.15 | 0.21 | 0 | 0.27 | 256.92 | 0.22 | 0.66 |
| Hex | 9F | 94 | BB | F | 15 | 0 | 1B | 101 | 16 | 42 |
| Octal | 237 | 224 | 273 | 17 | 25 | 0 | 33 | 401 | 26 | 102 |
| Binary | 10011111 | 10010100 | 10111011 | 1111 | 10101 | 0 | 11011 | 100000001 | 10110 | 1000010 |
Color Harmonies of #9F94BB
Complementary color
Monochromatic Colors of #9F94BB
Black with #9F94BB
Text Example
Text Example
White with #9F94BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F94BB; }
p { color: rgb(159,148,187); }
H1.HeaderClassName
{
color: #9F94BB;
}
.AnyTagClassName
{
color: #9F94BB;
}
</style>
background-color css
<style>
a { background-color: #9F94BB; }
a { background-color: rgb(159,148,187); }
div.DivClassName
{
background-color: #9F94BB;
}
.BgClassName
{
background-color: #9F94BB;
}
</style>
border-color css
<style>
span { border-color: #9F94BB; }
span { border-color: rgb(159,148,187); }
td.TdClassName
{
border-color: #9F94BB;
}
.TagClassName
{
border-color: #9F94BB;
}
</style>