Shades of Cold Purple #9F94B7
Tints of Cold Purple #9F94B7
RGB
CMYK
RGB Variations
Color information
#9F94B7 (or 0x9F94B7) is known color: Cold Purple. HEX triplet: 9F, 94 and B7. RGB value is (159,148,183). Sum of RGB (Red+Green+Blue) = 159+148+183=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 183 - color contains mainly: blue. Hex color #9F94B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F94B7 is #606B48. Grayscale: #9B9B9B. Windows color (decimal): -6318921 or 12031135. OLE color: 12031135.
HSL color Cylindrical-coordinate representation of color #9F94B7: hue angle of 258.86º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9F94B7 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 148 | 183 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.28 |
| HSL | 258.86º | 0.2% | 0.65% | - |
| HSV(B) | 258.86º | 0.19% | 0.72% | - |
| XYZ | 33.44 | 31.97 | 49.21 | - |
| YUV | 155.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 183 | 0.13 | 0.19 | 0 | 0.28 | 258.86 | 0.2 | 0.65 |
| Hex | 9F | 94 | B7 | D | 13 | 0 | 1C | 103 | 14 | 41 |
| Octal | 237 | 224 | 267 | 15 | 23 | 0 | 34 | 403 | 24 | 101 |
| Binary | 10011111 | 10010100 | 10110111 | 1101 | 10011 | 0 | 11100 | 100000011 | 10100 | 1000001 |
Color Harmonies of #9F94B7
Complementary color
Monochromatic Colors of #9F94B7
Black with #9F94B7
Text Example
Text Example
White with #9F94B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F94B7; }
p { color: rgb(159,148,183); }
H1.HeaderClassName
{
color: #9F94B7;
}
.AnyTagClassName
{
color: #9F94B7;
}
</style>
background-color css
<style>
a { background-color: #9F94B7; }
a { background-color: rgb(159,148,183); }
div.DivClassName
{
background-color: #9F94B7;
}
.BgClassName
{
background-color: #9F94B7;
}
</style>
border-color css
<style>
span { border-color: #9F94B7; }
span { border-color: rgb(159,148,183); }
td.TdClassName
{
border-color: #9F94B7;
}
.TagClassName
{
border-color: #9F94B7;
}
</style>