Shades of Medium Purple #9367DC
Tints of Medium Purple #9367DC
RGB
CMYK
RGB Variations
Color information
#9367DC (or 0x9367DC) is known color: Medium Purple. HEX triplet: 93, 67 and DC. RGB value is (147,103,220). Sum of RGB (Red+Green+Blue) = 147+103+220=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #9367DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9367DC is #6C9823. Grayscale: #818181. Windows color (decimal): -7116836 or 14444435. OLE color: 14444435.
HSL color Cylindrical-coordinate representation of color #9367DC: hue angle of 262.56º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9367DC is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 103 | 220 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.14 |
| HSL | 262.56º | 0.63% | 0.63% | - |
| HSV(B) | 262.56º | 0.53% | 0.86% | - |
| XYZ | 29.8 | 21.07 | 70.21 | - |
| YUV | 129.49 | 179.08 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 220 | 0.33 | 0.53 | 0 | 0.14 | 262.56 | 0.63 | 0.63 |
| Hex | 93 | 67 | DC | 21 | 35 | 0 | E | 107 | 3F | 3F |
| Octal | 223 | 147 | 334 | 41 | 65 | 0 | 16 | 407 | 77 | 77 |
| Binary | 10010011 | 1100111 | 11011100 | 100001 | 110101 | 0 | 1110 | 100000111 | 111111 | 111111 |
Color Harmonies of #9367DC
Complementary color
Monochromatic Colors of #9367DC
Black with #9367DC
Text Example
Text Example
White with #9367DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9367DC; }
p { color: rgb(147,103,220); }
H1.HeaderClassName
{
color: #9367DC;
}
.AnyTagClassName
{
color: #9367DC;
}
</style>
background-color css
<style>
a { background-color: #9367DC; }
a { background-color: rgb(147,103,220); }
div.DivClassName
{
background-color: #9367DC;
}
.BgClassName
{
background-color: #9367DC;
}
</style>
border-color css
<style>
span { border-color: #9367DC; }
span { border-color: rgb(147,103,220); }
td.TdClassName
{
border-color: #9367DC;
}
.TagClassName
{
border-color: #9367DC;
}
</style>