Shades of Medium Purple #9A6AE9
Tints of Medium Purple #9A6AE9
RGB
CMYK
RGB Variations
Color information
#9A6AE9 (or 0x9A6AE9) is known color: Medium Purple. HEX triplet: 9A, 6A and E9. RGB value is (154,106,233). Sum of RGB (Red+Green+Blue) = 154+106+233=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 233 (91.41% from 255 or 47.26% from 493); Max value from RGB is 233 - color contains mainly: blue. Hex color #9A6AE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6AE9 is #659516. Grayscale: #868686. Windows color (decimal): -6657303 or 15297178. OLE color: 15297178.
HSL color Cylindrical-coordinate representation of color #9A6AE9: hue angle of 262.68º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A6AE9 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 106 | 233 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.09 |
| HSL | 262.68º | 0.74% | 0.66% | - |
| HSV(B) | 262.68º | 0.55% | 0.91% | - |
| XYZ | 33.19 | 23.06 | 79.79 | - |
| YUV | 134.83 | 183.4 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 106 | 233 | 0.34 | 0.55 | 0 | 0.09 | 262.68 | 0.74 | 0.66 |
| Hex | 9A | 6A | E9 | 22 | 37 | 0 | 9 | 107 | 4A | 42 |
| Octal | 232 | 152 | 351 | 42 | 67 | 0 | 11 | 407 | 112 | 102 |
| Binary | 10011010 | 1101010 | 11101001 | 100010 | 110111 | 0 | 1001 | 100000111 | 1001010 | 1000010 |
Color Harmonies of #9A6AE9
Complementary color
Monochromatic Colors of #9A6AE9
Black with #9A6AE9
Text Example
Text Example
White with #9A6AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6AE9; }
p { color: rgb(154,106,233); }
H1.HeaderClassName
{
color: #9A6AE9;
}
.AnyTagClassName
{
color: #9A6AE9;
}
</style>
background-color css
<style>
a { background-color: #9A6AE9; }
a { background-color: rgb(154,106,233); }
div.DivClassName
{
background-color: #9A6AE9;
}
.BgClassName
{
background-color: #9A6AE9;
}
</style>
border-color css
<style>
span { border-color: #9A6AE9; }
span { border-color: rgb(154,106,233); }
td.TdClassName
{
border-color: #9A6AE9;
}
.TagClassName
{
border-color: #9A6AE9;
}
</style>