Shades of Cold Purple #9982CD
Tints of Cold Purple #9982CD
RGB
CMYK
RGB Variations
Color information
#9982CD (or 0x9982CD) is known color: Cold Purple. HEX triplet: 99, 82 and CD. RGB value is (153,130,205). Sum of RGB (Red+Green+Blue) = 153+130+205=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #9982CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9982CD is #667D32. Grayscale: #919191. Windows color (decimal): -6716723 or 13468313. OLE color: 13468313.
HSL color Cylindrical-coordinate representation of color #9982CD: hue angle of 258.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9982CD is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 130 | 205 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.20 |
| HSL | 258.4º | 0.43% | 0.66% | - |
| HSV(B) | 258.4º | 0.37% | 0.8% | - |
| XYZ | 32.14 | 27.15 | 61.3 | - |
| YUV | 145.43 | 161.62 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 205 | 0.25 | 0.37 | 0 | 0.20 | 258.4 | 0.43 | 0.66 |
| Hex | 99 | 82 | CD | 19 | 25 | 0 | 14 | 102 | 2B | 42 |
| Octal | 231 | 202 | 315 | 31 | 45 | 0 | 24 | 402 | 53 | 102 |
| Binary | 10011001 | 10000010 | 11001101 | 11001 | 100101 | 0 | 10100 | 100000010 | 101011 | 1000010 |
Color Harmonies of #9982CD
Complementary color
Monochromatic Colors of #9982CD
Black with #9982CD
Text Example
Text Example
White with #9982CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9982CD; }
p { color: rgb(153,130,205); }
H1.HeaderClassName
{
color: #9982CD;
}
.AnyTagClassName
{
color: #9982CD;
}
</style>
background-color css
<style>
a { background-color: #9982CD; }
a { background-color: rgb(153,130,205); }
div.DivClassName
{
background-color: #9982CD;
}
.BgClassName
{
background-color: #9982CD;
}
</style>
border-color css
<style>
span { border-color: #9982CD; }
span { border-color: rgb(153,130,205); }
td.TdClassName
{
border-color: #9982CD;
}
.TagClassName
{
border-color: #9982CD;
}
</style>