Shades of Cold Purple #9F8CCE
Tints of Cold Purple #9F8CCE
RGB
CMYK
RGB Variations
Color information
#9F8CCE (or 0x9F8CCE) is known color: Cold Purple. HEX triplet: 9F, 8C and CE. RGB value is (159,140,206). Sum of RGB (Red+Green+Blue) = 159+140+206=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F8CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8CCE is #607331. Grayscale: #989898. Windows color (decimal): -6320946 or 13536415. OLE color: 13536415.
HSL color Cylindrical-coordinate representation of color #9F8CCE: hue angle of 257.27º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F8CCE is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 140 | 206 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.19 |
| HSL | 257.27º | 0.4% | 0.68% | - |
| HSV(B) | 257.27º | 0.32% | 0.81% | - |
| XYZ | 34.82 | 30.58 | 62.46 | - |
| YUV | 153.21 | 157.79 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 140 | 206 | 0.23 | 0.32 | 0 | 0.19 | 257.27 | 0.4 | 0.68 |
| Hex | 9F | 8C | CE | 17 | 20 | 0 | 13 | 101 | 28 | 44 |
| Octal | 237 | 214 | 316 | 27 | 40 | 0 | 23 | 401 | 50 | 104 |
| Binary | 10011111 | 10001100 | 11001110 | 10111 | 100000 | 0 | 10011 | 100000001 | 101000 | 1000100 |
Color Harmonies of #9F8CCE
Complementary color
Monochromatic Colors of #9F8CCE
Black with #9F8CCE
Text Example
Text Example
White with #9F8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8CCE; }
p { color: rgb(159,140,206); }
H1.HeaderClassName
{
color: #9F8CCE;
}
.AnyTagClassName
{
color: #9F8CCE;
}
</style>
background-color css
<style>
a { background-color: #9F8CCE; }
a { background-color: rgb(159,140,206); }
div.DivClassName
{
background-color: #9F8CCE;
}
.BgClassName
{
background-color: #9F8CCE;
}
</style>
border-color css
<style>
span { border-color: #9F8CCE; }
span { border-color: rgb(159,140,206); }
td.TdClassName
{
border-color: #9F8CCE;
}
.TagClassName
{
border-color: #9F8CCE;
}
</style>