Shades of Cold Purple #9F8DC6
Tints of Cold Purple #9F8DC6
RGB
CMYK
RGB Variations
Color information
#9F8DC6 (or 0x9F8DC6) is known color: Cold Purple. HEX triplet: 9F, 8D and C6. RGB value is (159,141,198). Sum of RGB (Red+Green+Blue) = 159+141+198=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 198 - color contains mainly: blue. Hex color #9F8DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8DC6 is #607239. Grayscale: #989898. Windows color (decimal): -6320698 or 13012383. OLE color: 13012383.
HSL color Cylindrical-coordinate representation of color #9F8DC6: hue angle of 258.95º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F8DC6 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 141 | 198 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.22 |
| HSL | 258.95º | 0.33% | 0.66% | - |
| HSV(B) | 258.95º | 0.29% | 0.78% | - |
| XYZ | 34.02 | 30.5 | 57.52 | - |
| YUV | 152.88 | 153.46 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 141 | 198 | 0.20 | 0.29 | 0 | 0.22 | 258.95 | 0.33 | 0.66 |
| Hex | 9F | 8D | C6 | 14 | 1D | 0 | 16 | 103 | 21 | 42 |
| Octal | 237 | 215 | 306 | 24 | 35 | 0 | 26 | 403 | 41 | 102 |
| Binary | 10011111 | 10001101 | 11000110 | 10100 | 11101 | 0 | 10110 | 100000011 | 100001 | 1000010 |
Color Harmonies of #9F8DC6
Complementary color
Monochromatic Colors of #9F8DC6
Black with #9F8DC6
Text Example
Text Example
White with #9F8DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8DC6; }
p { color: rgb(159,141,198); }
H1.HeaderClassName
{
color: #9F8DC6;
}
.AnyTagClassName
{
color: #9F8DC6;
}
</style>
background-color css
<style>
a { background-color: #9F8DC6; }
a { background-color: rgb(159,141,198); }
div.DivClassName
{
background-color: #9F8DC6;
}
.BgClassName
{
background-color: #9F8DC6;
}
</style>
border-color css
<style>
span { border-color: #9F8DC6; }
span { border-color: rgb(159,141,198); }
td.TdClassName
{
border-color: #9F8DC6;
}
.TagClassName
{
border-color: #9F8DC6;
}
</style>