Shades of Medium Purple #9468EA
Tints of Medium Purple #9468EA
RGB
CMYK
RGB Variations
Color information
#9468EA (or 0x9468EA) is known color: Medium Purple. HEX triplet: 94, 68 and EA. RGB value is (148,104,234). Sum of RGB (Red+Green+Blue) = 148+104+234=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #9468EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9468EA is #6B9715. Grayscale: #838383. Windows color (decimal): -7051030 or 15362196. OLE color: 15362196.
HSL color Cylindrical-coordinate representation of color #9468EA: hue angle of 260.31º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9468EA is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 104 | 234 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.08 |
| HSL | 260.31º | 0.76% | 0.66% | - |
| HSV(B) | 260.31º | 0.56% | 0.92% | - |
| XYZ | 32.01 | 22.14 | 80.43 | - |
| YUV | 131.98 | 185.58 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 234 | 0.37 | 0.56 | 0 | 0.08 | 260.31 | 0.76 | 0.66 |
| Hex | 94 | 68 | EA | 25 | 38 | 0 | 8 | 104 | 4C | 42 |
| Octal | 224 | 150 | 352 | 45 | 70 | 0 | 10 | 404 | 114 | 102 |
| Binary | 10010100 | 1101000 | 11101010 | 100101 | 111000 | 0 | 1000 | 100000100 | 1001100 | 1000010 |
Color Harmonies of #9468EA
Complementary color
Monochromatic Colors of #9468EA
Black with #9468EA
Text Example
Text Example
White with #9468EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9468EA; }
p { color: rgb(148,104,234); }
H1.HeaderClassName
{
color: #9468EA;
}
.AnyTagClassName
{
color: #9468EA;
}
</style>
background-color css
<style>
a { background-color: #9468EA; }
a { background-color: rgb(148,104,234); }
div.DivClassName
{
background-color: #9468EA;
}
.BgClassName
{
background-color: #9468EA;
}
</style>
border-color css
<style>
span { border-color: #9468EA; }
span { border-color: rgb(148,104,234); }
td.TdClassName
{
border-color: #9468EA;
}
.TagClassName
{
border-color: #9468EA;
}
</style>