Shades of Medium Purple #9A6DEA
Tints of Medium Purple #9A6DEA
RGB
CMYK
RGB Variations
Color information
#9A6DEA (or 0x9A6DEA) is known color: Medium Purple. HEX triplet: 9A, 6D and EA. RGB value is (154,109,234). Sum of RGB (Red+Green+Blue) = 154+109+234=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A6DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6DEA is #659215. Grayscale: #888888. Windows color (decimal): -6656534 or 15363482. OLE color: 15363482.
HSL color Cylindrical-coordinate representation of color #9A6DEA: hue angle of 261.6º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A6DEA is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 109 | 234 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.08 |
| HSL | 261.6º | 0.75% | 0.67% | - |
| HSV(B) | 261.6º | 0.53% | 0.92% | - |
| XYZ | 33.65 | 23.75 | 80.65 | - |
| YUV | 136.71 | 182.91 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 109 | 234 | 0.34 | 0.53 | 0 | 0.08 | 261.6 | 0.75 | 0.67 |
| Hex | 9A | 6D | EA | 22 | 35 | 0 | 8 | 106 | 4B | 43 |
| Octal | 232 | 155 | 352 | 42 | 65 | 0 | 10 | 406 | 113 | 103 |
| Binary | 10011010 | 1101101 | 11101010 | 100010 | 110101 | 0 | 1000 | 100000110 | 1001011 | 1000011 |
Color Harmonies of #9A6DEA
Complementary color
Monochromatic Colors of #9A6DEA
Black with #9A6DEA
Text Example
Text Example
White with #9A6DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6DEA; }
p { color: rgb(154,109,234); }
H1.HeaderClassName
{
color: #9A6DEA;
}
.AnyTagClassName
{
color: #9A6DEA;
}
</style>
background-color css
<style>
a { background-color: #9A6DEA; }
a { background-color: rgb(154,109,234); }
div.DivClassName
{
background-color: #9A6DEA;
}
.BgClassName
{
background-color: #9A6DEA;
}
</style>
border-color css
<style>
span { border-color: #9A6DEA; }
span { border-color: rgb(154,109,234); }
td.TdClassName
{
border-color: #9A6DEA;
}
.TagClassName
{
border-color: #9A6DEA;
}
</style>