Shades of Cold Purple #9A8EBC
Tints of Cold Purple #9A8EBC
RGB
CMYK
RGB Variations
Color information
#9A8EBC (or 0x9A8EBC) is known color: Cold Purple. HEX triplet: 9A, 8E and BC. RGB value is (154,142,188). Sum of RGB (Red+Green+Blue) = 154+142+188=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A8EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8EBC is #657143. Grayscale: #969696. Windows color (decimal): -6648132 or 12357274. OLE color: 12357274.
HSL color Cylindrical-coordinate representation of color #9A8EBC: hue angle of 255.65º 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 #9A8EBC is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 142 | 188 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.26 |
| HSL | 255.65º | 0.26% | 0.65% | - |
| HSV(B) | 255.65º | 0.24% | 0.74% | - |
| XYZ | 32.08 | 29.85 | 51.65 | - |
| YUV | 150.83 | 148.98 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 142 | 188 | 0.18 | 0.24 | 0 | 0.26 | 255.65 | 0.26 | 0.65 |
| Hex | 9A | 8E | BC | 12 | 18 | 0 | 1A | 100 | 1A | 41 |
| Octal | 232 | 216 | 274 | 22 | 30 | 0 | 32 | 400 | 32 | 101 |
| Binary | 10011010 | 10001110 | 10111100 | 10010 | 11000 | 0 | 11010 | 100000000 | 11010 | 1000001 |
Color Harmonies of #9A8EBC
Complementary color
Monochromatic Colors of #9A8EBC
Black with #9A8EBC
Text Example
Text Example
White with #9A8EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8EBC; }
p { color: rgb(154,142,188); }
H1.HeaderClassName
{
color: #9A8EBC;
}
.AnyTagClassName
{
color: #9A8EBC;
}
</style>
background-color css
<style>
a { background-color: #9A8EBC; }
a { background-color: rgb(154,142,188); }
div.DivClassName
{
background-color: #9A8EBC;
}
.BgClassName
{
background-color: #9A8EBC;
}
</style>
border-color css
<style>
span { border-color: #9A8EBC; }
span { border-color: rgb(154,142,188); }
td.TdClassName
{
border-color: #9A8EBC;
}
.TagClassName
{
border-color: #9A8EBC;
}
</style>