Shades of Medium Purple #9380DD
Tints of Medium Purple #9380DD
RGB
CMYK
RGB Variations
Color information
#9380DD (or 0x9380DD) is known color: Medium Purple. HEX triplet: 93, 80 and DD. RGB value is (147,128,221). Sum of RGB (Red+Green+Blue) = 147+128+221=496 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.64% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #9380DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9380DD is #6C7F22. Grayscale: #8F8F8F. Windows color (decimal): -7110435 or 14516371. OLE color: 14516371.
HSL color Cylindrical-coordinate representation of color #9380DD: hue angle of 252.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9380DD is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 128 | 221 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.13 |
| HSL | 252.26º | 0.58% | 0.68% | - |
| HSV(B) | 252.26º | 0.42% | 0.87% | - |
| XYZ | 32.8 | 26.86 | 71.86 | - |
| YUV | 144.28 | 171.29 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 128 | 221 | 0.33 | 0.42 | 0 | 0.13 | 252.26 | 0.58 | 0.68 |
| Hex | 93 | 80 | DD | 21 | 2A | 0 | D | FC | 3A | 44 |
| Octal | 223 | 200 | 335 | 41 | 52 | 0 | 15 | 374 | 72 | 104 |
| Binary | 10010011 | 10000000 | 11011101 | 100001 | 101010 | 0 | 1101 | 11111100 | 111010 | 1000100 |
Color Harmonies of #9380DD
Complementary color
Monochromatic Colors of #9380DD
Black with #9380DD
Text Example
Text Example
White with #9380DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9380DD; }
p { color: rgb(147,128,221); }
H1.HeaderClassName
{
color: #9380DD;
}
.AnyTagClassName
{
color: #9380DD;
}
</style>
background-color css
<style>
a { background-color: #9380DD; }
a { background-color: rgb(147,128,221); }
div.DivClassName
{
background-color: #9380DD;
}
.BgClassName
{
background-color: #9380DD;
}
</style>
border-color css
<style>
span { border-color: #9380DD; }
span { border-color: rgb(147,128,221); }
td.TdClassName
{
border-color: #9380DD;
}
.TagClassName
{
border-color: #9380DD;
}
</style>