Shades of Medium Purple #945EDE
Tints of Medium Purple #945EDE
RGB
CMYK
RGB Variations
Color information
#945EDE (or 0x945EDE) is known color: Medium Purple. HEX triplet: 94, 5E and DE. RGB value is (148,94,222). Sum of RGB (Red+Green+Blue) = 148+94+222=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #945EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945EDE is #6BA121. Grayscale: #7C7C7C. Windows color (decimal): -7053602 or 14573204. OLE color: 14573204.
HSL color Cylindrical-coordinate representation of color #945EDE: hue angle of 265.31º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #945EDE is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 94 | 222 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.13 |
| HSL | 265.31º | 0.66% | 0.62% | - |
| HSV(B) | 265.31º | 0.58% | 0.87% | - |
| XYZ | 29.4 | 19.58 | 71.34 | - |
| YUV | 124.74 | 182.89 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 94 | 222 | 0.33 | 0.58 | 0 | 0.13 | 265.31 | 0.66 | 0.62 |
| Hex | 94 | 5E | DE | 21 | 3A | 0 | D | 109 | 42 | 3E |
| Octal | 224 | 136 | 336 | 41 | 72 | 0 | 15 | 411 | 102 | 76 |
| Binary | 10010100 | 1011110 | 11011110 | 100001 | 111010 | 0 | 1101 | 100001001 | 1000010 | 111110 |
Color Harmonies of #945EDE
Complementary color
Monochromatic Colors of #945EDE
Black with #945EDE
Text Example
Text Example
White with #945EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945EDE; }
p { color: rgb(148,94,222); }
H1.HeaderClassName
{
color: #945EDE;
}
.AnyTagClassName
{
color: #945EDE;
}
</style>
background-color css
<style>
a { background-color: #945EDE; }
a { background-color: rgb(148,94,222); }
div.DivClassName
{
background-color: #945EDE;
}
.BgClassName
{
background-color: #945EDE;
}
</style>
border-color css
<style>
span { border-color: #945EDE; }
span { border-color: rgb(148,94,222); }
td.TdClassName
{
border-color: #945EDE;
}
.TagClassName
{
border-color: #945EDE;
}
</style>