Shades of Cold Purple #9F82CA
Tints of Cold Purple #9F82CA
RGB
CMYK
RGB Variations
Color information
#9F82CA (or 0x9F82CA) is known color: Cold Purple. HEX triplet: 9F, 82 and CA. RGB value is (159,130,202). Sum of RGB (Red+Green+Blue) = 159+130+202=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F82CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F82CA is #607D35. Grayscale: #929292. Windows color (decimal): -6323510 or 13271711. OLE color: 13271711.
HSL color Cylindrical-coordinate representation of color #9F82CA: hue angle of 264.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F82CA is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 130 | 202 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.21 |
| HSL | 264.17º | 0.4% | 0.65% | - |
| HSV(B) | 264.17º | 0.36% | 0.79% | - |
| XYZ | 32.94 | 27.6 | 59.47 | - |
| YUV | 146.88 | 159.11 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 202 | 0.21 | 0.36 | 0 | 0.21 | 264.17 | 0.4 | 0.65 |
| Hex | 9F | 82 | CA | 15 | 24 | 0 | 15 | 108 | 28 | 41 |
| Octal | 237 | 202 | 312 | 25 | 44 | 0 | 25 | 410 | 50 | 101 |
| Binary | 10011111 | 10000010 | 11001010 | 10101 | 100100 | 0 | 10101 | 100001000 | 101000 | 1000001 |
Color Harmonies of #9F82CA
Complementary color
Monochromatic Colors of #9F82CA
Black with #9F82CA
Text Example
Text Example
White with #9F82CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F82CA; }
p { color: rgb(159,130,202); }
H1.HeaderClassName
{
color: #9F82CA;
}
.AnyTagClassName
{
color: #9F82CA;
}
</style>
background-color css
<style>
a { background-color: #9F82CA; }
a { background-color: rgb(159,130,202); }
div.DivClassName
{
background-color: #9F82CA;
}
.BgClassName
{
background-color: #9F82CA;
}
</style>
border-color css
<style>
span { border-color: #9F82CA; }
span { border-color: rgb(159,130,202); }
td.TdClassName
{
border-color: #9F82CA;
}
.TagClassName
{
border-color: #9F82CA;
}
</style>