Shades of Cold Purple #9E8ABE
Tints of Cold Purple #9E8ABE
RGB
CMYK
RGB Variations
Color information
#9E8ABE (or 0x9E8ABE) is known color: Cold Purple. HEX triplet: 9E, 8A and BE. RGB value is (158,138,190). Sum of RGB (Red+Green+Blue) = 158+138+190=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E8ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8ABE is #617541. Grayscale: #959595. Windows color (decimal): -6387010 or 12487326. OLE color: 12487326.
HSL color Cylindrical-coordinate representation of color #9E8ABE: hue angle of 263.08º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9E8ABE is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 138 | 190 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.25 |
| HSL | 263.08º | 0.29% | 0.64% | - |
| HSV(B) | 263.08º | 0.27% | 0.75% | - |
| XYZ | 32.48 | 29.16 | 52.63 | - |
| YUV | 149.91 | 150.63 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 138 | 190 | 0.17 | 0.27 | 0 | 0.25 | 263.08 | 0.29 | 0.64 |
| Hex | 9E | 8A | BE | 11 | 1B | 0 | 19 | 107 | 1D | 40 |
| Octal | 236 | 212 | 276 | 21 | 33 | 0 | 31 | 407 | 35 | 100 |
| Binary | 10011110 | 10001010 | 10111110 | 10001 | 11011 | 0 | 11001 | 100000111 | 11101 | 1000000 |
Color Harmonies of #9E8ABE
Complementary color
Monochromatic Colors of #9E8ABE
Black with #9E8ABE
Text Example
Text Example
White with #9E8ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8ABE; }
p { color: rgb(158,138,190); }
H1.HeaderClassName
{
color: #9E8ABE;
}
.AnyTagClassName
{
color: #9E8ABE;
}
</style>
background-color css
<style>
a { background-color: #9E8ABE; }
a { background-color: rgb(158,138,190); }
div.DivClassName
{
background-color: #9E8ABE;
}
.BgClassName
{
background-color: #9E8ABE;
}
</style>
border-color css
<style>
span { border-color: #9E8ABE; }
span { border-color: rgb(158,138,190); }
td.TdClassName
{
border-color: #9E8ABE;
}
.TagClassName
{
border-color: #9E8ABE;
}
</style>