Shades of Medium Purple #935AEC
Tints of Medium Purple #935AEC
RGB
CMYK
RGB Variations
Color information
#935AEC (or 0x935AEC) is known color: Medium Purple. HEX triplet: 93, 5A and EC. RGB value is (147,90,236). Sum of RGB (Red+Green+Blue) = 147+90+236=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #935AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935AEC is #6CA513. Grayscale: #7B7B7B. Windows color (decimal): -7120148 or 15489683. OLE color: 15489683.
HSL color Cylindrical-coordinate representation of color #935AEC: hue angle of 263.42º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #935AEC is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 90 | 236 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.07 |
| HSL | 263.42º | 0.79% | 0.64% | - |
| HSV(B) | 263.42º | 0.62% | 0.93% | - |
| XYZ | 30.83 | 19.57 | 81.51 | - |
| YUV | 123.69 | 191.38 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 236 | 0.38 | 0.62 | 0 | 0.07 | 263.42 | 0.79 | 0.64 |
| Hex | 93 | 5A | EC | 26 | 3E | 0 | 7 | 107 | 4F | 40 |
| Octal | 223 | 132 | 354 | 46 | 76 | 0 | 7 | 407 | 117 | 100 |
| Binary | 10010011 | 1011010 | 11101100 | 100110 | 111110 | 0 | 111 | 100000111 | 1001111 | 1000000 |
Color Harmonies of #935AEC
Complementary color
Monochromatic Colors of #935AEC
Black with #935AEC
Text Example
Text Example
White with #935AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935AEC; }
p { color: rgb(147,90,236); }
H1.HeaderClassName
{
color: #935AEC;
}
.AnyTagClassName
{
color: #935AEC;
}
</style>
background-color css
<style>
a { background-color: #935AEC; }
a { background-color: rgb(147,90,236); }
div.DivClassName
{
background-color: #935AEC;
}
.BgClassName
{
background-color: #935AEC;
}
</style>
border-color css
<style>
span { border-color: #935AEC; }
span { border-color: rgb(147,90,236); }
td.TdClassName
{
border-color: #935AEC;
}
.TagClassName
{
border-color: #935AEC;
}
</style>