Shades of Cold Purple #9882CE
Tints of Cold Purple #9882CE
RGB
CMYK
RGB Variations
Color information
#9882CE (or 0x9882CE) is known color: Cold Purple. HEX triplet: 98, 82 and CE. RGB value is (152,130,206). Sum of RGB (Red+Green+Blue) = 152+130+206=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #9882CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9882CE is #677D31. Grayscale: #909090. Windows color (decimal): -6782258 or 13533848. OLE color: 13533848.
HSL color Cylindrical-coordinate representation of color #9882CE: hue angle of 257.37º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9882CE is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 130 | 206 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.19 |
| HSL | 257.37º | 0.44% | 0.66% | - |
| HSV(B) | 257.37º | 0.37% | 0.81% | - |
| XYZ | 32.07 | 27.1 | 61.93 | - |
| YUV | 145.24 | 162.29 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 206 | 0.26 | 0.37 | 0 | 0.19 | 257.37 | 0.44 | 0.66 |
| Hex | 98 | 82 | CE | 1A | 25 | 0 | 13 | 101 | 2C | 42 |
| Octal | 230 | 202 | 316 | 32 | 45 | 0 | 23 | 401 | 54 | 102 |
| Binary | 10011000 | 10000010 | 11001110 | 11010 | 100101 | 0 | 10011 | 100000001 | 101100 | 1000010 |
Color Harmonies of #9882CE
Complementary color
Monochromatic Colors of #9882CE
Black with #9882CE
Text Example
Text Example
White with #9882CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9882CE; }
p { color: rgb(152,130,206); }
H1.HeaderClassName
{
color: #9882CE;
}
.AnyTagClassName
{
color: #9882CE;
}
</style>
background-color css
<style>
a { background-color: #9882CE; }
a { background-color: rgb(152,130,206); }
div.DivClassName
{
background-color: #9882CE;
}
.BgClassName
{
background-color: #9882CE;
}
</style>
border-color css
<style>
span { border-color: #9882CE; }
span { border-color: rgb(152,130,206); }
td.TdClassName
{
border-color: #9882CE;
}
.TagClassName
{
border-color: #9882CE;
}
</style>