Shades of Cold Purple #9F92BC
Tints of Cold Purple #9F92BC
RGB
CMYK
RGB Variations
Color information
#9F92BC (or 0x9F92BC) is known color: Cold Purple. HEX triplet: 9F, 92 and BC. RGB value is (159,146,188). Sum of RGB (Red+Green+Blue) = 159+146+188=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F92BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F92BC is #606D43. Grayscale: #9A9A9A. Windows color (decimal): -6319428 or 12358303. OLE color: 12358303.
HSL color Cylindrical-coordinate representation of color #9F92BC: hue angle of 258.57º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9F92BC is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 146 | 188 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.26 |
| HSL | 258.57º | 0.24% | 0.65% | - |
| HSV(B) | 258.57º | 0.22% | 0.74% | - |
| XYZ | 33.65 | 31.56 | 51.89 | - |
| YUV | 154.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 188 | 0.15 | 0.22 | 0 | 0.26 | 258.57 | 0.24 | 0.65 |
| Hex | 9F | 92 | BC | F | 16 | 0 | 1A | 103 | 18 | 41 |
| Octal | 237 | 222 | 274 | 17 | 26 | 0 | 32 | 403 | 30 | 101 |
| Binary | 10011111 | 10010010 | 10111100 | 1111 | 10110 | 0 | 11010 | 100000011 | 11000 | 1000001 |
Color Harmonies of #9F92BC
Complementary color
Monochromatic Colors of #9F92BC
Black with #9F92BC
Text Example
Text Example
White with #9F92BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F92BC; }
p { color: rgb(159,146,188); }
H1.HeaderClassName
{
color: #9F92BC;
}
.AnyTagClassName
{
color: #9F92BC;
}
</style>
background-color css
<style>
a { background-color: #9F92BC; }
a { background-color: rgb(159,146,188); }
div.DivClassName
{
background-color: #9F92BC;
}
.BgClassName
{
background-color: #9F92BC;
}
</style>
border-color css
<style>
span { border-color: #9F92BC; }
span { border-color: rgb(159,146,188); }
td.TdClassName
{
border-color: #9F92BC;
}
.TagClassName
{
border-color: #9F92BC;
}
</style>