Shades of Cold Purple #9B8EBC
Tints of Cold Purple #9B8EBC
RGB
CMYK
RGB Variations
Color information
#9B8EBC (or 0x9B8EBC) is known color: Cold Purple. HEX triplet: 9B, 8E and BC. RGB value is (155,142,188). Sum of RGB (Red+Green+Blue) = 155+142+188=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B8EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8EBC is #647143. Grayscale: #969696. Windows color (decimal): -6582596 or 12357275. OLE color: 12357275.
HSL color Cylindrical-coordinate representation of color #9B8EBC: hue angle of 256.96º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B8EBC is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 142 | 188 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.26 |
| HSL | 256.96º | 0.26% | 0.65% | - |
| HSV(B) | 256.96º | 0.24% | 0.74% | - |
| XYZ | 32.27 | 29.95 | 51.66 | - |
| YUV | 151.13 | 148.81 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 142 | 188 | 0.18 | 0.24 | 0 | 0.26 | 256.96 | 0.26 | 0.65 |
| Hex | 9B | 8E | BC | 12 | 18 | 0 | 1A | 101 | 1A | 41 |
| Octal | 233 | 216 | 274 | 22 | 30 | 0 | 32 | 401 | 32 | 101 |
| Binary | 10011011 | 10001110 | 10111100 | 10010 | 11000 | 0 | 11010 | 100000001 | 11010 | 1000001 |
Color Harmonies of #9B8EBC
Complementary color
Monochromatic Colors of #9B8EBC
Black with #9B8EBC
Text Example
Text Example
White with #9B8EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8EBC; }
p { color: rgb(155,142,188); }
H1.HeaderClassName
{
color: #9B8EBC;
}
.AnyTagClassName
{
color: #9B8EBC;
}
</style>
background-color css
<style>
a { background-color: #9B8EBC; }
a { background-color: rgb(155,142,188); }
div.DivClassName
{
background-color: #9B8EBC;
}
.BgClassName
{
background-color: #9B8EBC;
}
</style>
border-color css
<style>
span { border-color: #9B8EBC; }
span { border-color: rgb(155,142,188); }
td.TdClassName
{
border-color: #9B8EBC;
}
.TagClassName
{
border-color: #9B8EBC;
}
</style>