Shades of Medium Purple #9468EC
Tints of Medium Purple #9468EC
RGB
CMYK
RGB Variations
Color information
#9468EC (or 0x9468EC) is known color: Medium Purple. HEX triplet: 94, 68 and EC. RGB value is (148,104,236). Sum of RGB (Red+Green+Blue) = 148+104+236=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #9468EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9468EC is #6B9713. Grayscale: #838383. Windows color (decimal): -7051028 or 15493268. OLE color: 15493268.
HSL color Cylindrical-coordinate representation of color #9468EC: hue angle of 260º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9468EC is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 104 | 236 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.07 |
| HSL | 260º | 0.78% | 0.67% | - |
| HSV(B) | 260º | 0.56% | 0.93% | - |
| XYZ | 32.3 | 22.25 | 81.95 | - |
| YUV | 132.2 | 186.58 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 236 | 0.37 | 0.56 | 0 | 0.07 | 260 | 0.78 | 0.67 |
| Hex | 94 | 68 | EC | 25 | 38 | 0 | 7 | 104 | 4E | 43 |
| Octal | 224 | 150 | 354 | 45 | 70 | 0 | 7 | 404 | 116 | 103 |
| Binary | 10010100 | 1101000 | 11101100 | 100101 | 111000 | 0 | 111 | 100000100 | 1001110 | 1000011 |
Color Harmonies of #9468EC
Complementary color
Monochromatic Colors of #9468EC
Black with #9468EC
Text Example
Text Example
White with #9468EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9468EC; }
p { color: rgb(148,104,236); }
H1.HeaderClassName
{
color: #9468EC;
}
.AnyTagClassName
{
color: #9468EC;
}
</style>
background-color css
<style>
a { background-color: #9468EC; }
a { background-color: rgb(148,104,236); }
div.DivClassName
{
background-color: #9468EC;
}
.BgClassName
{
background-color: #9468EC;
}
</style>
border-color css
<style>
span { border-color: #9468EC; }
span { border-color: rgb(148,104,236); }
td.TdClassName
{
border-color: #9468EC;
}
.TagClassName
{
border-color: #9468EC;
}
</style>