Shades of Cold Purple #9E93AB
Tints of Cold Purple #9E93AB
RGB
CMYK
RGB Variations
Color information
#9E93AB (or 0x9E93AB) is known color: Cold Purple. HEX triplet: 9E, 93 and AB. RGB value is (158,147,171). Sum of RGB (Red+Green+Blue) = 158+147+171=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E93AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E93AB is #616C54. Grayscale: #989898. Windows color (decimal): -6384725 or 11244446. OLE color: 11244446.
HSL color Cylindrical-coordinate representation of color #9E93AB: hue angle of 267.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9E93AB is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 147 | 171 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.33 |
| HSL | 267.5º | 0.13% | 0.62% | - |
| HSV(B) | 267.5º | 0.14% | 0.67% | - |
| XYZ | 31.88 | 31.08 | 42.85 | - |
| YUV | 153.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 171 | 0.08 | 0.14 | 0 | 0.33 | 267.5 | 0.13 | 0.62 |
| Hex | 9E | 93 | AB | 8 | E | 0 | 21 | 10C | C | 3E |
| Octal | 236 | 223 | 253 | 10 | 16 | 0 | 41 | 414 | 14 | 76 |
| Binary | 10011110 | 10010011 | 10101011 | 1000 | 1110 | 0 | 100001 | 100001100 | 1100 | 111110 |
Color Harmonies of #9E93AB
Complementary color
Monochromatic Colors of #9E93AB
Black with #9E93AB
Text Example
Text Example
White with #9E93AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E93AB; }
p { color: rgb(158,147,171); }
H1.HeaderClassName
{
color: #9E93AB;
}
.AnyTagClassName
{
color: #9E93AB;
}
</style>
background-color css
<style>
a { background-color: #9E93AB; }
a { background-color: rgb(158,147,171); }
div.DivClassName
{
background-color: #9E93AB;
}
.BgClassName
{
background-color: #9E93AB;
}
</style>
border-color css
<style>
span { border-color: #9E93AB; }
span { border-color: rgb(158,147,171); }
td.TdClassName
{
border-color: #9E93AB;
}
.TagClassName
{
border-color: #9E93AB;
}
</style>