Shades of Medium Purple #9466EC
Tints of Medium Purple #9466EC
RGB
CMYK
RGB Variations
Color information
#9466EC (or 0x9466EC) is known color: Medium Purple. HEX triplet: 94, 66 and EC. RGB value is (148,102,236). Sum of RGB (Red+Green+Blue) = 148+102+236=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #9466EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9466EC is #6B9913. Grayscale: #828282. Windows color (decimal): -7051540 or 15492756. OLE color: 15492756.
HSL color Cylindrical-coordinate representation of color #9466EC: hue angle of 260.6º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9466EC is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 102 | 236 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.07 |
| HSL | 260.6º | 0.78% | 0.66% | - |
| HSV(B) | 260.6º | 0.57% | 0.93% | - |
| XYZ | 32.1 | 21.85 | 81.88 | - |
| YUV | 131.03 | 187.24 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 102 | 236 | 0.37 | 0.57 | 0 | 0.07 | 260.6 | 0.78 | 0.66 |
| Hex | 94 | 66 | EC | 25 | 39 | 0 | 7 | 105 | 4E | 42 |
| Octal | 224 | 146 | 354 | 45 | 71 | 0 | 7 | 405 | 116 | 102 |
| Binary | 10010100 | 1100110 | 11101100 | 100101 | 111001 | 0 | 111 | 100000101 | 1001110 | 1000010 |
Color Harmonies of #9466EC
Complementary color
Monochromatic Colors of #9466EC
Black with #9466EC
Text Example
Text Example
White with #9466EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9466EC; }
p { color: rgb(148,102,236); }
H1.HeaderClassName
{
color: #9466EC;
}
.AnyTagClassName
{
color: #9466EC;
}
</style>
background-color css
<style>
a { background-color: #9466EC; }
a { background-color: rgb(148,102,236); }
div.DivClassName
{
background-color: #9466EC;
}
.BgClassName
{
background-color: #9466EC;
}
</style>
border-color css
<style>
span { border-color: #9466EC; }
span { border-color: rgb(148,102,236); }
td.TdClassName
{
border-color: #9466EC;
}
.TagClassName
{
border-color: #9466EC;
}
</style>