Shades of Medium Purple #9374DC
Tints of Medium Purple #9374DC
RGB
CMYK
RGB Variations
Color information
#9374DC (or 0x9374DC) is known color: Medium Purple. HEX triplet: 93, 74 and DC. RGB value is (147,116,220). Sum of RGB (Red+Green+Blue) = 147+116+220=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #9374DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9374DC is #6C8B23. Grayscale: #888888. Windows color (decimal): -7113508 or 14447763. OLE color: 14447763.
HSL color Cylindrical-coordinate representation of color #9374DC: hue angle of 257.88º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9374DC is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 116 | 220 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.14 |
| HSL | 257.88º | 0.6% | 0.66% | - |
| HSV(B) | 257.88º | 0.47% | 0.86% | - |
| XYZ | 31.2 | 23.86 | 70.67 | - |
| YUV | 137.13 | 174.77 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 116 | 220 | 0.33 | 0.47 | 0 | 0.14 | 257.88 | 0.6 | 0.66 |
| Hex | 93 | 74 | DC | 21 | 2F | 0 | E | 102 | 3C | 42 |
| Octal | 223 | 164 | 334 | 41 | 57 | 0 | 16 | 402 | 74 | 102 |
| Binary | 10010011 | 1110100 | 11011100 | 100001 | 101111 | 0 | 1110 | 100000010 | 111100 | 1000010 |
Color Harmonies of #9374DC
Complementary color
Monochromatic Colors of #9374DC
Black with #9374DC
Text Example
Text Example
White with #9374DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9374DC; }
p { color: rgb(147,116,220); }
H1.HeaderClassName
{
color: #9374DC;
}
.AnyTagClassName
{
color: #9374DC;
}
</style>
background-color css
<style>
a { background-color: #9374DC; }
a { background-color: rgb(147,116,220); }
div.DivClassName
{
background-color: #9374DC;
}
.BgClassName
{
background-color: #9374DC;
}
</style>
border-color css
<style>
span { border-color: #9374DC; }
span { border-color: rgb(147,116,220); }
td.TdClassName
{
border-color: #9374DC;
}
.TagClassName
{
border-color: #9374DC;
}
</style>