Shades of Medium Purple #9463E1
Tints of Medium Purple #9463E1
RGB
CMYK
RGB Variations
Color information
#9463E1 (or 0x9463E1) is known color: Medium Purple. HEX triplet: 94, 63 and E1. RGB value is (148,99,225). Sum of RGB (Red+Green+Blue) = 148+99+225=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #9463E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9463E1 is #6B9C1E. Grayscale: #7F7F7F. Windows color (decimal): -7052319 or 14771092. OLE color: 14771092.
HSL color Cylindrical-coordinate representation of color #9463E1: hue angle of 263.33º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9463E1 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 99 | 225 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.12 |
| HSL | 263.33º | 0.68% | 0.64% | - |
| HSV(B) | 263.33º | 0.56% | 0.88% | - |
| XYZ | 30.27 | 20.66 | 73.63 | - |
| YUV | 128.02 | 182.73 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 99 | 225 | 0.34 | 0.56 | 0 | 0.12 | 263.33 | 0.68 | 0.64 |
| Hex | 94 | 63 | E1 | 22 | 38 | 0 | C | 107 | 44 | 40 |
| Octal | 224 | 143 | 341 | 42 | 70 | 0 | 14 | 407 | 104 | 100 |
| Binary | 10010100 | 1100011 | 11100001 | 100010 | 111000 | 0 | 1100 | 100000111 | 1000100 | 1000000 |
Color Harmonies of #9463E1
Complementary color
Monochromatic Colors of #9463E1
Black with #9463E1
Text Example
Text Example
White with #9463E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9463E1; }
p { color: rgb(148,99,225); }
H1.HeaderClassName
{
color: #9463E1;
}
.AnyTagClassName
{
color: #9463E1;
}
</style>
background-color css
<style>
a { background-color: #9463E1; }
a { background-color: rgb(148,99,225); }
div.DivClassName
{
background-color: #9463E1;
}
.BgClassName
{
background-color: #9463E1;
}
</style>
border-color css
<style>
span { border-color: #9463E1; }
span { border-color: rgb(148,99,225); }
td.TdClassName
{
border-color: #9463E1;
}
.TagClassName
{
border-color: #9463E1;
}
</style>