Shades of Medium Purple #9380ED
Tints of Medium Purple #9380ED
RGB
CMYK
RGB Variations
Color information
#9380ED (or 0x9380ED) is known color: Medium Purple. HEX triplet: 93, 80 and ED. RGB value is (147,128,237). Sum of RGB (Red+Green+Blue) = 147+128+237=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #9380ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9380ED is #6C7F12. Grayscale: #919191. Windows color (decimal): -7110419 or 15564947. OLE color: 15564947.
HSL color Cylindrical-coordinate representation of color #9380ED: hue angle of 250.46º 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 #9380ED is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 128 | 237 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.07 |
| HSL | 250.46º | 0.75% | 0.72% | - |
| HSV(B) | 250.46º | 0.46% | 0.93% | - |
| XYZ | 35.04 | 27.76 | 83.63 | - |
| YUV | 146.11 | 179.29 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 128 | 237 | 0.38 | 0.46 | 0 | 0.07 | 250.46 | 0.75 | 0.72 |
| Hex | 93 | 80 | ED | 26 | 2E | 0 | 7 | FA | 4B | 48 |
| Octal | 223 | 200 | 355 | 46 | 56 | 0 | 7 | 372 | 113 | 110 |
| Binary | 10010011 | 10000000 | 11101101 | 100110 | 101110 | 0 | 111 | 11111010 | 1001011 | 1001000 |
Color Harmonies of #9380ED
Complementary color
Monochromatic Colors of #9380ED
Black with #9380ED
Text Example
Text Example
White with #9380ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9380ED; }
p { color: rgb(147,128,237); }
H1.HeaderClassName
{
color: #9380ED;
}
.AnyTagClassName
{
color: #9380ED;
}
</style>
background-color css
<style>
a { background-color: #9380ED; }
a { background-color: rgb(147,128,237); }
div.DivClassName
{
background-color: #9380ED;
}
.BgClassName
{
background-color: #9380ED;
}
</style>
border-color css
<style>
span { border-color: #9380ED; }
span { border-color: rgb(147,128,237); }
td.TdClassName
{
border-color: #9380ED;
}
.TagClassName
{
border-color: #9380ED;
}
</style>