Shades of Medium Purple #9368DA
Tints of Medium Purple #9368DA
RGB
CMYK
RGB Variations
Color information
#9368DA (or 0x9368DA) is known color: Medium Purple. HEX triplet: 93, 68 and DA. RGB value is (147,104,218). Sum of RGB (Red+Green+Blue) = 147+104+218=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #9368DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9368DA is #6C9725. Grayscale: #818181. Windows color (decimal): -7116582 or 14313619. OLE color: 14313619.
HSL color Cylindrical-coordinate representation of color #9368DA: hue angle of 262.63º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9368DA is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 104 | 218 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.15 |
| HSL | 262.63º | 0.61% | 0.63% | - |
| HSV(B) | 262.63º | 0.52% | 0.85% | - |
| XYZ | 29.64 | 21.17 | 68.85 | - |
| YUV | 129.85 | 177.75 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 218 | 0.33 | 0.52 | 0 | 0.15 | 262.63 | 0.61 | 0.63 |
| Hex | 93 | 68 | DA | 21 | 34 | 0 | F | 107 | 3D | 3F |
| Octal | 223 | 150 | 332 | 41 | 64 | 0 | 17 | 407 | 75 | 77 |
| Binary | 10010011 | 1101000 | 11011010 | 100001 | 110100 | 0 | 1111 | 100000111 | 111101 | 111111 |
Color Harmonies of #9368DA
Complementary color
Monochromatic Colors of #9368DA
Black with #9368DA
Text Example
Text Example
White with #9368DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9368DA; }
p { color: rgb(147,104,218); }
H1.HeaderClassName
{
color: #9368DA;
}
.AnyTagClassName
{
color: #9368DA;
}
</style>
background-color css
<style>
a { background-color: #9368DA; }
a { background-color: rgb(147,104,218); }
div.DivClassName
{
background-color: #9368DA;
}
.BgClassName
{
background-color: #9368DA;
}
</style>
border-color css
<style>
span { border-color: #9368DA; }
span { border-color: rgb(147,104,218); }
td.TdClassName
{
border-color: #9368DA;
}
.TagClassName
{
border-color: #9368DA;
}
</style>