Shades of Medium Purple #9384DA
Tints of Medium Purple #9384DA
RGB
CMYK
RGB Variations
Color information
#9384DA (or 0x9384DA) is known color: Medium Purple. HEX triplet: 93, 84 and DA. RGB value is (147,132,218). Sum of RGB (Red+Green+Blue) = 147+132+218=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #9384DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9384DA is #6C7B25. Grayscale: #919191. Windows color (decimal): -7109414 or 14320787. OLE color: 14320787.
HSL color Cylindrical-coordinate representation of color #9384DA: hue angle of 250.47º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9384DA is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 132 | 218 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.15 |
| HSL | 250.47º | 0.54% | 0.69% | - |
| HSV(B) | 250.47º | 0.39% | 0.85% | - |
| XYZ | 32.94 | 27.77 | 69.95 | - |
| YUV | 146.29 | 168.47 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 132 | 218 | 0.33 | 0.39 | 0 | 0.15 | 250.47 | 0.54 | 0.69 |
| Hex | 93 | 84 | DA | 21 | 27 | 0 | F | FA | 36 | 45 |
| Octal | 223 | 204 | 332 | 41 | 47 | 0 | 17 | 372 | 66 | 105 |
| Binary | 10010011 | 10000100 | 11011010 | 100001 | 100111 | 0 | 1111 | 11111010 | 110110 | 1000101 |
Color Harmonies of #9384DA
Complementary color
Monochromatic Colors of #9384DA
Black with #9384DA
Text Example
Text Example
White with #9384DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9384DA; }
p { color: rgb(147,132,218); }
H1.HeaderClassName
{
color: #9384DA;
}
.AnyTagClassName
{
color: #9384DA;
}
</style>
background-color css
<style>
a { background-color: #9384DA; }
a { background-color: rgb(147,132,218); }
div.DivClassName
{
background-color: #9384DA;
}
.BgClassName
{
background-color: #9384DA;
}
</style>
border-color css
<style>
span { border-color: #9384DA; }
span { border-color: rgb(147,132,218); }
td.TdClassName
{
border-color: #9384DA;
}
.TagClassName
{
border-color: #9384DA;
}
</style>