Shades of Cold Purple #9F80C4
Tints of Cold Purple #9F80C4
RGB
CMYK
RGB Variations
Color information
#9F80C4 (or 0x9F80C4) is known color: Cold Purple. HEX triplet: 9F, 80 and C4. RGB value is (159,128,196). Sum of RGB (Red+Green+Blue) = 159+128+196=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 196 - color contains mainly: blue. Hex color #9F80C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F80C4 is #607F3B. Grayscale: #909090. Windows color (decimal): -6324028 or 12877983. OLE color: 12877983.
HSL color Cylindrical-coordinate representation of color #9F80C4: hue angle of 267.35º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F80C4 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 128 | 196 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.23 |
| HSL | 267.35º | 0.37% | 0.64% | - |
| HSV(B) | 267.35º | 0.35% | 0.77% | - |
| XYZ | 31.98 | 26.79 | 55.71 | - |
| YUV | 145.02 | 156.77 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 196 | 0.19 | 0.35 | 0 | 0.23 | 267.35 | 0.37 | 0.64 |
| Hex | 9F | 80 | C4 | 13 | 23 | 0 | 17 | 10B | 25 | 40 |
| Octal | 237 | 200 | 304 | 23 | 43 | 0 | 27 | 413 | 45 | 100 |
| Binary | 10011111 | 10000000 | 11000100 | 10011 | 100011 | 0 | 10111 | 100001011 | 100101 | 1000000 |
Color Harmonies of #9F80C4
Complementary color
Monochromatic Colors of #9F80C4
Black with #9F80C4
Text Example
Text Example
White with #9F80C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F80C4; }
p { color: rgb(159,128,196); }
H1.HeaderClassName
{
color: #9F80C4;
}
.AnyTagClassName
{
color: #9F80C4;
}
</style>
background-color css
<style>
a { background-color: #9F80C4; }
a { background-color: rgb(159,128,196); }
div.DivClassName
{
background-color: #9F80C4;
}
.BgClassName
{
background-color: #9F80C4;
}
</style>
border-color css
<style>
span { border-color: #9F80C4; }
span { border-color: rgb(159,128,196); }
td.TdClassName
{
border-color: #9F80C4;
}
.TagClassName
{
border-color: #9F80C4;
}
</style>