Shades of Medium Purple #9461DC
Tints of Medium Purple #9461DC
RGB
CMYK
RGB Variations
Color information
#9461DC (or 0x9461DC) is known color: Medium Purple. HEX triplet: 94, 61 and DC. RGB value is (148,97,220). Sum of RGB (Red+Green+Blue) = 148+97+220=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #9461DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9461DC is #6B9E23. Grayscale: #7D7D7D. Windows color (decimal): -7052836 or 14442900. OLE color: 14442900.
HSL color Cylindrical-coordinate representation of color #9461DC: hue angle of 264.88º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9461DC is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 97 | 220 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.14 |
| HSL | 264.88º | 0.64% | 0.62% | - |
| HSV(B) | 264.88º | 0.56% | 0.86% | - |
| XYZ | 29.41 | 20.01 | 70.02 | - |
| YUV | 126.27 | 180.9 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 97 | 220 | 0.33 | 0.56 | 0 | 0.14 | 264.88 | 0.64 | 0.62 |
| Hex | 94 | 61 | DC | 21 | 38 | 0 | E | 109 | 40 | 3E |
| Octal | 224 | 141 | 334 | 41 | 70 | 0 | 16 | 411 | 100 | 76 |
| Binary | 10010100 | 1100001 | 11011100 | 100001 | 111000 | 0 | 1110 | 100001001 | 1000000 | 111110 |
Color Harmonies of #9461DC
Complementary color
Monochromatic Colors of #9461DC
Black with #9461DC
Text Example
Text Example
White with #9461DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9461DC; }
p { color: rgb(148,97,220); }
H1.HeaderClassName
{
color: #9461DC;
}
.AnyTagClassName
{
color: #9461DC;
}
</style>
background-color css
<style>
a { background-color: #9461DC; }
a { background-color: rgb(148,97,220); }
div.DivClassName
{
background-color: #9461DC;
}
.BgClassName
{
background-color: #9461DC;
}
</style>
border-color css
<style>
span { border-color: #9461DC; }
span { border-color: rgb(148,97,220); }
td.TdClassName
{
border-color: #9461DC;
}
.TagClassName
{
border-color: #9461DC;
}
</style>