Shades of Cold Purple #9F81CC
Tints of Cold Purple #9F81CC
RGB
CMYK
RGB Variations
Color information
#9F81CC (or 0x9F81CC) is known color: Cold Purple. HEX triplet: 9F, 81 and CC. RGB value is (159,129,204). Sum of RGB (Red+Green+Blue) = 159+129+204=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F81CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F81CC is #607E33. Grayscale: #929292. Windows color (decimal): -6323764 or 13402527. OLE color: 13402527.
HSL color Cylindrical-coordinate representation of color #9F81CC: hue angle of 264º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F81CC is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 129 | 204 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.2 |
| HSL | 264º | 0.42% | 0.65% | - |
| HSV(B) | 264º | 0.37% | 0.8% | - |
| XYZ | 33.05 | 27.43 | 60.68 | - |
| YUV | 146.52 | 160.44 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 129 | 204 | 0.22 | 0.37 | 0 | 0.2 | 264 | 0.42 | 0.65 |
| Hex | 9F | 81 | CC | 16 | 25 | 0 | 14 | 108 | 2A | 41 |
| Octal | 237 | 201 | 314 | 26 | 45 | 0 | 24 | 410 | 52 | 101 |
| Binary | 10011111 | 10000001 | 11001100 | 10110 | 100101 | 0 | 10100 | 100001000 | 101010 | 1000001 |
Color Harmonies of #9F81CC
Complementary color
Monochromatic Colors of #9F81CC
Black with #9F81CC
Text Example
Text Example
White with #9F81CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F81CC; }
p { color: rgb(159,129,204); }
H1.HeaderClassName
{
color: #9F81CC;
}
.AnyTagClassName
{
color: #9F81CC;
}
</style>
background-color css
<style>
a { background-color: #9F81CC; }
a { background-color: rgb(159,129,204); }
div.DivClassName
{
background-color: #9F81CC;
}
.BgClassName
{
background-color: #9F81CC;
}
</style>
border-color css
<style>
span { border-color: #9F81CC; }
span { border-color: rgb(159,129,204); }
td.TdClassName
{
border-color: #9F81CC;
}
.TagClassName
{
border-color: #9F81CC;
}
</style>