Shades of Cold Purple #9E7FCC
Tints of Cold Purple #9E7FCC
RGB
CMYK
RGB Variations
Color information
#9E7FCC (or 0x9E7FCC) is known color: Cold Purple. HEX triplet: 9E, 7F and CC. RGB value is (158,127,204). Sum of RGB (Red+Green+Blue) = 158+127+204=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E7FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7FCC is #618033. Grayscale: #909090. Windows color (decimal): -6389812 or 13402014. OLE color: 13402014.
HSL color Cylindrical-coordinate representation of color #9E7FCC: hue angle of 264.16º degrees, saturation: 0.43, 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 #9E7FCC is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 127 | 204 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.2 |
| HSL | 264.16º | 0.43% | 0.65% | - |
| HSV(B) | 264.16º | 0.38% | 0.8% | - |
| XYZ | 32.59 | 26.81 | 60.58 | - |
| YUV | 145.05 | 161.27 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 127 | 204 | 0.23 | 0.38 | 0 | 0.2 | 264.16 | 0.43 | 0.65 |
| Hex | 9E | 7F | CC | 17 | 26 | 0 | 14 | 108 | 2B | 41 |
| Octal | 236 | 177 | 314 | 27 | 46 | 0 | 24 | 410 | 53 | 101 |
| Binary | 10011110 | 1111111 | 11001100 | 10111 | 100110 | 0 | 10100 | 100001000 | 101011 | 1000001 |
Color Harmonies of #9E7FCC
Complementary color
Monochromatic Colors of #9E7FCC
Black with #9E7FCC
Text Example
Text Example
White with #9E7FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7FCC; }
p { color: rgb(158,127,204); }
H1.HeaderClassName
{
color: #9E7FCC;
}
.AnyTagClassName
{
color: #9E7FCC;
}
</style>
background-color css
<style>
a { background-color: #9E7FCC; }
a { background-color: rgb(158,127,204); }
div.DivClassName
{
background-color: #9E7FCC;
}
.BgClassName
{
background-color: #9E7FCC;
}
</style>
border-color css
<style>
span { border-color: #9E7FCC; }
span { border-color: rgb(158,127,204); }
td.TdClassName
{
border-color: #9E7FCC;
}
.TagClassName
{
border-color: #9E7FCC;
}
</style>