Shades of Medium Purple #9373DA
Tints of Medium Purple #9373DA
RGB
CMYK
RGB Variations
Color information
#9373DA (or 0x9373DA) is known color: Medium Purple. HEX triplet: 93, 73 and DA. RGB value is (147,115,218). Sum of RGB (Red+Green+Blue) = 147+115+218=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #9373DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9373DA is #6C8C25. Grayscale: #878787. Windows color (decimal): -7113766 or 14316435. OLE color: 14316435.
HSL color Cylindrical-coordinate representation of color #9373DA: hue angle of 258.64º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9373DA is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 115 | 218 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.15 |
| HSL | 258.64º | 0.58% | 0.65% | - |
| HSV(B) | 258.64º | 0.47% | 0.85% | - |
| XYZ | 30.82 | 23.53 | 69.25 | - |
| YUV | 136.31 | 174.1 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 115 | 218 | 0.33 | 0.47 | 0 | 0.15 | 258.64 | 0.58 | 0.65 |
| Hex | 93 | 73 | DA | 21 | 2F | 0 | F | 103 | 3A | 41 |
| Octal | 223 | 163 | 332 | 41 | 57 | 0 | 17 | 403 | 72 | 101 |
| Binary | 10010011 | 1110011 | 11011010 | 100001 | 101111 | 0 | 1111 | 100000011 | 111010 | 1000001 |
Color Harmonies of #9373DA
Complementary color
Monochromatic Colors of #9373DA
Black with #9373DA
Text Example
Text Example
White with #9373DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9373DA; }
p { color: rgb(147,115,218); }
H1.HeaderClassName
{
color: #9373DA;
}
.AnyTagClassName
{
color: #9373DA;
}
</style>
background-color css
<style>
a { background-color: #9373DA; }
a { background-color: rgb(147,115,218); }
div.DivClassName
{
background-color: #9373DA;
}
.BgClassName
{
background-color: #9373DA;
}
</style>
border-color css
<style>
span { border-color: #9373DA; }
span { border-color: rgb(147,115,218); }
td.TdClassName
{
border-color: #9373DA;
}
.TagClassName
{
border-color: #9373DA;
}
</style>