Shades of Medium Purple #9464DA
Tints of Medium Purple #9464DA
RGB
CMYK
RGB Variations
Color information
#9464DA (or 0x9464DA) is known color: Medium Purple. HEX triplet: 94, 64 and DA. RGB value is (148,100,218). Sum of RGB (Red+Green+Blue) = 148+100+218=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #9464DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9464DA is #6B9B25. Grayscale: #7F7F7F. Windows color (decimal): -7052070 or 14312596. OLE color: 14312596.
HSL color Cylindrical-coordinate representation of color #9464DA: hue angle of 264.41º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9464DA is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 100 | 218 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.15 |
| HSL | 264.41º | 0.61% | 0.62% | - |
| HSV(B) | 264.41º | 0.54% | 0.85% | - |
| XYZ | 29.42 | 20.47 | 68.73 | - |
| YUV | 127.8 | 178.9 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 218 | 0.32 | 0.54 | 0 | 0.15 | 264.41 | 0.61 | 0.62 |
| Hex | 94 | 64 | DA | 20 | 36 | 0 | F | 108 | 3D | 3E |
| Octal | 224 | 144 | 332 | 40 | 66 | 0 | 17 | 410 | 75 | 76 |
| Binary | 10010100 | 1100100 | 11011010 | 100000 | 110110 | 0 | 1111 | 100001000 | 111101 | 111110 |
Color Harmonies of #9464DA
Complementary color
Monochromatic Colors of #9464DA
Black with #9464DA
Text Example
Text Example
White with #9464DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9464DA; }
p { color: rgb(148,100,218); }
H1.HeaderClassName
{
color: #9464DA;
}
.AnyTagClassName
{
color: #9464DA;
}
</style>
background-color css
<style>
a { background-color: #9464DA; }
a { background-color: rgb(148,100,218); }
div.DivClassName
{
background-color: #9464DA;
}
.BgClassName
{
background-color: #9464DA;
}
</style>
border-color css
<style>
span { border-color: #9464DA; }
span { border-color: rgb(148,100,218); }
td.TdClassName
{
border-color: #9464DA;
}
.TagClassName
{
border-color: #9464DA;
}
</style>