Shades of Cold Purple #9F96BC
Tints of Cold Purple #9F96BC
RGB
CMYK
RGB Variations
Color information
#9F96BC (or 0x9F96BC) is known color: Cold Purple. HEX triplet: 9F, 96 and BC. RGB value is (159,150,188). Sum of RGB (Red+Green+Blue) = 159+150+188=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F96BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F96BC is #606943. Grayscale: #9C9C9C. Windows color (decimal): -6318404 or 12359327. OLE color: 12359327.
HSL color Cylindrical-coordinate representation of color #9F96BC: hue angle of 254.21º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9F96BC is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 150 | 188 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.26 |
| HSL | 254.21º | 0.22% | 0.66% | - |
| HSV(B) | 254.21º | 0.2% | 0.74% | - |
| XYZ | 34.28 | 32.81 | 52.1 | - |
| YUV | 157.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 188 | 0.15 | 0.20 | 0 | 0.26 | 254.21 | 0.22 | 0.66 |
| Hex | 9F | 96 | BC | F | 14 | 0 | 1A | FE | 16 | 42 |
| Octal | 237 | 226 | 274 | 17 | 24 | 0 | 32 | 376 | 26 | 102 |
| Binary | 10011111 | 10010110 | 10111100 | 1111 | 10100 | 0 | 11010 | 11111110 | 10110 | 1000010 |
Color Harmonies of #9F96BC
Complementary color
Monochromatic Colors of #9F96BC
Black with #9F96BC
Text Example
Text Example
White with #9F96BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F96BC; }
p { color: rgb(159,150,188); }
H1.HeaderClassName
{
color: #9F96BC;
}
.AnyTagClassName
{
color: #9F96BC;
}
</style>
background-color css
<style>
a { background-color: #9F96BC; }
a { background-color: rgb(159,150,188); }
div.DivClassName
{
background-color: #9F96BC;
}
.BgClassName
{
background-color: #9F96BC;
}
</style>
border-color css
<style>
span { border-color: #9F96BC; }
span { border-color: rgb(159,150,188); }
td.TdClassName
{
border-color: #9F96BC;
}
.TagClassName
{
border-color: #9F96BC;
}
</style>