Shades of Cold Purple #9D8FCC
Tints of Cold Purple #9D8FCC
RGB
CMYK
RGB Variations
Color information
#9D8FCC (or 0x9D8FCC) is known color: Cold Purple. HEX triplet: 9D, 8F and CC. RGB value is (157,143,204). Sum of RGB (Red+Green+Blue) = 157+143+204=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D8FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8FCC is #627033. Grayscale: #999999. Windows color (decimal): -6451252 or 13406109. OLE color: 13406109.
HSL color Cylindrical-coordinate representation of color #9D8FCC: hue angle of 253.77º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D8FCC is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 143 | 204 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.2 |
| HSL | 253.77º | 0.37% | 0.68% | - |
| HSV(B) | 253.77º | 0.3% | 0.8% | - |
| XYZ | 34.63 | 31.17 | 61.32 | - |
| YUV | 154.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 143 | 204 | 0.23 | 0.30 | 0 | 0.2 | 253.77 | 0.37 | 0.68 |
| Hex | 9D | 8F | CC | 17 | 1E | 0 | 14 | FE | 25 | 44 |
| Octal | 235 | 217 | 314 | 27 | 36 | 0 | 24 | 376 | 45 | 104 |
| Binary | 10011101 | 10001111 | 11001100 | 10111 | 11110 | 0 | 10100 | 11111110 | 100101 | 1000100 |
Color Harmonies of #9D8FCC
Complementary color
Monochromatic Colors of #9D8FCC
Black with #9D8FCC
Text Example
Text Example
White with #9D8FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8FCC; }
p { color: rgb(157,143,204); }
H1.HeaderClassName
{
color: #9D8FCC;
}
.AnyTagClassName
{
color: #9D8FCC;
}
</style>
background-color css
<style>
a { background-color: #9D8FCC; }
a { background-color: rgb(157,143,204); }
div.DivClassName
{
background-color: #9D8FCC;
}
.BgClassName
{
background-color: #9D8FCC;
}
</style>
border-color css
<style>
span { border-color: #9D8FCC; }
span { border-color: rgb(157,143,204); }
td.TdClassName
{
border-color: #9D8FCC;
}
.TagClassName
{
border-color: #9D8FCC;
}
</style>