Shades of Cold Purple #9E7FCD
Tints of Cold Purple #9E7FCD
RGB
CMYK
RGB Variations
Color information
#9E7FCD (or 0x9E7FCD) is known color: Cold Purple. HEX triplet: 9E, 7F and CD. RGB value is (158,127,205). Sum of RGB (Red+Green+Blue) = 158+127+205=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E7FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7FCD is #618032. Grayscale: #909090. Windows color (decimal): -6389811 or 13467550. OLE color: 13467550.
HSL color Cylindrical-coordinate representation of color #9E7FCD: hue angle of 263.85º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E7FCD is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 127 | 205 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.20 |
| HSL | 263.85º | 0.44% | 0.65% | - |
| HSV(B) | 263.85º | 0.38% | 0.8% | - |
| XYZ | 32.71 | 26.86 | 61.22 | - |
| YUV | 145.16 | 161.77 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 127 | 205 | 0.23 | 0.38 | 0 | 0.20 | 263.85 | 0.44 | 0.65 |
| Hex | 9E | 7F | CD | 17 | 26 | 0 | 14 | 108 | 2C | 41 |
| Octal | 236 | 177 | 315 | 27 | 46 | 0 | 24 | 410 | 54 | 101 |
| Binary | 10011110 | 1111111 | 11001101 | 10111 | 100110 | 0 | 10100 | 100001000 | 101100 | 1000001 |
Color Harmonies of #9E7FCD
Complementary color
Monochromatic Colors of #9E7FCD
Black with #9E7FCD
Text Example
Text Example
White with #9E7FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7FCD; }
p { color: rgb(158,127,205); }
H1.HeaderClassName
{
color: #9E7FCD;
}
.AnyTagClassName
{
color: #9E7FCD;
}
</style>
background-color css
<style>
a { background-color: #9E7FCD; }
a { background-color: rgb(158,127,205); }
div.DivClassName
{
background-color: #9E7FCD;
}
.BgClassName
{
background-color: #9E7FCD;
}
</style>
border-color css
<style>
span { border-color: #9E7FCD; }
span { border-color: rgb(158,127,205); }
td.TdClassName
{
border-color: #9E7FCD;
}
.TagClassName
{
border-color: #9E7FCD;
}
</style>