Shades of Cold Purple #9983CE
Tints of Cold Purple #9983CE
RGB
CMYK
RGB Variations
Color information
#9983CE (or 0x9983CE) is known color: Cold Purple. HEX triplet: 99, 83 and CE. RGB value is (153,131,206). Sum of RGB (Red+Green+Blue) = 153+131+206=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #9983CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9983CE is #667C31. Grayscale: #919191. Windows color (decimal): -6716466 or 13534105. OLE color: 13534105.
HSL color Cylindrical-coordinate representation of color #9983CE: hue angle of 257.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9983CE is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 131 | 206 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.19 |
| HSL | 257.6º | 0.43% | 0.66% | - |
| HSV(B) | 257.6º | 0.36% | 0.81% | - |
| XYZ | 32.39 | 27.46 | 61.99 | - |
| YUV | 146.13 | 161.79 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 206 | 0.26 | 0.36 | 0 | 0.19 | 257.6 | 0.43 | 0.66 |
| Hex | 99 | 83 | CE | 1A | 24 | 0 | 13 | 102 | 2B | 42 |
| Octal | 231 | 203 | 316 | 32 | 44 | 0 | 23 | 402 | 53 | 102 |
| Binary | 10011001 | 10000011 | 11001110 | 11010 | 100100 | 0 | 10011 | 100000010 | 101011 | 1000010 |
Color Harmonies of #9983CE
Complementary color
Monochromatic Colors of #9983CE
Black with #9983CE
Text Example
Text Example
White with #9983CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9983CE; }
p { color: rgb(153,131,206); }
H1.HeaderClassName
{
color: #9983CE;
}
.AnyTagClassName
{
color: #9983CE;
}
</style>
background-color css
<style>
a { background-color: #9983CE; }
a { background-color: rgb(153,131,206); }
div.DivClassName
{
background-color: #9983CE;
}
.BgClassName
{
background-color: #9983CE;
}
</style>
border-color css
<style>
span { border-color: #9983CE; }
span { border-color: rgb(153,131,206); }
td.TdClassName
{
border-color: #9983CE;
}
.TagClassName
{
border-color: #9983CE;
}
</style>