Shades of Cold Purple #9F8FBE
Tints of Cold Purple #9F8FBE
RGB
CMYK
RGB Variations
Color information
#9F8FBE (or 0x9F8FBE) is known color: Cold Purple. HEX triplet: 9F, 8F and BE. RGB value is (159,143,190). Sum of RGB (Red+Green+Blue) = 159+143+190=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F8FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8FBE is #607041. Grayscale: #989898. Windows color (decimal): -6320194 or 12488607. OLE color: 12488607.
HSL color Cylindrical-coordinate representation of color #9F8FBE: hue angle of 260.43º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F8FBE is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 143 | 190 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.25 |
| HSL | 260.43º | 0.27% | 0.65% | - |
| HSV(B) | 260.43º | 0.25% | 0.75% | - |
| XYZ | 33.41 | 30.73 | 52.89 | - |
| YUV | 153.14 | 148.8 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 190 | 0.16 | 0.25 | 0 | 0.25 | 260.43 | 0.27 | 0.65 |
| Hex | 9F | 8F | BE | 10 | 19 | 0 | 19 | 104 | 1B | 41 |
| Octal | 237 | 217 | 276 | 20 | 31 | 0 | 31 | 404 | 33 | 101 |
| Binary | 10011111 | 10001111 | 10111110 | 10000 | 11001 | 0 | 11001 | 100000100 | 11011 | 1000001 |
Color Harmonies of #9F8FBE
Complementary color
Monochromatic Colors of #9F8FBE
Black with #9F8FBE
Text Example
Text Example
White with #9F8FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8FBE; }
p { color: rgb(159,143,190); }
H1.HeaderClassName
{
color: #9F8FBE;
}
.AnyTagClassName
{
color: #9F8FBE;
}
</style>
background-color css
<style>
a { background-color: #9F8FBE; }
a { background-color: rgb(159,143,190); }
div.DivClassName
{
background-color: #9F8FBE;
}
.BgClassName
{
background-color: #9F8FBE;
}
</style>
border-color css
<style>
span { border-color: #9F8FBE; }
span { border-color: rgb(159,143,190); }
td.TdClassName
{
border-color: #9F8FBE;
}
.TagClassName
{
border-color: #9F8FBE;
}
</style>