Shades of Cold Purple #9F8FCF
Tints of Cold Purple #9F8FCF
RGB
CMYK
RGB Variations
Color information
#9F8FCF (or 0x9F8FCF) is known color: Cold Purple. HEX triplet: 9F, 8F and CF. RGB value is (159,143,207). Sum of RGB (Red+Green+Blue) = 159+143+207=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F8FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8FCF is #607030. Grayscale: #9A9A9A. Windows color (decimal): -6320177 or 13602719. OLE color: 13602719.
HSL color Cylindrical-coordinate representation of color #9F8FCF: hue angle of 255º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F8FCF is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 143 | 207 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.19 |
| HSL | 255º | 0.4% | 0.69% | - |
| HSV(B) | 255º | 0.31% | 0.81% | - |
| XYZ | 35.38 | 31.52 | 63.25 | - |
| YUV | 155.08 | 157.3 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 207 | 0.23 | 0.31 | 0 | 0.19 | 255 | 0.4 | 0.69 |
| Hex | 9F | 8F | CF | 17 | 1F | 0 | 13 | FF | 28 | 45 |
| Octal | 237 | 217 | 317 | 27 | 37 | 0 | 23 | 377 | 50 | 105 |
| Binary | 10011111 | 10001111 | 11001111 | 10111 | 11111 | 0 | 10011 | 11111111 | 101000 | 1000101 |
Color Harmonies of #9F8FCF
Complementary color
Monochromatic Colors of #9F8FCF
Black with #9F8FCF
Text Example
Text Example
White with #9F8FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8FCF; }
p { color: rgb(159,143,207); }
H1.HeaderClassName
{
color: #9F8FCF;
}
.AnyTagClassName
{
color: #9F8FCF;
}
</style>
background-color css
<style>
a { background-color: #9F8FCF; }
a { background-color: rgb(159,143,207); }
div.DivClassName
{
background-color: #9F8FCF;
}
.BgClassName
{
background-color: #9F8FCF;
}
</style>
border-color css
<style>
span { border-color: #9F8FCF; }
span { border-color: rgb(159,143,207); }
td.TdClassName
{
border-color: #9F8FCF;
}
.TagClassName
{
border-color: #9F8FCF;
}
</style>