Shades of Cold Purple #9D8ECA
Tints of Cold Purple #9D8ECA
RGB
CMYK
RGB Variations
Color information
#9D8ECA (or 0x9D8ECA) is known color: Cold Purple. HEX triplet: 9D, 8E and CA. RGB value is (157,142,202). Sum of RGB (Red+Green+Blue) = 157+142+202=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D8ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8ECA is #627135. Grayscale: #999999. Windows color (decimal): -6451510 or 13274781. OLE color: 13274781.
HSL color Cylindrical-coordinate representation of color #9D8ECA: hue angle of 255º 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 #9D8ECA is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 142 | 202 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.21 |
| HSL | 255º | 0.36% | 0.67% | - |
| HSV(B) | 255º | 0.3% | 0.79% | - |
| XYZ | 34.24 | 30.78 | 60.01 | - |
| YUV | 153.33 | 155.47 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 142 | 202 | 0.22 | 0.30 | 0 | 0.21 | 255 | 0.36 | 0.67 |
| Hex | 9D | 8E | CA | 16 | 1E | 0 | 15 | FF | 24 | 43 |
| Octal | 235 | 216 | 312 | 26 | 36 | 0 | 25 | 377 | 44 | 103 |
| Binary | 10011101 | 10001110 | 11001010 | 10110 | 11110 | 0 | 10101 | 11111111 | 100100 | 1000011 |
Color Harmonies of #9D8ECA
Complementary color
Monochromatic Colors of #9D8ECA
Black with #9D8ECA
Text Example
Text Example
White with #9D8ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8ECA; }
p { color: rgb(157,142,202); }
H1.HeaderClassName
{
color: #9D8ECA;
}
.AnyTagClassName
{
color: #9D8ECA;
}
</style>
background-color css
<style>
a { background-color: #9D8ECA; }
a { background-color: rgb(157,142,202); }
div.DivClassName
{
background-color: #9D8ECA;
}
.BgClassName
{
background-color: #9D8ECA;
}
</style>
border-color css
<style>
span { border-color: #9D8ECA; }
span { border-color: rgb(157,142,202); }
td.TdClassName
{
border-color: #9D8ECA;
}
.TagClassName
{
border-color: #9D8ECA;
}
</style>