Shades of Cold Purple #9E96BA
Tints of Cold Purple #9E96BA
RGB
CMYK
RGB Variations
Color information
#9E96BA (or 0x9E96BA) is known color: Cold Purple. HEX triplet: 9E, 96 and BA. RGB value is (158,150,186). Sum of RGB (Red+Green+Blue) = 158+150+186=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E96BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E96BA is #616945. Grayscale: #9C9C9C. Windows color (decimal): -6383942 or 12228254. OLE color: 12228254.
HSL color Cylindrical-coordinate representation of color #9E96BA: hue angle of 253.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9E96BA is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 150 | 186 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.27 |
| HSL | 253.33º | 0.21% | 0.66% | - |
| HSV(B) | 253.33º | 0.19% | 0.73% | - |
| XYZ | 33.87 | 32.63 | 50.97 | - |
| YUV | 156.5 | 144.65 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 150 | 186 | 0.15 | 0.19 | 0 | 0.27 | 253.33 | 0.21 | 0.66 |
| Hex | 9E | 96 | BA | F | 13 | 0 | 1B | FD | 15 | 42 |
| Octal | 236 | 226 | 272 | 17 | 23 | 0 | 33 | 375 | 25 | 102 |
| Binary | 10011110 | 10010110 | 10111010 | 1111 | 10011 | 0 | 11011 | 11111101 | 10101 | 1000010 |
Color Harmonies of #9E96BA
Complementary color
Monochromatic Colors of #9E96BA
Black with #9E96BA
Text Example
Text Example
White with #9E96BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E96BA; }
p { color: rgb(158,150,186); }
H1.HeaderClassName
{
color: #9E96BA;
}
.AnyTagClassName
{
color: #9E96BA;
}
</style>
background-color css
<style>
a { background-color: #9E96BA; }
a { background-color: rgb(158,150,186); }
div.DivClassName
{
background-color: #9E96BA;
}
.BgClassName
{
background-color: #9E96BA;
}
</style>
border-color css
<style>
span { border-color: #9E96BA; }
span { border-color: rgb(158,150,186); }
td.TdClassName
{
border-color: #9E96BA;
}
.TagClassName
{
border-color: #9E96BA;
}
</style>