Shades of Cold Purple #9E7EC8
Tints of Cold Purple #9E7EC8
RGB
CMYK
RGB Variations
Color information
#9E7EC8 (or 0x9E7EC8) is known color: Cold Purple. HEX triplet: 9E, 7E and C8. RGB value is (158,126,200). Sum of RGB (Red+Green+Blue) = 158+126+200=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 200 (78.52% from 255 or 41.32% from 484); Max value from RGB is 200 - color contains mainly: blue. Hex color #9E7EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7EC8 is #618137. Grayscale: #8F8F8F. Windows color (decimal): -6390072 or 13139614. OLE color: 13139614.
HSL color Cylindrical-coordinate representation of color #9E7EC8: hue angle of 265.95º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E7EC8 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 126 | 200 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.22 |
| HSL | 265.95º | 0.4% | 0.64% | - |
| HSV(B) | 265.95º | 0.37% | 0.78% | - |
| XYZ | 31.99 | 26.36 | 58.05 | - |
| YUV | 144 | 159.6 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 126 | 200 | 0.21 | 0.37 | 0 | 0.22 | 265.95 | 0.4 | 0.64 |
| Hex | 9E | 7E | C8 | 15 | 25 | 0 | 16 | 10A | 28 | 40 |
| Octal | 236 | 176 | 310 | 25 | 45 | 0 | 26 | 412 | 50 | 100 |
| Binary | 10011110 | 1111110 | 11001000 | 10101 | 100101 | 0 | 10110 | 100001010 | 101000 | 1000000 |
Color Harmonies of #9E7EC8
Complementary color
Monochromatic Colors of #9E7EC8
Black with #9E7EC8
Text Example
Text Example
White with #9E7EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7EC8; }
p { color: rgb(158,126,200); }
H1.HeaderClassName
{
color: #9E7EC8;
}
.AnyTagClassName
{
color: #9E7EC8;
}
</style>
background-color css
<style>
a { background-color: #9E7EC8; }
a { background-color: rgb(158,126,200); }
div.DivClassName
{
background-color: #9E7EC8;
}
.BgClassName
{
background-color: #9E7EC8;
}
</style>
border-color css
<style>
span { border-color: #9E7EC8; }
span { border-color: rgb(158,126,200); }
td.TdClassName
{
border-color: #9E7EC8;
}
.TagClassName
{
border-color: #9E7EC8;
}
</style>