Shades of Cold Purple #9A8ECA
Tints of Cold Purple #9A8ECA
RGB
CMYK
RGB Variations
Color information
#9A8ECA (or 0x9A8ECA) is known color: Cold Purple. HEX triplet: 9A, 8E and CA. RGB value is (154,142,202). Sum of RGB (Red+Green+Blue) = 154+142+202=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A8ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8ECA is #657135. Grayscale: #989898. Windows color (decimal): -6648118 or 13274778. OLE color: 13274778.
HSL color Cylindrical-coordinate representation of color #9A8ECA: hue angle of 252º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A8ECA is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 142 | 202 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.21 |
| HSL | 252º | 0.36% | 0.67% | - |
| HSV(B) | 252º | 0.3% | 0.79% | - |
| XYZ | 33.66 | 30.48 | 59.99 | - |
| YUV | 152.43 | 155.98 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 142 | 202 | 0.24 | 0.30 | 0 | 0.21 | 252 | 0.36 | 0.67 |
| Hex | 9A | 8E | CA | 18 | 1E | 0 | 15 | FC | 24 | 43 |
| Octal | 232 | 216 | 312 | 30 | 36 | 0 | 25 | 374 | 44 | 103 |
| Binary | 10011010 | 10001110 | 11001010 | 11000 | 11110 | 0 | 10101 | 11111100 | 100100 | 1000011 |
Color Harmonies of #9A8ECA
Complementary color
Monochromatic Colors of #9A8ECA
Black with #9A8ECA
Text Example
Text Example
White with #9A8ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8ECA; }
p { color: rgb(154,142,202); }
H1.HeaderClassName
{
color: #9A8ECA;
}
.AnyTagClassName
{
color: #9A8ECA;
}
</style>
background-color css
<style>
a { background-color: #9A8ECA; }
a { background-color: rgb(154,142,202); }
div.DivClassName
{
background-color: #9A8ECA;
}
.BgClassName
{
background-color: #9A8ECA;
}
</style>
border-color css
<style>
span { border-color: #9A8ECA; }
span { border-color: rgb(154,142,202); }
td.TdClassName
{
border-color: #9A8ECA;
}
.TagClassName
{
border-color: #9A8ECA;
}
</style>