Shades of Cold Purple #9E8CBB
Tints of Cold Purple #9E8CBB
RGB
CMYK
RGB Variations
Color information
#9E8CBB (or 0x9E8CBB) is known color: Cold Purple. HEX triplet: 9E, 8C and BB. RGB value is (158,140,187). Sum of RGB (Red+Green+Blue) = 158+140+187=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E8CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8CBB is #617344. Grayscale: #969696. Windows color (decimal): -6386501 or 12291230. OLE color: 12291230.
HSL color Cylindrical-coordinate representation of color #9E8CBB: hue angle of 262.98º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E8CBB is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 140 | 187 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.27 |
| HSL | 262.98º | 0.26% | 0.64% | - |
| HSV(B) | 262.98º | 0.25% | 0.73% | - |
| XYZ | 32.45 | 29.61 | 51.02 | - |
| YUV | 150.74 | 148.46 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 187 | 0.16 | 0.25 | 0 | 0.27 | 262.98 | 0.26 | 0.64 |
| Hex | 9E | 8C | BB | 10 | 19 | 0 | 1B | 107 | 1A | 40 |
| Octal | 236 | 214 | 273 | 20 | 31 | 0 | 33 | 407 | 32 | 100 |
| Binary | 10011110 | 10001100 | 10111011 | 10000 | 11001 | 0 | 11011 | 100000111 | 11010 | 1000000 |
Color Harmonies of #9E8CBB
Complementary color
Monochromatic Colors of #9E8CBB
Black with #9E8CBB
Text Example
Text Example
White with #9E8CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8CBB; }
p { color: rgb(158,140,187); }
H1.HeaderClassName
{
color: #9E8CBB;
}
.AnyTagClassName
{
color: #9E8CBB;
}
</style>
background-color css
<style>
a { background-color: #9E8CBB; }
a { background-color: rgb(158,140,187); }
div.DivClassName
{
background-color: #9E8CBB;
}
.BgClassName
{
background-color: #9E8CBB;
}
</style>
border-color css
<style>
span { border-color: #9E8CBB; }
span { border-color: rgb(158,140,187); }
td.TdClassName
{
border-color: #9E8CBB;
}
.TagClassName
{
border-color: #9E8CBB;
}
</style>