Shades of Medium Purple #9462EA
Tints of Medium Purple #9462EA
RGB
CMYK
RGB Variations
Color information
#9462EA (or 0x9462EA) is known color: Medium Purple. HEX triplet: 94, 62 and EA. RGB value is (148,98,234). Sum of RGB (Red+Green+Blue) = 148+98+234=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #9462EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9462EA is #6B9D15. Grayscale: #7F7F7F. Windows color (decimal): -7052566 or 15360660. OLE color: 15360660.
HSL color Cylindrical-coordinate representation of color #9462EA: hue angle of 262.06º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9462EA is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 98 | 234 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.08 |
| HSL | 262.06º | 0.76% | 0.65% | - |
| HSV(B) | 262.06º | 0.58% | 0.92% | - |
| XYZ | 31.43 | 20.97 | 80.23 | - |
| YUV | 128.45 | 187.57 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 234 | 0.37 | 0.58 | 0 | 0.08 | 262.06 | 0.76 | 0.65 |
| Hex | 94 | 62 | EA | 25 | 3A | 0 | 8 | 106 | 4C | 41 |
| Octal | 224 | 142 | 352 | 45 | 72 | 0 | 10 | 406 | 114 | 101 |
| Binary | 10010100 | 1100010 | 11101010 | 100101 | 111010 | 0 | 1000 | 100000110 | 1001100 | 1000001 |
Color Harmonies of #9462EA
Complementary color
Monochromatic Colors of #9462EA
Black with #9462EA
Text Example
Text Example
White with #9462EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9462EA; }
p { color: rgb(148,98,234); }
H1.HeaderClassName
{
color: #9462EA;
}
.AnyTagClassName
{
color: #9462EA;
}
</style>
background-color css
<style>
a { background-color: #9462EA; }
a { background-color: rgb(148,98,234); }
div.DivClassName
{
background-color: #9462EA;
}
.BgClassName
{
background-color: #9462EA;
}
</style>
border-color css
<style>
span { border-color: #9462EA; }
span { border-color: rgb(148,98,234); }
td.TdClassName
{
border-color: #9462EA;
}
.TagClassName
{
border-color: #9462EA;
}
</style>