Shades of Medium Purple #9383DD
Tints of Medium Purple #9383DD
RGB
CMYK
RGB Variations
Color information
#9383DD (or 0x9383DD) is known color: Medium Purple. HEX triplet: 93, 83 and DD. RGB value is (147,131,221). Sum of RGB (Red+Green+Blue) = 147+131+221=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #9383DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9383DD is #6C7C22. Grayscale: #919191. Windows color (decimal): -7109667 or 14517139. OLE color: 14517139.
HSL color Cylindrical-coordinate representation of color #9383DD: hue angle of 250.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9383DD is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 131 | 221 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.13 |
| HSL | 250.67º | 0.57% | 0.69% | - |
| HSV(B) | 250.67º | 0.41% | 0.87% | - |
| XYZ | 33.2 | 27.66 | 71.99 | - |
| YUV | 146.04 | 170.3 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 221 | 0.33 | 0.41 | 0 | 0.13 | 250.67 | 0.57 | 0.69 |
| Hex | 93 | 83 | DD | 21 | 29 | 0 | D | FB | 39 | 45 |
| Octal | 223 | 203 | 335 | 41 | 51 | 0 | 15 | 373 | 71 | 105 |
| Binary | 10010011 | 10000011 | 11011101 | 100001 | 101001 | 0 | 1101 | 11111011 | 111001 | 1000101 |
Color Harmonies of #9383DD
Complementary color
Monochromatic Colors of #9383DD
Black with #9383DD
Text Example
Text Example
White with #9383DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9383DD; }
p { color: rgb(147,131,221); }
H1.HeaderClassName
{
color: #9383DD;
}
.AnyTagClassName
{
color: #9383DD;
}
</style>
background-color css
<style>
a { background-color: #9383DD; }
a { background-color: rgb(147,131,221); }
div.DivClassName
{
background-color: #9383DD;
}
.BgClassName
{
background-color: #9383DD;
}
</style>
border-color css
<style>
span { border-color: #9383DD; }
span { border-color: rgb(147,131,221); }
td.TdClassName
{
border-color: #9383DD;
}
.TagClassName
{
border-color: #9383DD;
}
</style>