Shades of Cold Purple #9E94AB
Tints of Cold Purple #9E94AB
RGB
CMYK
RGB Variations
Color information
#9E94AB (or 0x9E94AB) is known color: Cold Purple. HEX triplet: 9E, 94 and AB. RGB value is (158,148,171). Sum of RGB (Red+Green+Blue) = 158+148+171=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E94AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E94AB is #616B54. Grayscale: #999999. Windows color (decimal): -6384469 or 11244702. OLE color: 11244702.
HSL color Cylindrical-coordinate representation of color #9E94AB: hue angle of 266.09º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9E94AB is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 148 | 171 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.33 |
| HSL | 266.09º | 0.12% | 0.63% | - |
| HSV(B) | 266.09º | 0.13% | 0.67% | - |
| XYZ | 32.04 | 31.39 | 42.9 | - |
| YUV | 153.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 148 | 171 | 0.08 | 0.13 | 0 | 0.33 | 266.09 | 0.12 | 0.63 |
| Hex | 9E | 94 | AB | 8 | D | 0 | 21 | 10A | C | 3F |
| Octal | 236 | 224 | 253 | 10 | 15 | 0 | 41 | 412 | 14 | 77 |
| Binary | 10011110 | 10010100 | 10101011 | 1000 | 1101 | 0 | 100001 | 100001010 | 1100 | 111111 |
Color Harmonies of #9E94AB
Complementary color
Monochromatic Colors of #9E94AB
Black with #9E94AB
Text Example
Text Example
White with #9E94AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E94AB; }
p { color: rgb(158,148,171); }
H1.HeaderClassName
{
color: #9E94AB;
}
.AnyTagClassName
{
color: #9E94AB;
}
</style>
background-color css
<style>
a { background-color: #9E94AB; }
a { background-color: rgb(158,148,171); }
div.DivClassName
{
background-color: #9E94AB;
}
.BgClassName
{
background-color: #9E94AB;
}
</style>
border-color css
<style>
span { border-color: #9E94AB; }
span { border-color: rgb(158,148,171); }
td.TdClassName
{
border-color: #9E94AB;
}
.TagClassName
{
border-color: #9E94AB;
}
</style>