Shades of Medium Purple #9A55EF
Tints of Medium Purple #9A55EF
RGB
CMYK
RGB Variations
Color information
#9A55EF (or 0x9A55EF) is known color: Medium Purple. HEX triplet: 9A, 55 and EF. RGB value is (154,85,239). Sum of RGB (Red+Green+Blue) = 154+85+239=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #9A55EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A55EF is #65AA10. Grayscale: #7A7A7A. Windows color (decimal): -6662673 or 15685018. OLE color: 15685018.
HSL color Cylindrical-coordinate representation of color #9A55EF: hue angle of 266.88º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A55EF is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 85 | 239 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.06 |
| HSL | 266.88º | 0.83% | 0.64% | - |
| HSV(B) | 266.88º | 0.64% | 0.94% | - |
| XYZ | 32.15 | 19.6 | 83.75 | - |
| YUV | 123.19 | 193.36 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 85 | 239 | 0.36 | 0.64 | 0 | 0.06 | 266.88 | 0.83 | 0.64 |
| Hex | 9A | 55 | EF | 24 | 40 | 0 | 6 | 10B | 53 | 40 |
| Octal | 232 | 125 | 357 | 44 | 100 | 0 | 6 | 413 | 123 | 100 |
| Binary | 10011010 | 1010101 | 11101111 | 100100 | 1000000 | 0 | 110 | 100001011 | 1010011 | 1000000 |
Color Harmonies of #9A55EF
Complementary color
Monochromatic Colors of #9A55EF
Black with #9A55EF
Text Example
Text Example
White with #9A55EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A55EF; }
p { color: rgb(154,85,239); }
H1.HeaderClassName
{
color: #9A55EF;
}
.AnyTagClassName
{
color: #9A55EF;
}
</style>
background-color css
<style>
a { background-color: #9A55EF; }
a { background-color: rgb(154,85,239); }
div.DivClassName
{
background-color: #9A55EF;
}
.BgClassName
{
background-color: #9A55EF;
}
</style>
border-color css
<style>
span { border-color: #9A55EF; }
span { border-color: rgb(154,85,239); }
td.TdClassName
{
border-color: #9A55EF;
}
.TagClassName
{
border-color: #9A55EF;
}
</style>