Shades of Medium Purple #9388E8
Tints of Medium Purple #9388E8
RGB
CMYK
RGB Variations
Color information
#9388E8 (or 0x9388E8) is known color: Medium Purple. HEX triplet: 93, 88 and E8. RGB value is (147,136,232). Sum of RGB (Red+Green+Blue) = 147+136+232=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 232 (91.02% from 255 or 45.05% from 515); Max value from RGB is 232 - color contains mainly: blue. Hex color #9388E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9388E8 is #6C7717. Grayscale: #959595. Windows color (decimal): -7108376 or 15239315. OLE color: 15239315.
HSL color Cylindrical-coordinate representation of color #9388E8: hue angle of 246.88º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9388E8 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 136 | 232 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.09 |
| HSL | 246.88º | 0.68% | 0.72% | - |
| HSV(B) | 246.88º | 0.41% | 0.91% | - |
| XYZ | 35.4 | 29.64 | 80.2 | - |
| YUV | 150.23 | 174.14 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 136 | 232 | 0.37 | 0.41 | 0 | 0.09 | 246.88 | 0.68 | 0.72 |
| Hex | 93 | 88 | E8 | 25 | 29 | 0 | 9 | F7 | 44 | 48 |
| Octal | 223 | 210 | 350 | 45 | 51 | 0 | 11 | 367 | 104 | 110 |
| Binary | 10010011 | 10001000 | 11101000 | 100101 | 101001 | 0 | 1001 | 11110111 | 1000100 | 1001000 |
Color Harmonies of #9388E8
Complementary color
Monochromatic Colors of #9388E8
Black with #9388E8
Text Example
Text Example
White with #9388E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9388E8; }
p { color: rgb(147,136,232); }
H1.HeaderClassName
{
color: #9388E8;
}
.AnyTagClassName
{
color: #9388E8;
}
</style>
background-color css
<style>
a { background-color: #9388E8; }
a { background-color: rgb(147,136,232); }
div.DivClassName
{
background-color: #9388E8;
}
.BgClassName
{
background-color: #9388E8;
}
</style>
border-color css
<style>
span { border-color: #9388E8; }
span { border-color: rgb(147,136,232); }
td.TdClassName
{
border-color: #9388E8;
}
.TagClassName
{
border-color: #9388E8;
}
</style>