Shades of Medium Purple #9374DA
Tints of Medium Purple #9374DA
RGB
CMYK
RGB Variations
Color information
#9374DA (or 0x9374DA) is known color: Medium Purple. HEX triplet: 93, 74 and DA. RGB value is (147,116,218). Sum of RGB (Red+Green+Blue) = 147+116+218=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #9374DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9374DA is #6C8B25. Grayscale: #888888. Windows color (decimal): -7113510 or 14316691. OLE color: 14316691.
HSL color Cylindrical-coordinate representation of color #9374DA: hue angle of 258.24º 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 #9374DA is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 116 | 218 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.15 |
| HSL | 258.24º | 0.58% | 0.65% | - |
| HSV(B) | 258.24º | 0.47% | 0.85% | - |
| XYZ | 30.93 | 23.76 | 69.28 | - |
| YUV | 136.9 | 173.77 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 116 | 218 | 0.33 | 0.47 | 0 | 0.15 | 258.24 | 0.58 | 0.65 |
| Hex | 93 | 74 | DA | 21 | 2F | 0 | F | 102 | 3A | 41 |
| Octal | 223 | 164 | 332 | 41 | 57 | 0 | 17 | 402 | 72 | 101 |
| Binary | 10010011 | 1110100 | 11011010 | 100001 | 101111 | 0 | 1111 | 100000010 | 111010 | 1000001 |
Color Harmonies of #9374DA
Complementary color
Monochromatic Colors of #9374DA
Black with #9374DA
Text Example
Text Example
White with #9374DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9374DA; }
p { color: rgb(147,116,218); }
H1.HeaderClassName
{
color: #9374DA;
}
.AnyTagClassName
{
color: #9374DA;
}
</style>
background-color css
<style>
a { background-color: #9374DA; }
a { background-color: rgb(147,116,218); }
div.DivClassName
{
background-color: #9374DA;
}
.BgClassName
{
background-color: #9374DA;
}
</style>
border-color css
<style>
span { border-color: #9374DA; }
span { border-color: rgb(147,116,218); }
td.TdClassName
{
border-color: #9374DA;
}
.TagClassName
{
border-color: #9374DA;
}
</style>