Shades of Cold Purple #9F8BBE
Tints of Cold Purple #9F8BBE
RGB
CMYK
RGB Variations
Color information
#9F8BBE (or 0x9F8BBE) is known color: Cold Purple. HEX triplet: 9F, 8B and BE. RGB value is (159,139,190). Sum of RGB (Red+Green+Blue) = 159+139+190=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F8BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8BBE is #607441. Grayscale: #969696. Windows color (decimal): -6321218 or 12487583. OLE color: 12487583.
HSL color Cylindrical-coordinate representation of color #9F8BBE: hue angle of 263.53º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9F8BBE is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 139 | 190 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.25 |
| HSL | 263.53º | 0.28% | 0.65% | - |
| HSV(B) | 263.53º | 0.27% | 0.75% | - |
| XYZ | 32.82 | 29.55 | 52.69 | - |
| YUV | 150.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 139 | 190 | 0.16 | 0.27 | 0 | 0.25 | 263.53 | 0.28 | 0.65 |
| Hex | 9F | 8B | BE | 10 | 1B | 0 | 19 | 108 | 1C | 41 |
| Octal | 237 | 213 | 276 | 20 | 33 | 0 | 31 | 410 | 34 | 101 |
| Binary | 10011111 | 10001011 | 10111110 | 10000 | 11011 | 0 | 11001 | 100001000 | 11100 | 1000001 |
Color Harmonies of #9F8BBE
Complementary color
Monochromatic Colors of #9F8BBE
Black with #9F8BBE
Text Example
Text Example
White with #9F8BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8BBE; }
p { color: rgb(159,139,190); }
H1.HeaderClassName
{
color: #9F8BBE;
}
.AnyTagClassName
{
color: #9F8BBE;
}
</style>
background-color css
<style>
a { background-color: #9F8BBE; }
a { background-color: rgb(159,139,190); }
div.DivClassName
{
background-color: #9F8BBE;
}
.BgClassName
{
background-color: #9F8BBE;
}
</style>
border-color css
<style>
span { border-color: #9F8BBE; }
span { border-color: rgb(159,139,190); }
td.TdClassName
{
border-color: #9F8BBE;
}
.TagClassName
{
border-color: #9F8BBE;
}
</style>