Shades of Cold Purple #9F91BD
Tints of Cold Purple #9F91BD
RGB
CMYK
RGB Variations
Color information
#9F91BD (or 0x9F91BD) is known color: Cold Purple. HEX triplet: 9F, 91 and BD. RGB value is (159,145,189). Sum of RGB (Red+Green+Blue) = 159+145+189=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F91BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F91BD is #606E42. Grayscale: #9A9A9A. Windows color (decimal): -6319683 or 12423583. OLE color: 12423583.
HSL color Cylindrical-coordinate representation of color #9F91BD: hue angle of 259.09º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F91BD is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 145 | 189 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.26 |
| HSL | 259.09º | 0.25% | 0.65% | - |
| HSV(B) | 259.09º | 0.23% | 0.74% | - |
| XYZ | 33.61 | 31.3 | 52.41 | - |
| YUV | 154.2 | 147.64 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 189 | 0.16 | 0.23 | 0 | 0.26 | 259.09 | 0.25 | 0.65 |
| Hex | 9F | 91 | BD | 10 | 17 | 0 | 1A | 103 | 19 | 41 |
| Octal | 237 | 221 | 275 | 20 | 27 | 0 | 32 | 403 | 31 | 101 |
| Binary | 10011111 | 10010001 | 10111101 | 10000 | 10111 | 0 | 11010 | 100000011 | 11001 | 1000001 |
Color Harmonies of #9F91BD
Complementary color
Monochromatic Colors of #9F91BD
Black with #9F91BD
Text Example
Text Example
White with #9F91BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F91BD; }
p { color: rgb(159,145,189); }
H1.HeaderClassName
{
color: #9F91BD;
}
.AnyTagClassName
{
color: #9F91BD;
}
</style>
background-color css
<style>
a { background-color: #9F91BD; }
a { background-color: rgb(159,145,189); }
div.DivClassName
{
background-color: #9F91BD;
}
.BgClassName
{
background-color: #9F91BD;
}
</style>
border-color css
<style>
span { border-color: #9F91BD; }
span { border-color: rgb(159,145,189); }
td.TdClassName
{
border-color: #9F91BD;
}
.TagClassName
{
border-color: #9F91BD;
}
</style>