Shades of Cold Purple #9F91BE
Tints of Cold Purple #9F91BE
RGB
CMYK
RGB Variations
Color information
#9F91BE (or 0x9F91BE) is known color: Cold Purple. HEX triplet: 9F, 91 and BE. RGB value is (159,145,190). Sum of RGB (Red+Green+Blue) = 159+145+190=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F91BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F91BE is #606E41. Grayscale: #9A9A9A. Windows color (decimal): -6319682 or 12489119. OLE color: 12489119.
HSL color Cylindrical-coordinate representation of color #9F91BE: hue angle of 258.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F91BE is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 145 | 190 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.25 |
| HSL | 258.67º | 0.26% | 0.66% | - |
| HSV(B) | 258.67º | 0.24% | 0.75% | - |
| XYZ | 33.72 | 31.34 | 52.99 | - |
| YUV | 154.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 190 | 0.16 | 0.24 | 0 | 0.25 | 258.67 | 0.26 | 0.66 |
| Hex | 9F | 91 | BE | 10 | 18 | 0 | 19 | 103 | 1A | 42 |
| Octal | 237 | 221 | 276 | 20 | 30 | 0 | 31 | 403 | 32 | 102 |
| Binary | 10011111 | 10010001 | 10111110 | 10000 | 11000 | 0 | 11001 | 100000011 | 11010 | 1000010 |
Color Harmonies of #9F91BE
Complementary color
Monochromatic Colors of #9F91BE
Black with #9F91BE
Text Example
Text Example
White with #9F91BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F91BE; }
p { color: rgb(159,145,190); }
H1.HeaderClassName
{
color: #9F91BE;
}
.AnyTagClassName
{
color: #9F91BE;
}
</style>
background-color css
<style>
a { background-color: #9F91BE; }
a { background-color: rgb(159,145,190); }
div.DivClassName
{
background-color: #9F91BE;
}
.BgClassName
{
background-color: #9F91BE;
}
</style>
border-color css
<style>
span { border-color: #9F91BE; }
span { border-color: rgb(159,145,190); }
td.TdClassName
{
border-color: #9F91BE;
}
.TagClassName
{
border-color: #9F91BE;
}
</style>