Shades of Medium Purple #9466E3
Tints of Medium Purple #9466E3
RGB
CMYK
RGB Variations
Color information
#9466E3 (or 0x9466E3) is known color: Medium Purple. HEX triplet: 94, 66 and E3. RGB value is (148,102,227). Sum of RGB (Red+Green+Blue) = 148+102+227=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 227 (89.06% from 255 or 47.59% from 477); Max value from RGB is 227 - color contains mainly: blue. Hex color #9466E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9466E3 is #6B991C. Grayscale: #818181. Windows color (decimal): -7051549 or 14902932. OLE color: 14902932.
HSL color Cylindrical-coordinate representation of color #9466E3: hue angle of 262.08º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9466E3 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 102 | 227 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.11 |
| HSL | 262.08º | 0.69% | 0.65% | - |
| HSV(B) | 262.08º | 0.55% | 0.89% | - |
| XYZ | 30.83 | 21.34 | 75.17 | - |
| YUV | 130 | 182.74 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 102 | 227 | 0.35 | 0.55 | 0 | 0.11 | 262.08 | 0.69 | 0.65 |
| Hex | 94 | 66 | E3 | 23 | 37 | 0 | B | 106 | 45 | 41 |
| Octal | 224 | 146 | 343 | 43 | 67 | 0 | 13 | 406 | 105 | 101 |
| Binary | 10010100 | 1100110 | 11100011 | 100011 | 110111 | 0 | 1011 | 100000110 | 1000101 | 1000001 |
Color Harmonies of #9466E3
Complementary color
Monochromatic Colors of #9466E3
Black with #9466E3
Text Example
Text Example
White with #9466E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9466E3; }
p { color: rgb(148,102,227); }
H1.HeaderClassName
{
color: #9466E3;
}
.AnyTagClassName
{
color: #9466E3;
}
</style>
background-color css
<style>
a { background-color: #9466E3; }
a { background-color: rgb(148,102,227); }
div.DivClassName
{
background-color: #9466E3;
}
.BgClassName
{
background-color: #9466E3;
}
</style>
border-color css
<style>
span { border-color: #9466E3; }
span { border-color: rgb(148,102,227); }
td.TdClassName
{
border-color: #9466E3;
}
.TagClassName
{
border-color: #9466E3;
}
</style>