Shades of Cold Purple #9F8FCA
Tints of Cold Purple #9F8FCA
RGB
CMYK
RGB Variations
Color information
#9F8FCA (or 0x9F8FCA) is known color: Cold Purple. HEX triplet: 9F, 8F and CA. RGB value is (159,143,202). Sum of RGB (Red+Green+Blue) = 159+143+202=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F8FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8FCA is #607035. Grayscale: #9A9A9A. Windows color (decimal): -6320182 or 13275039. OLE color: 13275039.
HSL color Cylindrical-coordinate representation of color #9F8FCA: hue angle of 256.27º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F8FCA is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 143 | 202 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.21 |
| HSL | 256.27º | 0.36% | 0.68% | - |
| HSV(B) | 256.27º | 0.29% | 0.79% | - |
| XYZ | 34.78 | 31.28 | 60.08 | - |
| YUV | 154.51 | 154.8 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 202 | 0.21 | 0.29 | 0 | 0.21 | 256.27 | 0.36 | 0.68 |
| Hex | 9F | 8F | CA | 15 | 1D | 0 | 15 | 100 | 24 | 44 |
| Octal | 237 | 217 | 312 | 25 | 35 | 0 | 25 | 400 | 44 | 104 |
| Binary | 10011111 | 10001111 | 11001010 | 10101 | 11101 | 0 | 10101 | 100000000 | 100100 | 1000100 |
Color Harmonies of #9F8FCA
Complementary color
Monochromatic Colors of #9F8FCA
Black with #9F8FCA
Text Example
Text Example
White with #9F8FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8FCA; }
p { color: rgb(159,143,202); }
H1.HeaderClassName
{
color: #9F8FCA;
}
.AnyTagClassName
{
color: #9F8FCA;
}
</style>
background-color css
<style>
a { background-color: #9F8FCA; }
a { background-color: rgb(159,143,202); }
div.DivClassName
{
background-color: #9F8FCA;
}
.BgClassName
{
background-color: #9F8FCA;
}
</style>
border-color css
<style>
span { border-color: #9F8FCA; }
span { border-color: rgb(159,143,202); }
td.TdClassName
{
border-color: #9F8FCA;
}
.TagClassName
{
border-color: #9F8FCA;
}
</style>