Shades of Medium Purple #9468EE
Tints of Medium Purple #9468EE
RGB
CMYK
RGB Variations
Color information
#9468EE (or 0x9468EE) is known color: Medium Purple. HEX triplet: 94, 68 and EE. RGB value is (148,104,238). Sum of RGB (Red+Green+Blue) = 148+104+238=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #9468EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9468EE is #6B9711. Grayscale: #838383. Windows color (decimal): -7051026 or 15624340. OLE color: 15624340.
HSL color Cylindrical-coordinate representation of color #9468EE: hue angle of 259.7º degrees, saturation: 0.8, 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 #9468EE is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 104 | 238 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.07 |
| HSL | 259.7º | 0.8% | 0.67% | - |
| HSV(B) | 259.7º | 0.56% | 0.93% | - |
| XYZ | 32.6 | 22.37 | 83.49 | - |
| YUV | 132.43 | 187.58 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 238 | 0.38 | 0.56 | 0 | 0.07 | 259.7 | 0.8 | 0.67 |
| Hex | 94 | 68 | EE | 26 | 38 | 0 | 7 | 104 | 50 | 43 |
| Octal | 224 | 150 | 356 | 46 | 70 | 0 | 7 | 404 | 120 | 103 |
| Binary | 10010100 | 1101000 | 11101110 | 100110 | 111000 | 0 | 111 | 100000100 | 1010000 | 1000011 |
Color Harmonies of #9468EE
Complementary color
Monochromatic Colors of #9468EE
Black with #9468EE
Text Example
Text Example
White with #9468EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9468EE; }
p { color: rgb(148,104,238); }
H1.HeaderClassName
{
color: #9468EE;
}
.AnyTagClassName
{
color: #9468EE;
}
</style>
background-color css
<style>
a { background-color: #9468EE; }
a { background-color: rgb(148,104,238); }
div.DivClassName
{
background-color: #9468EE;
}
.BgClassName
{
background-color: #9468EE;
}
</style>
border-color css
<style>
span { border-color: #9468EE; }
span { border-color: rgb(148,104,238); }
td.TdClassName
{
border-color: #9468EE;
}
.TagClassName
{
border-color: #9468EE;
}
</style>