Shades of Medium Purple #945EEB
Tints of Medium Purple #945EEB
RGB
CMYK
RGB Variations
Color information
#945EEB (or 0x945EEB) is known color: Medium Purple. HEX triplet: 94, 5E and EB. RGB value is (148,94,235). Sum of RGB (Red+Green+Blue) = 148+94+235=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #945EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945EEB is #6BA114. Grayscale: #7D7D7D. Windows color (decimal): -7053589 or 15425172. OLE color: 15425172.
HSL color Cylindrical-coordinate representation of color #945EEB: hue angle of 262.98º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #945EEB is Cyan = 0.37, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 94 | 235 | - |
| CMYK | 0.37 | 0.6 | 0 | 0.08 |
| HSL | 262.98º | 0.78% | 0.65% | - |
| HSV(B) | 262.98º | 0.6% | 0.92% | - |
| XYZ | 31.21 | 20.3 | 80.87 | - |
| YUV | 126.22 | 189.39 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 94 | 235 | 0.37 | 0.6 | 0 | 0.08 | 262.98 | 0.78 | 0.65 |
| Hex | 94 | 5E | EB | 25 | 3C | 0 | 8 | 107 | 4E | 41 |
| Octal | 224 | 136 | 353 | 45 | 74 | 0 | 10 | 407 | 116 | 101 |
| Binary | 10010100 | 1011110 | 11101011 | 100101 | 111100 | 0 | 1000 | 100000111 | 1001110 | 1000001 |
Color Harmonies of #945EEB
Complementary color
Monochromatic Colors of #945EEB
Black with #945EEB
Text Example
Text Example
White with #945EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945EEB; }
p { color: rgb(148,94,235); }
H1.HeaderClassName
{
color: #945EEB;
}
.AnyTagClassName
{
color: #945EEB;
}
</style>
background-color css
<style>
a { background-color: #945EEB; }
a { background-color: rgb(148,94,235); }
div.DivClassName
{
background-color: #945EEB;
}
.BgClassName
{
background-color: #945EEB;
}
</style>
border-color css
<style>
span { border-color: #945EEB; }
span { border-color: rgb(148,94,235); }
td.TdClassName
{
border-color: #945EEB;
}
.TagClassName
{
border-color: #945EEB;
}
</style>