Shades of Medium Purple #9E74DA
Tints of Medium Purple #9E74DA
RGB
CMYK
RGB Variations
Color information
#9E74DA (or 0x9E74DA) is known color: Medium Purple. HEX triplet: 9E, 74 and DA. RGB value is (158,116,218). Sum of RGB (Red+Green+Blue) = 158+116+218=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E74DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E74DA is #618B25. Grayscale: #8B8B8B. Windows color (decimal): -6392614 or 14316702. OLE color: 14316702.
HSL color Cylindrical-coordinate representation of color #9E74DA: hue angle of 264.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E74DA is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 116 | 218 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.15 |
| HSL | 264.71º | 0.58% | 0.65% | - |
| HSV(B) | 264.71º | 0.47% | 0.85% | - |
| XYZ | 33 | 24.82 | 69.38 | - |
| YUV | 140.19 | 171.91 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 116 | 218 | 0.28 | 0.47 | 0 | 0.15 | 264.71 | 0.58 | 0.65 |
| Hex | 9E | 74 | DA | 1C | 2F | 0 | F | 109 | 3A | 41 |
| Octal | 236 | 164 | 332 | 34 | 57 | 0 | 17 | 411 | 72 | 101 |
| Binary | 10011110 | 1110100 | 11011010 | 11100 | 101111 | 0 | 1111 | 100001001 | 111010 | 1000001 |
Color Harmonies of #9E74DA
Complementary color
Monochromatic Colors of #9E74DA
Black with #9E74DA
Text Example
Text Example
White with #9E74DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E74DA; }
p { color: rgb(158,116,218); }
H1.HeaderClassName
{
color: #9E74DA;
}
.AnyTagClassName
{
color: #9E74DA;
}
</style>
background-color css
<style>
a { background-color: #9E74DA; }
a { background-color: rgb(158,116,218); }
div.DivClassName
{
background-color: #9E74DA;
}
.BgClassName
{
background-color: #9E74DA;
}
</style>
border-color css
<style>
span { border-color: #9E74DA; }
span { border-color: rgb(158,116,218); }
td.TdClassName
{
border-color: #9E74DA;
}
.TagClassName
{
border-color: #9E74DA;
}
</style>