Shades of Cold Purple #9F93BC
Tints of Cold Purple #9F93BC
RGB
CMYK
RGB Variations
Color information
#9F93BC (or 0x9F93BC) is known color: Cold Purple. HEX triplet: 9F, 93 and BC. RGB value is (159,147,188). Sum of RGB (Red+Green+Blue) = 159+147+188=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F93BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F93BC is #606C43. Grayscale: #9B9B9B. Windows color (decimal): -6319172 or 12358559. OLE color: 12358559.
HSL color Cylindrical-coordinate representation of color #9F93BC: hue angle of 257.56º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9F93BC is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 147 | 188 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.26 |
| HSL | 257.56º | 0.23% | 0.66% | - |
| HSV(B) | 257.56º | 0.22% | 0.74% | - |
| XYZ | 33.81 | 31.87 | 51.95 | - |
| YUV | 155.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 188 | 0.15 | 0.22 | 0 | 0.26 | 257.56 | 0.23 | 0.66 |
| Hex | 9F | 93 | BC | F | 16 | 0 | 1A | 102 | 17 | 42 |
| Octal | 237 | 223 | 274 | 17 | 26 | 0 | 32 | 402 | 27 | 102 |
| Binary | 10011111 | 10010011 | 10111100 | 1111 | 10110 | 0 | 11010 | 100000010 | 10111 | 1000010 |
Color Harmonies of #9F93BC
Complementary color
Monochromatic Colors of #9F93BC
Black with #9F93BC
Text Example
Text Example
White with #9F93BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F93BC; }
p { color: rgb(159,147,188); }
H1.HeaderClassName
{
color: #9F93BC;
}
.AnyTagClassName
{
color: #9F93BC;
}
</style>
background-color css
<style>
a { background-color: #9F93BC; }
a { background-color: rgb(159,147,188); }
div.DivClassName
{
background-color: #9F93BC;
}
.BgClassName
{
background-color: #9F93BC;
}
</style>
border-color css
<style>
span { border-color: #9F93BC; }
span { border-color: rgb(159,147,188); }
td.TdClassName
{
border-color: #9F93BC;
}
.TagClassName
{
border-color: #9F93BC;
}
</style>