Shades of Cold Purple #9F93BB
Tints of Cold Purple #9F93BB
RGB
CMYK
RGB Variations
Color information
#9F93BB (or 0x9F93BB) is known color: Cold Purple. HEX triplet: 9F, 93 and BB. RGB value is (159,147,187). Sum of RGB (Red+Green+Blue) = 159+147+187=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F93BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F93BB is #606C44. Grayscale: #9A9A9A. Windows color (decimal): -6319173 or 12293023. OLE color: 12293023.
HSL color Cylindrical-coordinate representation of color #9F93BB: hue angle of 258º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F93BB is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 147 | 187 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.27 |
| HSL | 258º | 0.23% | 0.65% | - |
| HSV(B) | 258º | 0.21% | 0.73% | - |
| XYZ | 33.7 | 31.83 | 51.38 | - |
| YUV | 155.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 187 | 0.15 | 0.21 | 0 | 0.27 | 258 | 0.23 | 0.65 |
| Hex | 9F | 93 | BB | F | 15 | 0 | 1B | 102 | 17 | 41 |
| Octal | 237 | 223 | 273 | 17 | 25 | 0 | 33 | 402 | 27 | 101 |
| Binary | 10011111 | 10010011 | 10111011 | 1111 | 10101 | 0 | 11011 | 100000010 | 10111 | 1000001 |
Color Harmonies of #9F93BB
Complementary color
Monochromatic Colors of #9F93BB
Black with #9F93BB
Text Example
Text Example
White with #9F93BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F93BB; }
p { color: rgb(159,147,187); }
H1.HeaderClassName
{
color: #9F93BB;
}
.AnyTagClassName
{
color: #9F93BB;
}
</style>
background-color css
<style>
a { background-color: #9F93BB; }
a { background-color: rgb(159,147,187); }
div.DivClassName
{
background-color: #9F93BB;
}
.BgClassName
{
background-color: #9F93BB;
}
</style>
border-color css
<style>
span { border-color: #9F93BB; }
span { border-color: rgb(159,147,187); }
td.TdClassName
{
border-color: #9F93BB;
}
.TagClassName
{
border-color: #9F93BB;
}
</style>