Shades of Cold Purple #9D83BA
Tints of Cold Purple #9D83BA
RGB
CMYK
RGB Variations
Color information
#9D83BA (or 0x9D83BA) is known color: Cold Purple. HEX triplet: 9D, 83 and BA. RGB value is (157,131,186). Sum of RGB (Red+Green+Blue) = 157+131+186=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D83BA is #627C45. Grayscale: #909090. Windows color (decimal): -6454342 or 12223389. OLE color: 12223389.
HSL color Cylindrical-coordinate representation of color #9D83BA: hue angle of 268.36º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D83BA is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 131 | 186 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.27 |
| HSL | 268.36º | 0.28% | 0.62% | - |
| HSV(B) | 268.36º | 0.3% | 0.73% | - |
| XYZ | 30.88 | 26.95 | 50.03 | - |
| YUV | 145.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 131 | 186 | 0.16 | 0.30 | 0 | 0.27 | 268.36 | 0.28 | 0.62 |
| Hex | 9D | 83 | BA | 10 | 1E | 0 | 1B | 10C | 1C | 3E |
| Octal | 235 | 203 | 272 | 20 | 36 | 0 | 33 | 414 | 34 | 76 |
| Binary | 10011101 | 10000011 | 10111010 | 10000 | 11110 | 0 | 11011 | 100001100 | 11100 | 111110 |
Color Harmonies of #9D83BA
Complementary color
Monochromatic Colors of #9D83BA
Black with #9D83BA
Text Example
Text Example
White with #9D83BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D83BA; }
p { color: rgb(157,131,186); }
H1.HeaderClassName
{
color: #9D83BA;
}
.AnyTagClassName
{
color: #9D83BA;
}
</style>
background-color css
<style>
a { background-color: #9D83BA; }
a { background-color: rgb(157,131,186); }
div.DivClassName
{
background-color: #9D83BA;
}
.BgClassName
{
background-color: #9D83BA;
}
</style>
border-color css
<style>
span { border-color: #9D83BA; }
span { border-color: rgb(157,131,186); }
td.TdClassName
{
border-color: #9D83BA;
}
.TagClassName
{
border-color: #9D83BA;
}
</style>