Shades of Medium Purple #9361DC
Tints of Medium Purple #9361DC
RGB
CMYK
RGB Variations
Color information
#9361DC (or 0x9361DC) is known color: Medium Purple. HEX triplet: 93, 61 and DC. RGB value is (147,97,220). Sum of RGB (Red+Green+Blue) = 147+97+220=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #9361DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9361DC is #6C9E23. Grayscale: #7D7D7D. Windows color (decimal): -7118372 or 14442899. OLE color: 14442899.
HSL color Cylindrical-coordinate representation of color #9361DC: hue angle of 264.39º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9361DC is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 97 | 220 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.14 |
| HSL | 264.39º | 0.64% | 0.62% | - |
| HSV(B) | 264.39º | 0.56% | 0.86% | - |
| XYZ | 29.23 | 19.92 | 70.01 | - |
| YUV | 125.97 | 181.07 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 97 | 220 | 0.33 | 0.56 | 0 | 0.14 | 264.39 | 0.64 | 0.62 |
| Hex | 93 | 61 | DC | 21 | 38 | 0 | E | 108 | 40 | 3E |
| Octal | 223 | 141 | 334 | 41 | 70 | 0 | 16 | 410 | 100 | 76 |
| Binary | 10010011 | 1100001 | 11011100 | 100001 | 111000 | 0 | 1110 | 100001000 | 1000000 | 111110 |
Color Harmonies of #9361DC
Complementary color
Monochromatic Colors of #9361DC
Black with #9361DC
Text Example
Text Example
White with #9361DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9361DC; }
p { color: rgb(147,97,220); }
H1.HeaderClassName
{
color: #9361DC;
}
.AnyTagClassName
{
color: #9361DC;
}
</style>
background-color css
<style>
a { background-color: #9361DC; }
a { background-color: rgb(147,97,220); }
div.DivClassName
{
background-color: #9361DC;
}
.BgClassName
{
background-color: #9361DC;
}
</style>
border-color css
<style>
span { border-color: #9361DC; }
span { border-color: rgb(147,97,220); }
td.TdClassName
{
border-color: #9361DC;
}
.TagClassName
{
border-color: #9361DC;
}
</style>