Shades of Cold Purple #9D84BE
Tints of Cold Purple #9D84BE
RGB
CMYK
RGB Variations
Color information
#9D84BE (or 0x9D84BE) is known color: Cold Purple. HEX triplet: 9D, 84 and BE. RGB value is (157,132,190). Sum of RGB (Red+Green+Blue) = 157+132+190=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D84BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D84BE is #627B41. Grayscale: #919191. Windows color (decimal): -6454082 or 12485789. OLE color: 12485789.
HSL color Cylindrical-coordinate representation of color #9D84BE: hue angle of 265.86º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D84BE is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 132 | 190 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.25 |
| HSL | 265.86º | 0.31% | 0.63% | - |
| HSV(B) | 265.86º | 0.31% | 0.75% | - |
| XYZ | 31.45 | 27.39 | 52.34 | - |
| YUV | 146.09 | 152.78 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 132 | 190 | 0.17 | 0.31 | 0 | 0.25 | 265.86 | 0.31 | 0.63 |
| Hex | 9D | 84 | BE | 11 | 1F | 0 | 19 | 10A | 1F | 3F |
| Octal | 235 | 204 | 276 | 21 | 37 | 0 | 31 | 412 | 37 | 77 |
| Binary | 10011101 | 10000100 | 10111110 | 10001 | 11111 | 0 | 11001 | 100001010 | 11111 | 111111 |
Color Harmonies of #9D84BE
Complementary color
Monochromatic Colors of #9D84BE
Black with #9D84BE
Text Example
Text Example
White with #9D84BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D84BE; }
p { color: rgb(157,132,190); }
H1.HeaderClassName
{
color: #9D84BE;
}
.AnyTagClassName
{
color: #9D84BE;
}
</style>
background-color css
<style>
a { background-color: #9D84BE; }
a { background-color: rgb(157,132,190); }
div.DivClassName
{
background-color: #9D84BE;
}
.BgClassName
{
background-color: #9D84BE;
}
</style>
border-color css
<style>
span { border-color: #9D84BE; }
span { border-color: rgb(157,132,190); }
td.TdClassName
{
border-color: #9D84BE;
}
.TagClassName
{
border-color: #9D84BE;
}
</style>