Shades of Cold Purple #9F8AC0
Tints of Cold Purple #9F8AC0
RGB
CMYK
RGB Variations
Color information
#9F8AC0 (or 0x9F8AC0) is known color: Cold Purple. HEX triplet: 9F, 8A and C0. RGB value is (159,138,192). Sum of RGB (Red+Green+Blue) = 159+138+192=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 192 - color contains mainly: blue. Hex color #9F8AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8AC0 is #60753F. Grayscale: #969696. Windows color (decimal): -6321472 or 12618399. OLE color: 12618399.
HSL color Cylindrical-coordinate representation of color #9F8AC0: hue angle of 263.33º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F8AC0 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 138 | 192 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.25 |
| HSL | 263.33º | 0.3% | 0.65% | - |
| HSV(B) | 263.33º | 0.28% | 0.75% | - |
| XYZ | 32.9 | 29.35 | 53.8 | - |
| YUV | 150.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 138 | 192 | 0.17 | 0.28 | 0 | 0.25 | 263.33 | 0.3 | 0.65 |
| Hex | 9F | 8A | C0 | 11 | 1C | 0 | 19 | 107 | 1E | 41 |
| Octal | 237 | 212 | 300 | 21 | 34 | 0 | 31 | 407 | 36 | 101 |
| Binary | 10011111 | 10001010 | 11000000 | 10001 | 11100 | 0 | 11001 | 100000111 | 11110 | 1000001 |
Color Harmonies of #9F8AC0
Complementary color
Monochromatic Colors of #9F8AC0
Black with #9F8AC0
Text Example
Text Example
White with #9F8AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8AC0; }
p { color: rgb(159,138,192); }
H1.HeaderClassName
{
color: #9F8AC0;
}
.AnyTagClassName
{
color: #9F8AC0;
}
</style>
background-color css
<style>
a { background-color: #9F8AC0; }
a { background-color: rgb(159,138,192); }
div.DivClassName
{
background-color: #9F8AC0;
}
.BgClassName
{
background-color: #9F8AC0;
}
</style>
border-color css
<style>
span { border-color: #9F8AC0; }
span { border-color: rgb(159,138,192); }
td.TdClassName
{
border-color: #9F8AC0;
}
.TagClassName
{
border-color: #9F8AC0;
}
</style>