Shades of Cold Purple #9F8DC3
Tints of Cold Purple #9F8DC3
RGB
CMYK
RGB Variations
Color information
#9F8DC3 (or 0x9F8DC3) is known color: Cold Purple. HEX triplet: 9F, 8D and C3. RGB value is (159,141,195). Sum of RGB (Red+Green+Blue) = 159+141+195=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 195 - color contains mainly: blue. Hex color #9F8DC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8DC3 is #60723C. Grayscale: #989898. Windows color (decimal): -6320701 or 12815775. OLE color: 12815775.
HSL color Cylindrical-coordinate representation of color #9F8DC3: hue angle of 260º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F8DC3 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 141 | 195 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.24 |
| HSL | 260º | 0.31% | 0.66% | - |
| HSV(B) | 260º | 0.28% | 0.76% | - |
| XYZ | 33.67 | 30.36 | 55.72 | - |
| YUV | 152.54 | 151.96 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 141 | 195 | 0.18 | 0.28 | 0 | 0.24 | 260 | 0.31 | 0.66 |
| Hex | 9F | 8D | C3 | 12 | 1C | 0 | 18 | 104 | 1F | 42 |
| Octal | 237 | 215 | 303 | 22 | 34 | 0 | 30 | 404 | 37 | 102 |
| Binary | 10011111 | 10001101 | 11000011 | 10010 | 11100 | 0 | 11000 | 100000100 | 11111 | 1000010 |
Color Harmonies of #9F8DC3
Complementary color
Monochromatic Colors of #9F8DC3
Black with #9F8DC3
Text Example
Text Example
White with #9F8DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8DC3; }
p { color: rgb(159,141,195); }
H1.HeaderClassName
{
color: #9F8DC3;
}
.AnyTagClassName
{
color: #9F8DC3;
}
</style>
background-color css
<style>
a { background-color: #9F8DC3; }
a { background-color: rgb(159,141,195); }
div.DivClassName
{
background-color: #9F8DC3;
}
.BgClassName
{
background-color: #9F8DC3;
}
</style>
border-color css
<style>
span { border-color: #9F8DC3; }
span { border-color: rgb(159,141,195); }
td.TdClassName
{
border-color: #9F8DC3;
}
.TagClassName
{
border-color: #9F8DC3;
}
</style>