Shades of Cold Purple #9F82CB
Tints of Cold Purple #9F82CB
RGB
CMYK
RGB Variations
Color information
#9F82CB (or 0x9F82CB) is known color: Cold Purple. HEX triplet: 9F, 82 and CB. RGB value is (159,130,203). Sum of RGB (Red+Green+Blue) = 159+130+203=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F82CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F82CB is #607D34. Grayscale: #929292. Windows color (decimal): -6323509 or 13337247. OLE color: 13337247.
HSL color Cylindrical-coordinate representation of color #9F82CB: hue angle of 263.84º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F82CB is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 130 | 203 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.20 |
| HSL | 263.84º | 0.41% | 0.65% | - |
| HSV(B) | 263.84º | 0.36% | 0.8% | - |
| XYZ | 33.06 | 27.65 | 60.09 | - |
| YUV | 146.99 | 159.61 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 203 | 0.22 | 0.36 | 0 | 0.20 | 263.84 | 0.41 | 0.65 |
| Hex | 9F | 82 | CB | 16 | 24 | 0 | 14 | 108 | 29 | 41 |
| Octal | 237 | 202 | 313 | 26 | 44 | 0 | 24 | 410 | 51 | 101 |
| Binary | 10011111 | 10000010 | 11001011 | 10110 | 100100 | 0 | 10100 | 100001000 | 101001 | 1000001 |
Color Harmonies of #9F82CB
Complementary color
Monochromatic Colors of #9F82CB
Black with #9F82CB
Text Example
Text Example
White with #9F82CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F82CB; }
p { color: rgb(159,130,203); }
H1.HeaderClassName
{
color: #9F82CB;
}
.AnyTagClassName
{
color: #9F82CB;
}
</style>
background-color css
<style>
a { background-color: #9F82CB; }
a { background-color: rgb(159,130,203); }
div.DivClassName
{
background-color: #9F82CB;
}
.BgClassName
{
background-color: #9F82CB;
}
</style>
border-color css
<style>
span { border-color: #9F82CB; }
span { border-color: rgb(159,130,203); }
td.TdClassName
{
border-color: #9F82CB;
}
.TagClassName
{
border-color: #9F82CB;
}
</style>