Shades of Cold Purple #9E7FC1
Tints of Cold Purple #9E7FC1
RGB
CMYK
RGB Variations
Color information
#9E7FC1 (or 0x9E7FC1) is known color: Cold Purple. HEX triplet: 9E, 7F and C1. RGB value is (158,127,193). Sum of RGB (Red+Green+Blue) = 158+127+193=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E7FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7FC1 is #61803E. Grayscale: #8F8F8F. Windows color (decimal): -6389823 or 12681118. OLE color: 12681118.
HSL color Cylindrical-coordinate representation of color #9E7FC1: hue angle of 268.18º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E7FC1 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 127 | 193 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.24 |
| HSL | 268.18º | 0.35% | 0.63% | - |
| HSV(B) | 268.18º | 0.34% | 0.76% | - |
| XYZ | 31.32 | 26.3 | 53.88 | - |
| YUV | 143.79 | 155.77 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 127 | 193 | 0.18 | 0.34 | 0 | 0.24 | 268.18 | 0.35 | 0.63 |
| Hex | 9E | 7F | C1 | 12 | 22 | 0 | 18 | 10C | 23 | 3F |
| Octal | 236 | 177 | 301 | 22 | 42 | 0 | 30 | 414 | 43 | 77 |
| Binary | 10011110 | 1111111 | 11000001 | 10010 | 100010 | 0 | 11000 | 100001100 | 100011 | 111111 |
Color Harmonies of #9E7FC1
Complementary color
Monochromatic Colors of #9E7FC1
Black with #9E7FC1
Text Example
Text Example
White with #9E7FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7FC1; }
p { color: rgb(158,127,193); }
H1.HeaderClassName
{
color: #9E7FC1;
}
.AnyTagClassName
{
color: #9E7FC1;
}
</style>
background-color css
<style>
a { background-color: #9E7FC1; }
a { background-color: rgb(158,127,193); }
div.DivClassName
{
background-color: #9E7FC1;
}
.BgClassName
{
background-color: #9E7FC1;
}
</style>
border-color css
<style>
span { border-color: #9E7FC1; }
span { border-color: rgb(158,127,193); }
td.TdClassName
{
border-color: #9E7FC1;
}
.TagClassName
{
border-color: #9E7FC1;
}
</style>