Shades of Cold Purple #9983BD
Tints of Cold Purple #9983BD
RGB
CMYK
RGB Variations
Color information
#9983BD (or 0x9983BD) is known color: Cold Purple. HEX triplet: 99, 83 and BD. RGB value is (153,131,189). Sum of RGB (Red+Green+Blue) = 153+131+189=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #9983BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9983BD is #667C42. Grayscale: #8F8F8F. Windows color (decimal): -6716483 or 12419993. OLE color: 12419993.
HSL color Cylindrical-coordinate representation of color #9983BD: hue angle of 262.76º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9983BD is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 131 | 189 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.26 |
| HSL | 262.76º | 0.31% | 0.63% | - |
| HSV(B) | 262.76º | 0.31% | 0.74% | - |
| XYZ | 30.44 | 26.68 | 51.69 | - |
| YUV | 144.19 | 153.29 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 189 | 0.19 | 0.31 | 0 | 0.26 | 262.76 | 0.31 | 0.63 |
| Hex | 99 | 83 | BD | 13 | 1F | 0 | 1A | 107 | 1F | 3F |
| Octal | 231 | 203 | 275 | 23 | 37 | 0 | 32 | 407 | 37 | 77 |
| Binary | 10011001 | 10000011 | 10111101 | 10011 | 11111 | 0 | 11010 | 100000111 | 11111 | 111111 |
Color Harmonies of #9983BD
Complementary color
Monochromatic Colors of #9983BD
Black with #9983BD
Text Example
Text Example
White with #9983BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9983BD; }
p { color: rgb(153,131,189); }
H1.HeaderClassName
{
color: #9983BD;
}
.AnyTagClassName
{
color: #9983BD;
}
</style>
background-color css
<style>
a { background-color: #9983BD; }
a { background-color: rgb(153,131,189); }
div.DivClassName
{
background-color: #9983BD;
}
.BgClassName
{
background-color: #9983BD;
}
</style>
border-color css
<style>
span { border-color: #9983BD; }
span { border-color: rgb(153,131,189); }
td.TdClassName
{
border-color: #9983BD;
}
.TagClassName
{
border-color: #9983BD;
}
</style>