Shades of Cold Purple #9D8CCD
Tints of Cold Purple #9D8CCD
RGB
CMYK
RGB Variations
Color information
#9D8CCD (or 0x9D8CCD) is known color: Cold Purple. HEX triplet: 9D, 8C and CD. RGB value is (157,140,205). Sum of RGB (Red+Green+Blue) = 157+140+205=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D8CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8CCD is #627332. Grayscale: #989898. Windows color (decimal): -6452019 or 13470877. OLE color: 13470877.
HSL color Cylindrical-coordinate representation of color #9D8CCD: hue angle of 255.69º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D8CCD is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 140 | 205 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.20 |
| HSL | 255.69º | 0.39% | 0.68% | - |
| HSV(B) | 255.69º | 0.32% | 0.8% | - |
| XYZ | 34.3 | 30.33 | 61.8 | - |
| YUV | 152.49 | 157.63 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 140 | 205 | 0.23 | 0.32 | 0 | 0.20 | 255.69 | 0.39 | 0.68 |
| Hex | 9D | 8C | CD | 17 | 20 | 0 | 14 | 100 | 27 | 44 |
| Octal | 235 | 214 | 315 | 27 | 40 | 0 | 24 | 400 | 47 | 104 |
| Binary | 10011101 | 10001100 | 11001101 | 10111 | 100000 | 0 | 10100 | 100000000 | 100111 | 1000100 |
Color Harmonies of #9D8CCD
Complementary color
Monochromatic Colors of #9D8CCD
Black with #9D8CCD
Text Example
Text Example
White with #9D8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8CCD; }
p { color: rgb(157,140,205); }
H1.HeaderClassName
{
color: #9D8CCD;
}
.AnyTagClassName
{
color: #9D8CCD;
}
</style>
background-color css
<style>
a { background-color: #9D8CCD; }
a { background-color: rgb(157,140,205); }
div.DivClassName
{
background-color: #9D8CCD;
}
.BgClassName
{
background-color: #9D8CCD;
}
</style>
border-color css
<style>
span { border-color: #9D8CCD; }
span { border-color: rgb(157,140,205); }
td.TdClassName
{
border-color: #9D8CCD;
}
.TagClassName
{
border-color: #9D8CCD;
}
</style>