Shades of Cold Purple #9D8FCE
Tints of Cold Purple #9D8FCE
RGB
CMYK
RGB Variations
Color information
#9D8FCE (or 0x9D8FCE) is known color: Cold Purple. HEX triplet: 9D, 8F and CE. RGB value is (157,143,206). Sum of RGB (Red+Green+Blue) = 157+143+206=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D8FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8FCE is #627031. Grayscale: #9A9A9A. Windows color (decimal): -6451250 or 13537181. OLE color: 13537181.
HSL color Cylindrical-coordinate representation of color #9D8FCE: hue angle of 253.33º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D8FCE is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 143 | 206 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.19 |
| HSL | 253.33º | 0.39% | 0.68% | - |
| HSV(B) | 253.33º | 0.31% | 0.81% | - |
| XYZ | 34.87 | 31.27 | 62.59 | - |
| YUV | 154.37 | 157.14 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 143 | 206 | 0.24 | 0.31 | 0 | 0.19 | 253.33 | 0.39 | 0.68 |
| Hex | 9D | 8F | CE | 18 | 1F | 0 | 13 | FD | 27 | 44 |
| Octal | 235 | 217 | 316 | 30 | 37 | 0 | 23 | 375 | 47 | 104 |
| Binary | 10011101 | 10001111 | 11001110 | 11000 | 11111 | 0 | 10011 | 11111101 | 100111 | 1000100 |
Color Harmonies of #9D8FCE
Complementary color
Monochromatic Colors of #9D8FCE
Black with #9D8FCE
Text Example
Text Example
White with #9D8FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8FCE; }
p { color: rgb(157,143,206); }
H1.HeaderClassName
{
color: #9D8FCE;
}
.AnyTagClassName
{
color: #9D8FCE;
}
</style>
background-color css
<style>
a { background-color: #9D8FCE; }
a { background-color: rgb(157,143,206); }
div.DivClassName
{
background-color: #9D8FCE;
}
.BgClassName
{
background-color: #9D8FCE;
}
</style>
border-color css
<style>
span { border-color: #9D8FCE; }
span { border-color: rgb(157,143,206); }
td.TdClassName
{
border-color: #9D8FCE;
}
.TagClassName
{
border-color: #9D8FCE;
}
</style>