Shades of Medium Purple #946EE7
Tints of Medium Purple #946EE7
RGB
CMYK
RGB Variations
Color information
#946EE7 (or 0x946EE7) is known color: Medium Purple. HEX triplet: 94, 6E and E7. RGB value is (148,110,231). Sum of RGB (Red+Green+Blue) = 148+110+231=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 231 - color contains mainly: blue. Hex color #946EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946EE7 is #6B9118. Grayscale: #868686. Windows color (decimal): -7049497 or 15167124. OLE color: 15167124.
HSL color Cylindrical-coordinate representation of color #946EE7: hue angle of 258.84º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #946EE7 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 110 | 231 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.09 |
| HSL | 258.84º | 0.72% | 0.67% | - |
| HSV(B) | 258.84º | 0.52% | 0.91% | - |
| XYZ | 32.21 | 23.22 | 78.38 | - |
| YUV | 135.16 | 182.09 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 110 | 231 | 0.36 | 0.52 | 0 | 0.09 | 258.84 | 0.72 | 0.67 |
| Hex | 94 | 6E | E7 | 24 | 34 | 0 | 9 | 103 | 48 | 43 |
| Octal | 224 | 156 | 347 | 44 | 64 | 0 | 11 | 403 | 110 | 103 |
| Binary | 10010100 | 1101110 | 11100111 | 100100 | 110100 | 0 | 1001 | 100000011 | 1001000 | 1000011 |
Color Harmonies of #946EE7
Complementary color
Monochromatic Colors of #946EE7
Black with #946EE7
Text Example
Text Example
White with #946EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946EE7; }
p { color: rgb(148,110,231); }
H1.HeaderClassName
{
color: #946EE7;
}
.AnyTagClassName
{
color: #946EE7;
}
</style>
background-color css
<style>
a { background-color: #946EE7; }
a { background-color: rgb(148,110,231); }
div.DivClassName
{
background-color: #946EE7;
}
.BgClassName
{
background-color: #946EE7;
}
</style>
border-color css
<style>
span { border-color: #946EE7; }
span { border-color: rgb(148,110,231); }
td.TdClassName
{
border-color: #946EE7;
}
.TagClassName
{
border-color: #946EE7;
}
</style>