Shades of Medium Purple #9382DA
Tints of Medium Purple #9382DA
RGB
CMYK
RGB Variations
Color information
#9382DA (or 0x9382DA) is known color: Medium Purple. HEX triplet: 93, 82 and DA. RGB value is (147,130,218). Sum of RGB (Red+Green+Blue) = 147+130+218=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #9382DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9382DA is #6C7D25. Grayscale: #909090. Windows color (decimal): -7109926 or 14320275. OLE color: 14320275.
HSL color Cylindrical-coordinate representation of color #9382DA: hue angle of 251.59º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9382DA is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 130 | 218 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.15 |
| HSL | 251.59º | 0.54% | 0.68% | - |
| HSV(B) | 251.59º | 0.4% | 0.85% | - |
| XYZ | 32.67 | 27.23 | 69.86 | - |
| YUV | 145.12 | 169.13 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 130 | 218 | 0.33 | 0.40 | 0 | 0.15 | 251.59 | 0.54 | 0.68 |
| Hex | 93 | 82 | DA | 21 | 28 | 0 | F | FC | 36 | 44 |
| Octal | 223 | 202 | 332 | 41 | 50 | 0 | 17 | 374 | 66 | 104 |
| Binary | 10010011 | 10000010 | 11011010 | 100001 | 101000 | 0 | 1111 | 11111100 | 110110 | 1000100 |
Color Harmonies of #9382DA
Complementary color
Monochromatic Colors of #9382DA
Black with #9382DA
Text Example
Text Example
White with #9382DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9382DA; }
p { color: rgb(147,130,218); }
H1.HeaderClassName
{
color: #9382DA;
}
.AnyTagClassName
{
color: #9382DA;
}
</style>
background-color css
<style>
a { background-color: #9382DA; }
a { background-color: rgb(147,130,218); }
div.DivClassName
{
background-color: #9382DA;
}
.BgClassName
{
background-color: #9382DA;
}
</style>
border-color css
<style>
span { border-color: #9382DA; }
span { border-color: rgb(147,130,218); }
td.TdClassName
{
border-color: #9382DA;
}
.TagClassName
{
border-color: #9382DA;
}
</style>