Shades of Medium Purple #9467ED
Tints of Medium Purple #9467ED
RGB
CMYK
RGB Variations
Color information
#9467ED (or 0x9467ED) is known color: Medium Purple. HEX triplet: 94, 67 and ED. RGB value is (148,103,237). Sum of RGB (Red+Green+Blue) = 148+103+237=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #9467ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9467ED is #6B9812. Grayscale: #838383. Windows color (decimal): -7051283 or 15558548. OLE color: 15558548.
HSL color Cylindrical-coordinate representation of color #9467ED: hue angle of 260.15º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9467ED is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 103 | 237 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.07 |
| HSL | 260.15º | 0.79% | 0.67% | - |
| HSV(B) | 260.15º | 0.57% | 0.93% | - |
| XYZ | 32.35 | 22.11 | 82.68 | - |
| YUV | 131.73 | 187.41 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 237 | 0.38 | 0.57 | 0 | 0.07 | 260.15 | 0.79 | 0.67 |
| Hex | 94 | 67 | ED | 26 | 39 | 0 | 7 | 104 | 4F | 43 |
| Octal | 224 | 147 | 355 | 46 | 71 | 0 | 7 | 404 | 117 | 103 |
| Binary | 10010100 | 1100111 | 11101101 | 100110 | 111001 | 0 | 111 | 100000100 | 1001111 | 1000011 |
Color Harmonies of #9467ED
Complementary color
Monochromatic Colors of #9467ED
Black with #9467ED
Text Example
Text Example
White with #9467ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9467ED; }
p { color: rgb(148,103,237); }
H1.HeaderClassName
{
color: #9467ED;
}
.AnyTagClassName
{
color: #9467ED;
}
</style>
background-color css
<style>
a { background-color: #9467ED; }
a { background-color: rgb(148,103,237); }
div.DivClassName
{
background-color: #9467ED;
}
.BgClassName
{
background-color: #9467ED;
}
</style>
border-color css
<style>
span { border-color: #9467ED; }
span { border-color: rgb(148,103,237); }
td.TdClassName
{
border-color: #9467ED;
}
.TagClassName
{
border-color: #9467ED;
}
</style>