Shades of Cold Purple #9983BB
Tints of Cold Purple #9983BB
RGB
CMYK
RGB Variations
Color information
#9983BB (or 0x9983BB) is known color: Cold Purple. HEX triplet: 99, 83 and BB. RGB value is (153,131,187). Sum of RGB (Red+Green+Blue) = 153+131+187=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #9983BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9983BB is #667C44. Grayscale: #8F8F8F. Windows color (decimal): -6716485 or 12288921. OLE color: 12288921.
HSL color Cylindrical-coordinate representation of color #9983BB: hue angle of 263.57º degrees, saturation: 0.29, 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 #9983BB is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 131 | 187 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.27 |
| HSL | 263.57º | 0.29% | 0.62% | - |
| HSV(B) | 263.57º | 0.3% | 0.73% | - |
| XYZ | 30.22 | 26.59 | 50.55 | - |
| YUV | 143.96 | 152.29 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 187 | 0.18 | 0.30 | 0 | 0.27 | 263.57 | 0.29 | 0.62 |
| Hex | 99 | 83 | BB | 12 | 1E | 0 | 1B | 108 | 1D | 3E |
| Octal | 231 | 203 | 273 | 22 | 36 | 0 | 33 | 410 | 35 | 76 |
| Binary | 10011001 | 10000011 | 10111011 | 10010 | 11110 | 0 | 11011 | 100001000 | 11101 | 111110 |
Color Harmonies of #9983BB
Complementary color
Monochromatic Colors of #9983BB
Black with #9983BB
Text Example
Text Example
White with #9983BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9983BB; }
p { color: rgb(153,131,187); }
H1.HeaderClassName
{
color: #9983BB;
}
.AnyTagClassName
{
color: #9983BB;
}
</style>
background-color css
<style>
a { background-color: #9983BB; }
a { background-color: rgb(153,131,187); }
div.DivClassName
{
background-color: #9983BB;
}
.BgClassName
{
background-color: #9983BB;
}
</style>
border-color css
<style>
span { border-color: #9983BB; }
span { border-color: rgb(153,131,187); }
td.TdClassName
{
border-color: #9983BB;
}
.TagClassName
{
border-color: #9983BB;
}
</style>