Shades of Cold Purple #9F93BA
Tints of Cold Purple #9F93BA
RGB
CMYK
RGB Variations
Color information
#9F93BA (or 0x9F93BA) is known color: Cold Purple. HEX triplet: 9F, 93 and BA. RGB value is (159,147,186). Sum of RGB (Red+Green+Blue) = 159+147+186=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F93BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F93BA is #606C45. Grayscale: #9A9A9A. Windows color (decimal): -6319174 or 12227487. OLE color: 12227487.
HSL color Cylindrical-coordinate representation of color #9F93BA: hue angle of 258.46º degrees, saturation: 0.22, 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 #9F93BA is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 147 | 186 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.27 |
| HSL | 258.46º | 0.22% | 0.65% | - |
| HSV(B) | 258.46º | 0.21% | 0.73% | - |
| XYZ | 33.59 | 31.78 | 50.82 | - |
| YUV | 155.03 | 145.48 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 186 | 0.15 | 0.21 | 0 | 0.27 | 258.46 | 0.22 | 0.65 |
| Hex | 9F | 93 | BA | F | 15 | 0 | 1B | 102 | 16 | 41 |
| Octal | 237 | 223 | 272 | 17 | 25 | 0 | 33 | 402 | 26 | 101 |
| Binary | 10011111 | 10010011 | 10111010 | 1111 | 10101 | 0 | 11011 | 100000010 | 10110 | 1000001 |
Color Harmonies of #9F93BA
Complementary color
Monochromatic Colors of #9F93BA
Black with #9F93BA
Text Example
Text Example
White with #9F93BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F93BA; }
p { color: rgb(159,147,186); }
H1.HeaderClassName
{
color: #9F93BA;
}
.AnyTagClassName
{
color: #9F93BA;
}
</style>
background-color css
<style>
a { background-color: #9F93BA; }
a { background-color: rgb(159,147,186); }
div.DivClassName
{
background-color: #9F93BA;
}
.BgClassName
{
background-color: #9F93BA;
}
</style>
border-color css
<style>
span { border-color: #9F93BA; }
span { border-color: rgb(159,147,186); }
td.TdClassName
{
border-color: #9F93BA;
}
.TagClassName
{
border-color: #9F93BA;
}
</style>