Shades of Cold Purple #9D84CD
Tints of Cold Purple #9D84CD
RGB
CMYK
RGB Variations
Color information
#9D84CD (or 0x9D84CD) is known color: Cold Purple. HEX triplet: 9D, 84 and CD. RGB value is (157,132,205). Sum of RGB (Red+Green+Blue) = 157+132+205=494 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.78% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D84CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D84CD is #627B32. Grayscale: #939393. Windows color (decimal): -6454067 or 13468829. OLE color: 13468829.
HSL color Cylindrical-coordinate representation of color #9D84CD: hue angle of 260.55º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D84CD is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 132 | 205 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.20 |
| HSL | 260.55º | 0.42% | 0.66% | - |
| HSV(B) | 260.55º | 0.36% | 0.8% | - |
| XYZ | 33.18 | 28.08 | 61.43 | - |
| YUV | 147.8 | 160.28 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 132 | 205 | 0.23 | 0.36 | 0 | 0.20 | 260.55 | 0.42 | 0.66 |
| Hex | 9D | 84 | CD | 17 | 24 | 0 | 14 | 105 | 2A | 42 |
| Octal | 235 | 204 | 315 | 27 | 44 | 0 | 24 | 405 | 52 | 102 |
| Binary | 10011101 | 10000100 | 11001101 | 10111 | 100100 | 0 | 10100 | 100000101 | 101010 | 1000010 |
Color Harmonies of #9D84CD
Complementary color
Monochromatic Colors of #9D84CD
Black with #9D84CD
Text Example
Text Example
White with #9D84CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D84CD; }
p { color: rgb(157,132,205); }
H1.HeaderClassName
{
color: #9D84CD;
}
.AnyTagClassName
{
color: #9D84CD;
}
</style>
background-color css
<style>
a { background-color: #9D84CD; }
a { background-color: rgb(157,132,205); }
div.DivClassName
{
background-color: #9D84CD;
}
.BgClassName
{
background-color: #9D84CD;
}
</style>
border-color css
<style>
span { border-color: #9D84CD; }
span { border-color: rgb(157,132,205); }
td.TdClassName
{
border-color: #9D84CD;
}
.TagClassName
{
border-color: #9D84CD;
}
</style>