Shades of Cold Purple #9F8CC5
Tints of Cold Purple #9F8CC5
RGB
CMYK
RGB Variations
Color information
#9F8CC5 (or 0x9F8CC5) is known color: Cold Purple. HEX triplet: 9F, 8C and C5. RGB value is (159,140,197). Sum of RGB (Red+Green+Blue) = 159+140+197=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 197 - color contains mainly: blue. Hex color #9F8CC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8CC5 is #60733A. Grayscale: #979797. Windows color (decimal): -6320955 or 12946591. OLE color: 12946591.
HSL color Cylindrical-coordinate representation of color #9F8CC5: hue angle of 260º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F8CC5 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 140 | 197 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.23 |
| HSL | 260º | 0.33% | 0.66% | - |
| HSV(B) | 260º | 0.29% | 0.77% | - |
| XYZ | 33.75 | 30.16 | 56.87 | - |
| YUV | 152.18 | 153.29 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 140 | 197 | 0.19 | 0.29 | 0 | 0.23 | 260 | 0.33 | 0.66 |
| Hex | 9F | 8C | C5 | 13 | 1D | 0 | 17 | 104 | 21 | 42 |
| Octal | 237 | 214 | 305 | 23 | 35 | 0 | 27 | 404 | 41 | 102 |
| Binary | 10011111 | 10001100 | 11000101 | 10011 | 11101 | 0 | 10111 | 100000100 | 100001 | 1000010 |
Color Harmonies of #9F8CC5
Complementary color
Monochromatic Colors of #9F8CC5
Black with #9F8CC5
Text Example
Text Example
White with #9F8CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8CC5; }
p { color: rgb(159,140,197); }
H1.HeaderClassName
{
color: #9F8CC5;
}
.AnyTagClassName
{
color: #9F8CC5;
}
</style>
background-color css
<style>
a { background-color: #9F8CC5; }
a { background-color: rgb(159,140,197); }
div.DivClassName
{
background-color: #9F8CC5;
}
.BgClassName
{
background-color: #9F8CC5;
}
</style>
border-color css
<style>
span { border-color: #9F8CC5; }
span { border-color: rgb(159,140,197); }
td.TdClassName
{
border-color: #9F8CC5;
}
.TagClassName
{
border-color: #9F8CC5;
}
</style>