Shades of Cold Purple #9F91BF
Tints of Cold Purple #9F91BF
RGB
CMYK
RGB Variations
Color information
#9F91BF (or 0x9F91BF) is known color: Cold Purple. HEX triplet: 9F, 91 and BF. RGB value is (159,145,191). Sum of RGB (Red+Green+Blue) = 159+145+191=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F91BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F91BF is #606E40. Grayscale: #9A9A9A. Windows color (decimal): -6319681 or 12554655. OLE color: 12554655.
HSL color Cylindrical-coordinate representation of color #9F91BF: hue angle of 258.26º 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 #9F91BF is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 145 | 191 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.25 |
| HSL | 258.26º | 0.26% | 0.66% | - |
| HSV(B) | 258.26º | 0.24% | 0.75% | - |
| XYZ | 33.83 | 31.38 | 53.56 | - |
| YUV | 154.43 | 148.64 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 191 | 0.17 | 0.24 | 0 | 0.25 | 258.26 | 0.26 | 0.66 |
| Hex | 9F | 91 | BF | 11 | 18 | 0 | 19 | 102 | 1A | 42 |
| Octal | 237 | 221 | 277 | 21 | 30 | 0 | 31 | 402 | 32 | 102 |
| Binary | 10011111 | 10010001 | 10111111 | 10001 | 11000 | 0 | 11001 | 100000010 | 11010 | 1000010 |
Color Harmonies of #9F91BF
Complementary color
Monochromatic Colors of #9F91BF
Black with #9F91BF
Text Example
Text Example
White with #9F91BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F91BF; }
p { color: rgb(159,145,191); }
H1.HeaderClassName
{
color: #9F91BF;
}
.AnyTagClassName
{
color: #9F91BF;
}
</style>
background-color css
<style>
a { background-color: #9F91BF; }
a { background-color: rgb(159,145,191); }
div.DivClassName
{
background-color: #9F91BF;
}
.BgClassName
{
background-color: #9F91BF;
}
</style>
border-color css
<style>
span { border-color: #9F91BF; }
span { border-color: rgb(159,145,191); }
td.TdClassName
{
border-color: #9F91BF;
}
.TagClassName
{
border-color: #9F91BF;
}
</style>