Shades of Cold Purple #9E96AF
Tints of Cold Purple #9E96AF
RGB
CMYK
RGB Variations
Color information
#9E96AF (or 0x9E96AF) is known color: Cold Purple. HEX triplet: 9E, 96 and AF. RGB value is (158,150,175). Sum of RGB (Red+Green+Blue) = 158+150+175=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E96AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E96AF is #616950. Grayscale: #9B9B9B. Windows color (decimal): -6383953 or 11507358. OLE color: 11507358.
HSL color Cylindrical-coordinate representation of color #9E96AF: hue angle of 259.2º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9E96AF is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 150 | 175 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.31 |
| HSL | 259.2º | 0.14% | 0.64% | - |
| HSV(B) | 259.2º | 0.14% | 0.69% | - |
| XYZ | 32.74 | 32.18 | 45.04 | - |
| YUV | 155.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 150 | 175 | 0.10 | 0.14 | 0 | 0.31 | 259.2 | 0.14 | 0.64 |
| Hex | 9E | 96 | AF | A | E | 0 | 1F | 103 | E | 40 |
| Octal | 236 | 226 | 257 | 12 | 16 | 0 | 37 | 403 | 16 | 100 |
| Binary | 10011110 | 10010110 | 10101111 | 1010 | 1110 | 0 | 11111 | 100000011 | 1110 | 1000000 |
Color Harmonies of #9E96AF
Complementary color
Monochromatic Colors of #9E96AF
Black with #9E96AF
Text Example
Text Example
White with #9E96AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E96AF; }
p { color: rgb(158,150,175); }
H1.HeaderClassName
{
color: #9E96AF;
}
.AnyTagClassName
{
color: #9E96AF;
}
</style>
background-color css
<style>
a { background-color: #9E96AF; }
a { background-color: rgb(158,150,175); }
div.DivClassName
{
background-color: #9E96AF;
}
.BgClassName
{
background-color: #9E96AF;
}
</style>
border-color css
<style>
span { border-color: #9E96AF; }
span { border-color: rgb(158,150,175); }
td.TdClassName
{
border-color: #9E96AF;
}
.TagClassName
{
border-color: #9E96AF;
}
</style>