Shades of Cold Purple #9983BA
Tints of Cold Purple #9983BA
RGB
CMYK
RGB Variations
Color information
#9983BA (or 0x9983BA) is known color: Cold Purple. HEX triplet: 99, 83 and BA. RGB value is (153,131,186). Sum of RGB (Red+Green+Blue) = 153+131+186=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #9983BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9983BA is #667C45. Grayscale: #8F8F8F. Windows color (decimal): -6716486 or 12223385. OLE color: 12223385.
HSL color Cylindrical-coordinate representation of color #9983BA: hue angle of 264º 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 #9983BA is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 131 | 186 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.27 |
| HSL | 264º | 0.28% | 0.62% | - |
| HSV(B) | 264º | 0.3% | 0.73% | - |
| XYZ | 30.12 | 26.55 | 49.99 | - |
| YUV | 143.85 | 151.79 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 186 | 0.18 | 0.30 | 0 | 0.27 | 264 | 0.28 | 0.62 |
| Hex | 99 | 83 | BA | 12 | 1E | 0 | 1B | 108 | 1C | 3E |
| Octal | 231 | 203 | 272 | 22 | 36 | 0 | 33 | 410 | 34 | 76 |
| Binary | 10011001 | 10000011 | 10111010 | 10010 | 11110 | 0 | 11011 | 100001000 | 11100 | 111110 |
Color Harmonies of #9983BA
Complementary color
Monochromatic Colors of #9983BA
Black with #9983BA
Text Example
Text Example
White with #9983BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9983BA; }
p { color: rgb(153,131,186); }
H1.HeaderClassName
{
color: #9983BA;
}
.AnyTagClassName
{
color: #9983BA;
}
</style>
background-color css
<style>
a { background-color: #9983BA; }
a { background-color: rgb(153,131,186); }
div.DivClassName
{
background-color: #9983BA;
}
.BgClassName
{
background-color: #9983BA;
}
</style>
border-color css
<style>
span { border-color: #9983BA; }
span { border-color: rgb(153,131,186); }
td.TdClassName
{
border-color: #9983BA;
}
.TagClassName
{
border-color: #9983BA;
}
</style>