Shades of Cold Purple #9983BE
Tints of Cold Purple #9983BE
RGB
CMYK
RGB Variations
Color information
#9983BE (or 0x9983BE) is known color: Cold Purple. HEX triplet: 99, 83 and BE. RGB value is (153,131,190). Sum of RGB (Red+Green+Blue) = 153+131+190=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #9983BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9983BE is #667C41. Grayscale: #909090. Windows color (decimal): -6716482 or 12485529. OLE color: 12485529.
HSL color Cylindrical-coordinate representation of color #9983BE: hue angle of 262.37º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9983BE is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 131 | 190 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.25 |
| HSL | 262.37º | 0.31% | 0.63% | - |
| HSV(B) | 262.37º | 0.31% | 0.75% | - |
| XYZ | 30.55 | 26.72 | 52.26 | - |
| YUV | 144.3 | 153.79 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 190 | 0.19 | 0.31 | 0 | 0.25 | 262.37 | 0.31 | 0.63 |
| Hex | 99 | 83 | BE | 13 | 1F | 0 | 19 | 106 | 1F | 3F |
| Octal | 231 | 203 | 276 | 23 | 37 | 0 | 31 | 406 | 37 | 77 |
| Binary | 10011001 | 10000011 | 10111110 | 10011 | 11111 | 0 | 11001 | 100000110 | 11111 | 111111 |
Color Harmonies of #9983BE
Complementary color
Monochromatic Colors of #9983BE
Black with #9983BE
Text Example
Text Example
White with #9983BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9983BE; }
p { color: rgb(153,131,190); }
H1.HeaderClassName
{
color: #9983BE;
}
.AnyTagClassName
{
color: #9983BE;
}
</style>
background-color css
<style>
a { background-color: #9983BE; }
a { background-color: rgb(153,131,190); }
div.DivClassName
{
background-color: #9983BE;
}
.BgClassName
{
background-color: #9983BE;
}
</style>
border-color css
<style>
span { border-color: #9983BE; }
span { border-color: rgb(153,131,190); }
td.TdClassName
{
border-color: #9983BE;
}
.TagClassName
{
border-color: #9983BE;
}
</style>