Shades of Medium Purple #9A6AEA
Tints of Medium Purple #9A6AEA
RGB
CMYK
RGB Variations
Color information
#9A6AEA (or 0x9A6AEA) is known color: Medium Purple. HEX triplet: 9A, 6A and EA. RGB value is (154,106,234). Sum of RGB (Red+Green+Blue) = 154+106+234=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A6AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6AEA is #659515. Grayscale: #868686. Windows color (decimal): -6657302 or 15362714. OLE color: 15362714.
HSL color Cylindrical-coordinate representation of color #9A6AEA: hue angle of 262.5º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A6AEA is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 106 | 234 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.08 |
| HSL | 262.5º | 0.75% | 0.67% | - |
| HSV(B) | 262.5º | 0.55% | 0.92% | - |
| XYZ | 33.33 | 23.12 | 80.55 | - |
| YUV | 134.94 | 183.9 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 106 | 234 | 0.34 | 0.55 | 0 | 0.08 | 262.5 | 0.75 | 0.67 |
| Hex | 9A | 6A | EA | 22 | 37 | 0 | 8 | 106 | 4B | 43 |
| Octal | 232 | 152 | 352 | 42 | 67 | 0 | 10 | 406 | 113 | 103 |
| Binary | 10011010 | 1101010 | 11101010 | 100010 | 110111 | 0 | 1000 | 100000110 | 1001011 | 1000011 |
Color Harmonies of #9A6AEA
Complementary color
Monochromatic Colors of #9A6AEA
Black with #9A6AEA
Text Example
Text Example
White with #9A6AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6AEA; }
p { color: rgb(154,106,234); }
H1.HeaderClassName
{
color: #9A6AEA;
}
.AnyTagClassName
{
color: #9A6AEA;
}
</style>
background-color css
<style>
a { background-color: #9A6AEA; }
a { background-color: rgb(154,106,234); }
div.DivClassName
{
background-color: #9A6AEA;
}
.BgClassName
{
background-color: #9A6AEA;
}
</style>
border-color css
<style>
span { border-color: #9A6AEA; }
span { border-color: rgb(154,106,234); }
td.TdClassName
{
border-color: #9A6AEA;
}
.TagClassName
{
border-color: #9A6AEA;
}
</style>