Shades of Cold Purple #9C8ECA
Tints of Cold Purple #9C8ECA
RGB
CMYK
RGB Variations
Color information
#9C8ECA (or 0x9C8ECA) is known color: Cold Purple. HEX triplet: 9C, 8E and CA. RGB value is (156,142,202). Sum of RGB (Red+Green+Blue) = 156+142+202=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C8ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8ECA is #637135. Grayscale: #989898. Windows color (decimal): -6517046 or 13274780. OLE color: 13274780.
HSL color Cylindrical-coordinate representation of color #9C8ECA: hue angle of 254º 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 #9C8ECA is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 142 | 202 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.21 |
| HSL | 254º | 0.36% | 0.67% | - |
| HSV(B) | 254º | 0.3% | 0.79% | - |
| XYZ | 34.04 | 30.68 | 60 | - |
| YUV | 153.03 | 155.64 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 142 | 202 | 0.23 | 0.30 | 0 | 0.21 | 254 | 0.36 | 0.67 |
| Hex | 9C | 8E | CA | 17 | 1E | 0 | 15 | FE | 24 | 43 |
| Octal | 234 | 216 | 312 | 27 | 36 | 0 | 25 | 376 | 44 | 103 |
| Binary | 10011100 | 10001110 | 11001010 | 10111 | 11110 | 0 | 10101 | 11111110 | 100100 | 1000011 |
Color Harmonies of #9C8ECA
Complementary color
Monochromatic Colors of #9C8ECA
Black with #9C8ECA
Text Example
Text Example
White with #9C8ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8ECA; }
p { color: rgb(156,142,202); }
H1.HeaderClassName
{
color: #9C8ECA;
}
.AnyTagClassName
{
color: #9C8ECA;
}
</style>
background-color css
<style>
a { background-color: #9C8ECA; }
a { background-color: rgb(156,142,202); }
div.DivClassName
{
background-color: #9C8ECA;
}
.BgClassName
{
background-color: #9C8ECA;
}
</style>
border-color css
<style>
span { border-color: #9C8ECA; }
span { border-color: rgb(156,142,202); }
td.TdClassName
{
border-color: #9C8ECA;
}
.TagClassName
{
border-color: #9C8ECA;
}
</style>