Shades of Medium Purple #935AE8
Tints of Medium Purple #935AE8
RGB
CMYK
RGB Variations
Color information
#935AE8 (or 0x935AE8) is known color: Medium Purple. HEX triplet: 93, 5A and E8. RGB value is (147,90,232). Sum of RGB (Red+Green+Blue) = 147+90+232=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 232 (91.02% from 255 or 49.47% from 469); Max value from RGB is 232 - color contains mainly: blue. Hex color #935AE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935AE8 is #6CA517. Grayscale: #7A7A7A. Windows color (decimal): -7120152 or 15227539. OLE color: 15227539.
HSL color Cylindrical-coordinate representation of color #935AE8: hue angle of 264.08º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #935AE8 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 90 | 232 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.09 |
| HSL | 264.08º | 0.76% | 0.63% | - |
| HSV(B) | 264.08º | 0.61% | 0.91% | - |
| XYZ | 30.25 | 19.34 | 78.48 | - |
| YUV | 123.23 | 189.38 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 232 | 0.37 | 0.61 | 0 | 0.09 | 264.08 | 0.76 | 0.63 |
| Hex | 93 | 5A | E8 | 25 | 3D | 0 | 9 | 108 | 4C | 3F |
| Octal | 223 | 132 | 350 | 45 | 75 | 0 | 11 | 410 | 114 | 77 |
| Binary | 10010011 | 1011010 | 11101000 | 100101 | 111101 | 0 | 1001 | 100001000 | 1001100 | 111111 |
Color Harmonies of #935AE8
Complementary color
Monochromatic Colors of #935AE8
Black with #935AE8
Text Example
Text Example
White with #935AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935AE8; }
p { color: rgb(147,90,232); }
H1.HeaderClassName
{
color: #935AE8;
}
.AnyTagClassName
{
color: #935AE8;
}
</style>
background-color css
<style>
a { background-color: #935AE8; }
a { background-color: rgb(147,90,232); }
div.DivClassName
{
background-color: #935AE8;
}
.BgClassName
{
background-color: #935AE8;
}
</style>
border-color css
<style>
span { border-color: #935AE8; }
span { border-color: rgb(147,90,232); }
td.TdClassName
{
border-color: #935AE8;
}
.TagClassName
{
border-color: #935AE8;
}
</style>