Shades of Medium Purple #9355E4
Tints of Medium Purple #9355E4
RGB
CMYK
RGB Variations
Color information
#9355E4 (or 0x9355E4) is known color: Medium Purple. HEX triplet: 93, 55 and E4. RGB value is (147,85,228). Sum of RGB (Red+Green+Blue) = 147+85+228=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 228 (89.45% from 255 or 49.57% from 460); Max value from RGB is 228 - color contains mainly: blue. Hex color #9355E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9355E4 is #6CAA1B. Grayscale: #777777. Windows color (decimal): -7121436 or 14964115. OLE color: 14964115.
HSL color Cylindrical-coordinate representation of color #9355E4: hue angle of 266.01º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9355E4 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 85 | 228 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.11 |
| HSL | 266.01º | 0.73% | 0.61% | - |
| HSV(B) | 266.01º | 0.63% | 0.89% | - |
| XYZ | 29.28 | 18.3 | 75.39 | - |
| YUV | 119.84 | 189.04 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 228 | 0.36 | 0.63 | 0 | 0.11 | 266.01 | 0.73 | 0.61 |
| Hex | 93 | 55 | E4 | 24 | 3F | 0 | B | 10A | 49 | 3D |
| Octal | 223 | 125 | 344 | 44 | 77 | 0 | 13 | 412 | 111 | 75 |
| Binary | 10010011 | 1010101 | 11100100 | 100100 | 111111 | 0 | 1011 | 100001010 | 1001001 | 111101 |
Color Harmonies of #9355E4
Complementary color
Monochromatic Colors of #9355E4
Black with #9355E4
Text Example
Text Example
White with #9355E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9355E4; }
p { color: rgb(147,85,228); }
H1.HeaderClassName
{
color: #9355E4;
}
.AnyTagClassName
{
color: #9355E4;
}
</style>
background-color css
<style>
a { background-color: #9355E4; }
a { background-color: rgb(147,85,228); }
div.DivClassName
{
background-color: #9355E4;
}
.BgClassName
{
background-color: #9355E4;
}
</style>
border-color css
<style>
span { border-color: #9355E4; }
span { border-color: rgb(147,85,228); }
td.TdClassName
{
border-color: #9355E4;
}
.TagClassName
{
border-color: #9355E4;
}
</style>