Shades of Cold Purple #9F8BCD
Tints of Cold Purple #9F8BCD
RGB
CMYK
RGB Variations
Color information
#9F8BCD (or 0x9F8BCD) is known color: Cold Purple. HEX triplet: 9F, 8B and CD. RGB value is (159,139,205). Sum of RGB (Red+Green+Blue) = 159+139+205=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F8BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8BCD is #607432. Grayscale: #989898. Windows color (decimal): -6321203 or 13470623. OLE color: 13470623.
HSL color Cylindrical-coordinate representation of color #9F8BCD: hue angle of 258.18º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F8BCD is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 139 | 205 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.20 |
| HSL | 258.18º | 0.4% | 0.67% | - |
| HSV(B) | 258.18º | 0.32% | 0.8% | - |
| XYZ | 34.55 | 30.24 | 61.77 | - |
| YUV | 152.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 139 | 205 | 0.22 | 0.32 | 0 | 0.20 | 258.18 | 0.4 | 0.67 |
| Hex | 9F | 8B | CD | 16 | 20 | 0 | 14 | 102 | 28 | 43 |
| Octal | 237 | 213 | 315 | 26 | 40 | 0 | 24 | 402 | 50 | 103 |
| Binary | 10011111 | 10001011 | 11001101 | 10110 | 100000 | 0 | 10100 | 100000010 | 101000 | 1000011 |
Color Harmonies of #9F8BCD
Complementary color
Monochromatic Colors of #9F8BCD
Black with #9F8BCD
Text Example
Text Example
White with #9F8BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8BCD; }
p { color: rgb(159,139,205); }
H1.HeaderClassName
{
color: #9F8BCD;
}
.AnyTagClassName
{
color: #9F8BCD;
}
</style>
background-color css
<style>
a { background-color: #9F8BCD; }
a { background-color: rgb(159,139,205); }
div.DivClassName
{
background-color: #9F8BCD;
}
.BgClassName
{
background-color: #9F8BCD;
}
</style>
border-color css
<style>
span { border-color: #9F8BCD; }
span { border-color: rgb(159,139,205); }
td.TdClassName
{
border-color: #9F8BCD;
}
.TagClassName
{
border-color: #9F8BCD;
}
</style>