Shades of Cold Purple #9F8FCD
Tints of Cold Purple #9F8FCD
RGB
CMYK
RGB Variations
Color information
#9F8FCD (or 0x9F8FCD) is known color: Cold Purple. HEX triplet: 9F, 8F and CD. RGB value is (159,143,205). Sum of RGB (Red+Green+Blue) = 159+143+205=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F8FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8FCD is #607032. Grayscale: #9A9A9A. Windows color (decimal): -6320179 or 13471647. OLE color: 13471647.
HSL color Cylindrical-coordinate representation of color #9F8FCD: hue angle of 255.48º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F8FCD is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 143 | 205 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.20 |
| HSL | 255.48º | 0.38% | 0.68% | - |
| HSV(B) | 255.48º | 0.3% | 0.8% | - |
| XYZ | 35.14 | 31.42 | 61.97 | - |
| YUV | 154.85 | 156.3 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 205 | 0.22 | 0.30 | 0 | 0.20 | 255.48 | 0.38 | 0.68 |
| Hex | 9F | 8F | CD | 16 | 1E | 0 | 14 | FF | 26 | 44 |
| Octal | 237 | 217 | 315 | 26 | 36 | 0 | 24 | 377 | 46 | 104 |
| Binary | 10011111 | 10001111 | 11001101 | 10110 | 11110 | 0 | 10100 | 11111111 | 100110 | 1000100 |
Color Harmonies of #9F8FCD
Complementary color
Monochromatic Colors of #9F8FCD
Black with #9F8FCD
Text Example
Text Example
White with #9F8FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8FCD; }
p { color: rgb(159,143,205); }
H1.HeaderClassName
{
color: #9F8FCD;
}
.AnyTagClassName
{
color: #9F8FCD;
}
</style>
background-color css
<style>
a { background-color: #9F8FCD; }
a { background-color: rgb(159,143,205); }
div.DivClassName
{
background-color: #9F8FCD;
}
.BgClassName
{
background-color: #9F8FCD;
}
</style>
border-color css
<style>
span { border-color: #9F8FCD; }
span { border-color: rgb(159,143,205); }
td.TdClassName
{
border-color: #9F8FCD;
}
.TagClassName
{
border-color: #9F8FCD;
}
</style>