Shades of Medium Purple #9467F3
Tints of Medium Purple #9467F3
RGB
CMYK
RGB Variations
Color information
#9467F3 (or 0x9467F3) is known color: Medium Purple. HEX triplet: 94, 67 and F3. RGB value is (148,103,243). Sum of RGB (Red+Green+Blue) = 148+103+243=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #9467F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9467F3 is #6B980C. Grayscale: #838383. Windows color (decimal): -7051277 or 15951764. OLE color: 15951764.
HSL color Cylindrical-coordinate representation of color #9467F3: hue angle of 259.29º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9467F3 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 103 | 243 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.05 |
| HSL | 259.29º | 0.85% | 0.68% | - |
| HSV(B) | 259.29º | 0.58% | 0.95% | - |
| XYZ | 33.24 | 22.47 | 87.38 | - |
| YUV | 132.42 | 190.41 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 243 | 0.39 | 0.58 | 0 | 0.05 | 259.29 | 0.85 | 0.68 |
| Hex | 94 | 67 | F3 | 27 | 3A | 0 | 5 | 103 | 55 | 44 |
| Octal | 224 | 147 | 363 | 47 | 72 | 0 | 5 | 403 | 125 | 104 |
| Binary | 10010100 | 1100111 | 11110011 | 100111 | 111010 | 0 | 101 | 100000011 | 1010101 | 1000100 |
Color Harmonies of #9467F3
Complementary color
Monochromatic Colors of #9467F3
Black with #9467F3
Text Example
Text Example
White with #9467F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9467F3; }
p { color: rgb(148,103,243); }
H1.HeaderClassName
{
color: #9467F3;
}
.AnyTagClassName
{
color: #9467F3;
}
</style>
background-color css
<style>
a { background-color: #9467F3; }
a { background-color: rgb(148,103,243); }
div.DivClassName
{
background-color: #9467F3;
}
.BgClassName
{
background-color: #9467F3;
}
</style>
border-color css
<style>
span { border-color: #9467F3; }
span { border-color: rgb(148,103,243); }
td.TdClassName
{
border-color: #9467F3;
}
.TagClassName
{
border-color: #9467F3;
}
</style>