Shades of Medium Purple #9464DF
Tints of Medium Purple #9464DF
RGB
CMYK
RGB Variations
Color information
#9464DF (or 0x9464DF) is known color: Medium Purple. HEX triplet: 94, 64 and DF. RGB value is (148,100,223). Sum of RGB (Red+Green+Blue) = 148+100+223=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #9464DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9464DF is #6B9B20. Grayscale: #7F7F7F. Windows color (decimal): -7052065 or 14640276. OLE color: 14640276.
HSL color Cylindrical-coordinate representation of color #9464DF: hue angle of 263.41º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9464DF is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 100 | 223 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.13 |
| HSL | 263.41º | 0.66% | 0.63% | - |
| HSV(B) | 263.41º | 0.55% | 0.87% | - |
| XYZ | 30.09 | 20.74 | 72.23 | - |
| YUV | 128.37 | 181.4 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 223 | 0.34 | 0.55 | 0 | 0.13 | 263.41 | 0.66 | 0.63 |
| Hex | 94 | 64 | DF | 22 | 37 | 0 | D | 107 | 42 | 3F |
| Octal | 224 | 144 | 337 | 42 | 67 | 0 | 15 | 407 | 102 | 77 |
| Binary | 10010100 | 1100100 | 11011111 | 100010 | 110111 | 0 | 1101 | 100000111 | 1000010 | 111111 |
Color Harmonies of #9464DF
Complementary color
Monochromatic Colors of #9464DF
Black with #9464DF
Text Example
Text Example
White with #9464DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9464DF; }
p { color: rgb(148,100,223); }
H1.HeaderClassName
{
color: #9464DF;
}
.AnyTagClassName
{
color: #9464DF;
}
</style>
background-color css
<style>
a { background-color: #9464DF; }
a { background-color: rgb(148,100,223); }
div.DivClassName
{
background-color: #9464DF;
}
.BgClassName
{
background-color: #9464DF;
}
</style>
border-color css
<style>
span { border-color: #9464DF; }
span { border-color: rgb(148,100,223); }
td.TdClassName
{
border-color: #9464DF;
}
.TagClassName
{
border-color: #9464DF;
}
</style>