Shades of Medium Purple #9355EE
Tints of Medium Purple #9355EE
RGB
CMYK
RGB Variations
Color information
#9355EE (or 0x9355EE) is known color: Medium Purple. HEX triplet: 93, 55 and EE. RGB value is (147,85,238). Sum of RGB (Red+Green+Blue) = 147+85+238=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #9355EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9355EE is #6CAA11. Grayscale: #787878. Windows color (decimal): -7121426 or 15619475. OLE color: 15619475.
HSL color Cylindrical-coordinate representation of color #9355EE: hue angle of 264.31º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9355EE is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 85 | 238 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.07 |
| HSL | 264.31º | 0.82% | 0.63% | - |
| HSV(B) | 264.31º | 0.64% | 0.93% | - |
| XYZ | 30.71 | 18.87 | 82.91 | - |
| YUV | 120.98 | 194.04 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 238 | 0.38 | 0.64 | 0 | 0.07 | 264.31 | 0.82 | 0.63 |
| Hex | 93 | 55 | EE | 26 | 40 | 0 | 7 | 108 | 52 | 3F |
| Octal | 223 | 125 | 356 | 46 | 100 | 0 | 7 | 410 | 122 | 77 |
| Binary | 10010011 | 1010101 | 11101110 | 100110 | 1000000 | 0 | 111 | 100001000 | 1010010 | 111111 |
Color Harmonies of #9355EE
Complementary color
Monochromatic Colors of #9355EE
Black with #9355EE
Text Example
Text Example
White with #9355EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9355EE; }
p { color: rgb(147,85,238); }
H1.HeaderClassName
{
color: #9355EE;
}
.AnyTagClassName
{
color: #9355EE;
}
</style>
background-color css
<style>
a { background-color: #9355EE; }
a { background-color: rgb(147,85,238); }
div.DivClassName
{
background-color: #9355EE;
}
.BgClassName
{
background-color: #9355EE;
}
</style>
border-color css
<style>
span { border-color: #9355EE; }
span { border-color: rgb(147,85,238); }
td.TdClassName
{
border-color: #9355EE;
}
.TagClassName
{
border-color: #9355EE;
}
</style>