Shades of Cold Purple #9A8ECB
Tints of Cold Purple #9A8ECB
RGB
CMYK
RGB Variations
Color information
#9A8ECB (or 0x9A8ECB) is known color: Cold Purple. HEX triplet: 9A, 8E and CB. RGB value is (154,142,203). Sum of RGB (Red+Green+Blue) = 154+142+203=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A8ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8ECB is #657134. Grayscale: #989898. Windows color (decimal): -6648117 or 13340314. OLE color: 13340314.
HSL color Cylindrical-coordinate representation of color #9A8ECB: hue angle of 251.8º degrees, saturation: 0.37, 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 #9A8ECB is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 142 | 203 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.20 |
| HSL | 251.8º | 0.37% | 0.68% | - |
| HSV(B) | 251.8º | 0.3% | 0.8% | - |
| XYZ | 33.78 | 30.53 | 60.61 | - |
| YUV | 152.54 | 156.48 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 142 | 203 | 0.24 | 0.30 | 0 | 0.20 | 251.8 | 0.37 | 0.68 |
| Hex | 9A | 8E | CB | 18 | 1E | 0 | 14 | FC | 25 | 44 |
| Octal | 232 | 216 | 313 | 30 | 36 | 0 | 24 | 374 | 45 | 104 |
| Binary | 10011010 | 10001110 | 11001011 | 11000 | 11110 | 0 | 10100 | 11111100 | 100101 | 1000100 |
Color Harmonies of #9A8ECB
Complementary color
Monochromatic Colors of #9A8ECB
Black with #9A8ECB
Text Example
Text Example
White with #9A8ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8ECB; }
p { color: rgb(154,142,203); }
H1.HeaderClassName
{
color: #9A8ECB;
}
.AnyTagClassName
{
color: #9A8ECB;
}
</style>
background-color css
<style>
a { background-color: #9A8ECB; }
a { background-color: rgb(154,142,203); }
div.DivClassName
{
background-color: #9A8ECB;
}
.BgClassName
{
background-color: #9A8ECB;
}
</style>
border-color css
<style>
span { border-color: #9A8ECB; }
span { border-color: rgb(154,142,203); }
td.TdClassName
{
border-color: #9A8ECB;
}
.TagClassName
{
border-color: #9A8ECB;
}
</style>