Shades of Medium Purple #9A4FED
Tints of Medium Purple #9A4FED
RGB
CMYK
RGB Variations
Color information
#9A4FED (or 0x9A4FED) is known color: Medium Purple. HEX triplet: 9A, 4F and ED. RGB value is (154,79,237). Sum of RGB (Red+Green+Blue) = 154+79+237=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A4FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A4FED is #65B012. Grayscale: #767676. Windows color (decimal): -6664211 or 15552410. OLE color: 15552410.
HSL color Cylindrical-coordinate representation of color #9A4FED: hue angle of 268.48º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A4FED is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 79 | 237 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.07 |
| HSL | 268.48º | 0.81% | 0.62% | - |
| HSV(B) | 268.48º | 0.67% | 0.93% | - |
| XYZ | 31.41 | 18.58 | 82.05 | - |
| YUV | 119.44 | 194.35 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 79 | 237 | 0.35 | 0.67 | 0 | 0.07 | 268.48 | 0.81 | 0.62 |
| Hex | 9A | 4F | ED | 23 | 43 | 0 | 7 | 10C | 51 | 3E |
| Octal | 232 | 117 | 355 | 43 | 103 | 0 | 7 | 414 | 121 | 76 |
| Binary | 10011010 | 1001111 | 11101101 | 100011 | 1000011 | 0 | 111 | 100001100 | 1010001 | 111110 |
Color Harmonies of #9A4FED
Complementary color
Monochromatic Colors of #9A4FED
Black with #9A4FED
Text Example
Text Example
White with #9A4FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4FED; }
p { color: rgb(154,79,237); }
H1.HeaderClassName
{
color: #9A4FED;
}
.AnyTagClassName
{
color: #9A4FED;
}
</style>
background-color css
<style>
a { background-color: #9A4FED; }
a { background-color: rgb(154,79,237); }
div.DivClassName
{
background-color: #9A4FED;
}
.BgClassName
{
background-color: #9A4FED;
}
</style>
border-color css
<style>
span { border-color: #9A4FED; }
span { border-color: rgb(154,79,237); }
td.TdClassName
{
border-color: #9A4FED;
}
.TagClassName
{
border-color: #9A4FED;
}
</style>