Shades of Medium Purple #9381ED
Tints of Medium Purple #9381ED
RGB
CMYK
RGB Variations
Color information
#9381ED (or 0x9381ED) is known color: Medium Purple. HEX triplet: 93, 81 and ED. RGB value is (147,129,237). Sum of RGB (Red+Green+Blue) = 147+129+237=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #9381ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9381ED is #6C7E12. Grayscale: #929292. Windows color (decimal): -7110163 or 15565203. OLE color: 15565203.
HSL color Cylindrical-coordinate representation of color #9381ED: hue angle of 250º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9381ED is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 129 | 237 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.07 |
| HSL | 250º | 0.75% | 0.72% | - |
| HSV(B) | 250º | 0.46% | 0.93% | - |
| XYZ | 35.17 | 28.02 | 83.68 | - |
| YUV | 146.69 | 178.96 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 129 | 237 | 0.38 | 0.46 | 0 | 0.07 | 250 | 0.75 | 0.72 |
| Hex | 93 | 81 | ED | 26 | 2E | 0 | 7 | FA | 4B | 48 |
| Octal | 223 | 201 | 355 | 46 | 56 | 0 | 7 | 372 | 113 | 110 |
| Binary | 10010011 | 10000001 | 11101101 | 100110 | 101110 | 0 | 111 | 11111010 | 1001011 | 1001000 |
Color Harmonies of #9381ED
Complementary color
Monochromatic Colors of #9381ED
Black with #9381ED
Text Example
Text Example
White with #9381ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9381ED; }
p { color: rgb(147,129,237); }
H1.HeaderClassName
{
color: #9381ED;
}
.AnyTagClassName
{
color: #9381ED;
}
</style>
background-color css
<style>
a { background-color: #9381ED; }
a { background-color: rgb(147,129,237); }
div.DivClassName
{
background-color: #9381ED;
}
.BgClassName
{
background-color: #9381ED;
}
</style>
border-color css
<style>
span { border-color: #9381ED; }
span { border-color: rgb(147,129,237); }
td.TdClassName
{
border-color: #9381ED;
}
.TagClassName
{
border-color: #9381ED;
}
</style>