Shades of Medium Purple #9463EA
Tints of Medium Purple #9463EA
RGB
CMYK
RGB Variations
Color information
#9463EA (or 0x9463EA) is known color: Medium Purple. HEX triplet: 94, 63 and EA. RGB value is (148,99,234). Sum of RGB (Red+Green+Blue) = 148+99+234=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #9463EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9463EA is #6B9C15. Grayscale: #808080. Windows color (decimal): -7052310 or 15360916. OLE color: 15360916.
HSL color Cylindrical-coordinate representation of color #9463EA: hue angle of 261.78º 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 #9463EA is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 99 | 234 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.08 |
| HSL | 261.78º | 0.76% | 0.65% | - |
| HSV(B) | 261.78º | 0.58% | 0.92% | - |
| XYZ | 31.53 | 21.16 | 80.26 | - |
| YUV | 129.04 | 187.23 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 99 | 234 | 0.37 | 0.58 | 0 | 0.08 | 261.78 | 0.76 | 0.65 |
| Hex | 94 | 63 | EA | 25 | 3A | 0 | 8 | 106 | 4C | 41 |
| Octal | 224 | 143 | 352 | 45 | 72 | 0 | 10 | 406 | 114 | 101 |
| Binary | 10010100 | 1100011 | 11101010 | 100101 | 111010 | 0 | 1000 | 100000110 | 1001100 | 1000001 |
Color Harmonies of #9463EA
Complementary color
Monochromatic Colors of #9463EA
Black with #9463EA
Text Example
Text Example
White with #9463EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9463EA; }
p { color: rgb(148,99,234); }
H1.HeaderClassName
{
color: #9463EA;
}
.AnyTagClassName
{
color: #9463EA;
}
</style>
background-color css
<style>
a { background-color: #9463EA; }
a { background-color: rgb(148,99,234); }
div.DivClassName
{
background-color: #9463EA;
}
.BgClassName
{
background-color: #9463EA;
}
</style>
border-color css
<style>
span { border-color: #9463EA; }
span { border-color: rgb(148,99,234); }
td.TdClassName
{
border-color: #9463EA;
}
.TagClassName
{
border-color: #9463EA;
}
</style>