Shades of Medium Purple #9A5AEA
Tints of Medium Purple #9A5AEA
RGB
CMYK
RGB Variations
Color information
#9A5AEA (or 0x9A5AEA) is known color: Medium Purple. HEX triplet: 9A, 5A and EA. RGB value is (154,90,234). Sum of RGB (Red+Green+Blue) = 154+90+234=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A5AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A5AEA is #65A515. Grayscale: #7D7D7D. Windows color (decimal): -6661398 or 15358618. OLE color: 15358618.
HSL color Cylindrical-coordinate representation of color #9A5AEA: hue angle of 266.67º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A5AEA is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 90 | 234 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.08 |
| HSL | 266.67º | 0.77% | 0.64% | - |
| HSV(B) | 266.67º | 0.62% | 0.92% | - |
| XYZ | 31.83 | 20.12 | 80.05 | - |
| YUV | 125.55 | 189.2 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 90 | 234 | 0.34 | 0.62 | 0 | 0.08 | 266.67 | 0.77 | 0.64 |
| Hex | 9A | 5A | EA | 22 | 3E | 0 | 8 | 10B | 4D | 40 |
| Octal | 232 | 132 | 352 | 42 | 76 | 0 | 10 | 413 | 115 | 100 |
| Binary | 10011010 | 1011010 | 11101010 | 100010 | 111110 | 0 | 1000 | 100001011 | 1001101 | 1000000 |
Color Harmonies of #9A5AEA
Complementary color
Monochromatic Colors of #9A5AEA
Black with #9A5AEA
Text Example
Text Example
White with #9A5AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5AEA; }
p { color: rgb(154,90,234); }
H1.HeaderClassName
{
color: #9A5AEA;
}
.AnyTagClassName
{
color: #9A5AEA;
}
</style>
background-color css
<style>
a { background-color: #9A5AEA; }
a { background-color: rgb(154,90,234); }
div.DivClassName
{
background-color: #9A5AEA;
}
.BgClassName
{
background-color: #9A5AEA;
}
</style>
border-color css
<style>
span { border-color: #9A5AEA; }
span { border-color: rgb(154,90,234); }
td.TdClassName
{
border-color: #9A5AEA;
}
.TagClassName
{
border-color: #9A5AEA;
}
</style>