Shades of Cold Purple #9D84BD
Tints of Cold Purple #9D84BD
RGB
CMYK
RGB Variations
Color information
#9D84BD (or 0x9D84BD) is known color: Cold Purple. HEX triplet: 9D, 84 and BD. RGB value is (157,132,189). Sum of RGB (Red+Green+Blue) = 157+132+189=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D84BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D84BD is #627B42. Grayscale: #919191. Windows color (decimal): -6454083 or 12420253. OLE color: 12420253.
HSL color Cylindrical-coordinate representation of color #9D84BD: hue angle of 266.32º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D84BD is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 132 | 189 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.26 |
| HSL | 266.32º | 0.3% | 0.63% | - |
| HSV(B) | 266.32º | 0.3% | 0.74% | - |
| XYZ | 31.34 | 27.34 | 51.77 | - |
| YUV | 145.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 132 | 189 | 0.17 | 0.30 | 0 | 0.26 | 266.32 | 0.3 | 0.63 |
| Hex | 9D | 84 | BD | 11 | 1E | 0 | 1A | 10A | 1E | 3F |
| Octal | 235 | 204 | 275 | 21 | 36 | 0 | 32 | 412 | 36 | 77 |
| Binary | 10011101 | 10000100 | 10111101 | 10001 | 11110 | 0 | 11010 | 100001010 | 11110 | 111111 |
Color Harmonies of #9D84BD
Complementary color
Monochromatic Colors of #9D84BD
Black with #9D84BD
Text Example
Text Example
White with #9D84BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D84BD; }
p { color: rgb(157,132,189); }
H1.HeaderClassName
{
color: #9D84BD;
}
.AnyTagClassName
{
color: #9D84BD;
}
</style>
background-color css
<style>
a { background-color: #9D84BD; }
a { background-color: rgb(157,132,189); }
div.DivClassName
{
background-color: #9D84BD;
}
.BgClassName
{
background-color: #9D84BD;
}
</style>
border-color css
<style>
span { border-color: #9D84BD; }
span { border-color: rgb(157,132,189); }
td.TdClassName
{
border-color: #9D84BD;
}
.TagClassName
{
border-color: #9D84BD;
}
</style>