Shades of Cold Purple #9D8CCC
Tints of Cold Purple #9D8CCC
RGB
CMYK
RGB Variations
Color information
#9D8CCC (or 0x9D8CCC) is known color: Cold Purple. HEX triplet: 9D, 8C and CC. RGB value is (157,140,204). Sum of RGB (Red+Green+Blue) = 157+140+204=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D8CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8CCC is #627333. Grayscale: #989898. Windows color (decimal): -6452020 or 13405341. OLE color: 13405341.
HSL color Cylindrical-coordinate representation of color #9D8CCC: hue angle of 255.94º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D8CCC is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 140 | 204 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.2 |
| HSL | 255.94º | 0.39% | 0.67% | - |
| HSV(B) | 255.94º | 0.31% | 0.8% | - |
| XYZ | 34.18 | 30.28 | 61.17 | - |
| YUV | 152.38 | 157.13 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 140 | 204 | 0.23 | 0.31 | 0 | 0.2 | 255.94 | 0.39 | 0.67 |
| Hex | 9D | 8C | CC | 17 | 1F | 0 | 14 | 100 | 27 | 43 |
| Octal | 235 | 214 | 314 | 27 | 37 | 0 | 24 | 400 | 47 | 103 |
| Binary | 10011101 | 10001100 | 11001100 | 10111 | 11111 | 0 | 10100 | 100000000 | 100111 | 1000011 |
Color Harmonies of #9D8CCC
Complementary color
Monochromatic Colors of #9D8CCC
Black with #9D8CCC
Text Example
Text Example
White with #9D8CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8CCC; }
p { color: rgb(157,140,204); }
H1.HeaderClassName
{
color: #9D8CCC;
}
.AnyTagClassName
{
color: #9D8CCC;
}
</style>
background-color css
<style>
a { background-color: #9D8CCC; }
a { background-color: rgb(157,140,204); }
div.DivClassName
{
background-color: #9D8CCC;
}
.BgClassName
{
background-color: #9D8CCC;
}
</style>
border-color css
<style>
span { border-color: #9D8CCC; }
span { border-color: rgb(157,140,204); }
td.TdClassName
{
border-color: #9D8CCC;
}
.TagClassName
{
border-color: #9D8CCC;
}
</style>