Shades of Cold Purple #9F8CCD
Tints of Cold Purple #9F8CCD
RGB
CMYK
RGB Variations
Color information
#9F8CCD (or 0x9F8CCD) is known color: Cold Purple. HEX triplet: 9F, 8C and CD. RGB value is (159,140,205). Sum of RGB (Red+Green+Blue) = 159+140+205=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F8CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8CCD is #607332. Grayscale: #989898. Windows color (decimal): -6320947 or 13470879. OLE color: 13470879.
HSL color Cylindrical-coordinate representation of color #9F8CCD: hue angle of 257.54º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F8CCD is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 140 | 205 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.20 |
| HSL | 257.54º | 0.39% | 0.68% | - |
| HSV(B) | 257.54º | 0.32% | 0.8% | - |
| XYZ | 34.7 | 30.53 | 61.82 | - |
| YUV | 153.09 | 157.29 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 140 | 205 | 0.22 | 0.32 | 0 | 0.20 | 257.54 | 0.39 | 0.68 |
| Hex | 9F | 8C | CD | 16 | 20 | 0 | 14 | 102 | 27 | 44 |
| Octal | 237 | 214 | 315 | 26 | 40 | 0 | 24 | 402 | 47 | 104 |
| Binary | 10011111 | 10001100 | 11001101 | 10110 | 100000 | 0 | 10100 | 100000010 | 100111 | 1000100 |
Color Harmonies of #9F8CCD
Complementary color
Monochromatic Colors of #9F8CCD
Black with #9F8CCD
Text Example
Text Example
White with #9F8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8CCD; }
p { color: rgb(159,140,205); }
H1.HeaderClassName
{
color: #9F8CCD;
}
.AnyTagClassName
{
color: #9F8CCD;
}
</style>
background-color css
<style>
a { background-color: #9F8CCD; }
a { background-color: rgb(159,140,205); }
div.DivClassName
{
background-color: #9F8CCD;
}
.BgClassName
{
background-color: #9F8CCD;
}
</style>
border-color css
<style>
span { border-color: #9F8CCD; }
span { border-color: rgb(159,140,205); }
td.TdClassName
{
border-color: #9F8CCD;
}
.TagClassName
{
border-color: #9F8CCD;
}
</style>