Shades of Cold Purple #9F96B3
Tints of Cold Purple #9F96B3
RGB
CMYK
RGB Variations
Color information
#9F96B3 (or 0x9F96B3) is known color: Cold Purple. HEX triplet: 9F, 96 and B3. RGB value is (159,150,179). Sum of RGB (Red+Green+Blue) = 159+150+179=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 179 - color contains mainly: blue. Hex color #9F96B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F96B3 is #60694C. Grayscale: #9B9B9B. Windows color (decimal): -6318413 or 11769503. OLE color: 11769503.
HSL color Cylindrical-coordinate representation of color #9F96B3: hue angle of 258.62º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9F96B3 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 150 | 179 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.30 |
| HSL | 258.62º | 0.16% | 0.65% | - |
| HSV(B) | 258.62º | 0.16% | 0.7% | - |
| XYZ | 33.34 | 32.44 | 47.15 | - |
| YUV | 156 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 179 | 0.11 | 0.16 | 0 | 0.30 | 258.62 | 0.16 | 0.65 |
| Hex | 9F | 96 | B3 | B | 10 | 0 | 1E | 103 | 10 | 41 |
| Octal | 237 | 226 | 263 | 13 | 20 | 0 | 36 | 403 | 20 | 101 |
| Binary | 10011111 | 10010110 | 10110011 | 1011 | 10000 | 0 | 11110 | 100000011 | 10000 | 1000001 |
Color Harmonies of #9F96B3
Complementary color
Monochromatic Colors of #9F96B3
Black with #9F96B3
Text Example
Text Example
White with #9F96B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F96B3; }
p { color: rgb(159,150,179); }
H1.HeaderClassName
{
color: #9F96B3;
}
.AnyTagClassName
{
color: #9F96B3;
}
</style>
background-color css
<style>
a { background-color: #9F96B3; }
a { background-color: rgb(159,150,179); }
div.DivClassName
{
background-color: #9F96B3;
}
.BgClassName
{
background-color: #9F96B3;
}
</style>
border-color css
<style>
span { border-color: #9F96B3; }
span { border-color: rgb(159,150,179); }
td.TdClassName
{
border-color: #9F96B3;
}
.TagClassName
{
border-color: #9F96B3;
}
</style>