Shades of Cold Purple #9A8ECC
Tints of Cold Purple #9A8ECC
RGB
CMYK
RGB Variations
Color information
#9A8ECC (or 0x9A8ECC) is known color: Cold Purple. HEX triplet: 9A, 8E and CC. RGB value is (154,142,204). Sum of RGB (Red+Green+Blue) = 154+142+204=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A8ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8ECC is #657133. Grayscale: #989898. Windows color (decimal): -6648116 or 13405850. OLE color: 13405850.
HSL color Cylindrical-coordinate representation of color #9A8ECC: hue angle of 251.61º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A8ECC is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 142 | 204 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.2 |
| HSL | 251.61º | 0.38% | 0.68% | - |
| HSV(B) | 251.61º | 0.3% | 0.8% | - |
| XYZ | 33.9 | 30.58 | 61.24 | - |
| YUV | 152.66 | 156.98 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 142 | 204 | 0.25 | 0.30 | 0 | 0.2 | 251.61 | 0.38 | 0.68 |
| Hex | 9A | 8E | CC | 19 | 1E | 0 | 14 | FC | 26 | 44 |
| Octal | 232 | 216 | 314 | 31 | 36 | 0 | 24 | 374 | 46 | 104 |
| Binary | 10011010 | 10001110 | 11001100 | 11001 | 11110 | 0 | 10100 | 11111100 | 100110 | 1000100 |
Color Harmonies of #9A8ECC
Complementary color
Monochromatic Colors of #9A8ECC
Black with #9A8ECC
Text Example
Text Example
White with #9A8ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8ECC; }
p { color: rgb(154,142,204); }
H1.HeaderClassName
{
color: #9A8ECC;
}
.AnyTagClassName
{
color: #9A8ECC;
}
</style>
background-color css
<style>
a { background-color: #9A8ECC; }
a { background-color: rgb(154,142,204); }
div.DivClassName
{
background-color: #9A8ECC;
}
.BgClassName
{
background-color: #9A8ECC;
}
</style>
border-color css
<style>
span { border-color: #9A8ECC; }
span { border-color: rgb(154,142,204); }
td.TdClassName
{
border-color: #9A8ECC;
}
.TagClassName
{
border-color: #9A8ECC;
}
</style>