Shades of Medium Purple #9367DA
Tints of Medium Purple #9367DA
RGB
CMYK
RGB Variations
Color information
#9367DA (or 0x9367DA) is known color: Medium Purple. HEX triplet: 93, 67 and DA. RGB value is (147,103,218). Sum of RGB (Red+Green+Blue) = 147+103+218=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #9367DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9367DA is #6C9825. Grayscale: #808080. Windows color (decimal): -7116838 or 14313363. OLE color: 14313363.
HSL color Cylindrical-coordinate representation of color #9367DA: hue angle of 262.96º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9367DA is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 103 | 218 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.15 |
| HSL | 262.96º | 0.61% | 0.63% | - |
| HSV(B) | 262.96º | 0.53% | 0.85% | - |
| XYZ | 29.54 | 20.97 | 68.82 | - |
| YUV | 129.27 | 178.08 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 218 | 0.33 | 0.53 | 0 | 0.15 | 262.96 | 0.61 | 0.63 |
| Hex | 93 | 67 | DA | 21 | 35 | 0 | F | 107 | 3D | 3F |
| Octal | 223 | 147 | 332 | 41 | 65 | 0 | 17 | 407 | 75 | 77 |
| Binary | 10010011 | 1100111 | 11011010 | 100001 | 110101 | 0 | 1111 | 100000111 | 111101 | 111111 |
Color Harmonies of #9367DA
Complementary color
Monochromatic Colors of #9367DA
Black with #9367DA
Text Example
Text Example
White with #9367DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9367DA; }
p { color: rgb(147,103,218); }
H1.HeaderClassName
{
color: #9367DA;
}
.AnyTagClassName
{
color: #9367DA;
}
</style>
background-color css
<style>
a { background-color: #9367DA; }
a { background-color: rgb(147,103,218); }
div.DivClassName
{
background-color: #9367DA;
}
.BgClassName
{
background-color: #9367DA;
}
</style>
border-color css
<style>
span { border-color: #9367DA; }
span { border-color: rgb(147,103,218); }
td.TdClassName
{
border-color: #9367DA;
}
.TagClassName
{
border-color: #9367DA;
}
</style>