Shades of Cold Purple #9F94C0
Tints of Cold Purple #9F94C0
RGB
CMYK
RGB Variations
Color information
#9F94C0 (or 0x9F94C0) is known color: Cold Purple. HEX triplet: 9F, 94 and C0. RGB value is (159,148,192). Sum of RGB (Red+Green+Blue) = 159+148+192=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 192 - color contains mainly: blue. Hex color #9F94C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F94C0 is #606B3F. Grayscale: #9C9C9C. Windows color (decimal): -6318912 or 12620959. OLE color: 12620959.
HSL color Cylindrical-coordinate representation of color #9F94C0: hue angle of 255º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F94C0 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 148 | 192 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.25 |
| HSL | 255º | 0.26% | 0.67% | - |
| HSV(B) | 255º | 0.23% | 0.75% | - |
| XYZ | 34.4 | 32.36 | 54.3 | - |
| YUV | 156.31 | 148.14 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 192 | 0.17 | 0.23 | 0 | 0.25 | 255 | 0.26 | 0.67 |
| Hex | 9F | 94 | C0 | 11 | 17 | 0 | 19 | FF | 1A | 43 |
| Octal | 237 | 224 | 300 | 21 | 27 | 0 | 31 | 377 | 32 | 103 |
| Binary | 10011111 | 10010100 | 11000000 | 10001 | 10111 | 0 | 11001 | 11111111 | 11010 | 1000011 |
Color Harmonies of #9F94C0
Complementary color
Monochromatic Colors of #9F94C0
Black with #9F94C0
Text Example
Text Example
White with #9F94C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F94C0; }
p { color: rgb(159,148,192); }
H1.HeaderClassName
{
color: #9F94C0;
}
.AnyTagClassName
{
color: #9F94C0;
}
</style>
background-color css
<style>
a { background-color: #9F94C0; }
a { background-color: rgb(159,148,192); }
div.DivClassName
{
background-color: #9F94C0;
}
.BgClassName
{
background-color: #9F94C0;
}
</style>
border-color css
<style>
span { border-color: #9F94C0; }
span { border-color: rgb(159,148,192); }
td.TdClassName
{
border-color: #9F94C0;
}
.TagClassName
{
border-color: #9F94C0;
}
</style>