Shades of Cold Purple #9982D1
Tints of Cold Purple #9982D1
RGB
CMYK
RGB Variations
Color information
#9982D1 (or 0x9982D1) is known color: Cold Purple. HEX triplet: 99, 82 and D1. RGB value is (153,130,209). Sum of RGB (Red+Green+Blue) = 153+130+209=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #9982D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9982D1 is #667D2E. Grayscale: #919191. Windows color (decimal): -6716719 or 13730457. OLE color: 13730457.
HSL color Cylindrical-coordinate representation of color #9982D1: hue angle of 257.47º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9982D1 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 130 | 209 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.18 |
| HSL | 257.47º | 0.46% | 0.66% | - |
| HSV(B) | 257.47º | 0.38% | 0.82% | - |
| XYZ | 32.63 | 27.34 | 63.88 | - |
| YUV | 145.88 | 163.62 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 209 | 0.27 | 0.38 | 0 | 0.18 | 257.47 | 0.46 | 0.66 |
| Hex | 99 | 82 | D1 | 1B | 26 | 0 | 12 | 101 | 2E | 42 |
| Octal | 231 | 202 | 321 | 33 | 46 | 0 | 22 | 401 | 56 | 102 |
| Binary | 10011001 | 10000010 | 11010001 | 11011 | 100110 | 0 | 10010 | 100000001 | 101110 | 1000010 |
Color Harmonies of #9982D1
Complementary color
Monochromatic Colors of #9982D1
Black with #9982D1
Text Example
Text Example
White with #9982D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9982D1; }
p { color: rgb(153,130,209); }
H1.HeaderClassName
{
color: #9982D1;
}
.AnyTagClassName
{
color: #9982D1;
}
</style>
background-color css
<style>
a { background-color: #9982D1; }
a { background-color: rgb(153,130,209); }
div.DivClassName
{
background-color: #9982D1;
}
.BgClassName
{
background-color: #9982D1;
}
</style>
border-color css
<style>
span { border-color: #9982D1; }
span { border-color: rgb(153,130,209); }
td.TdClassName
{
border-color: #9982D1;
}
.TagClassName
{
border-color: #9982D1;
}
</style>