Shades of Medium Purple #9A55EA
Tints of Medium Purple #9A55EA
RGB
CMYK
RGB Variations
Color information
#9A55EA (or 0x9A55EA) is known color: Medium Purple. HEX triplet: 9A, 55 and EA. RGB value is (154,85,234). Sum of RGB (Red+Green+Blue) = 154+85+234=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A55EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A55EA is #65AA15. Grayscale: #7A7A7A. Windows color (decimal): -6662678 or 15357338. OLE color: 15357338.
HSL color Cylindrical-coordinate representation of color #9A55EA: hue angle of 267.79º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A55EA is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 85 | 234 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.08 |
| HSL | 267.79º | 0.78% | 0.63% | - |
| HSV(B) | 267.79º | 0.64% | 0.92% | - |
| XYZ | 31.43 | 19.31 | 79.91 | - |
| YUV | 122.62 | 190.86 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 85 | 234 | 0.34 | 0.64 | 0 | 0.08 | 267.79 | 0.78 | 0.63 |
| Hex | 9A | 55 | EA | 22 | 40 | 0 | 8 | 10C | 4E | 3F |
| Octal | 232 | 125 | 352 | 42 | 100 | 0 | 10 | 414 | 116 | 77 |
| Binary | 10011010 | 1010101 | 11101010 | 100010 | 1000000 | 0 | 1000 | 100001100 | 1001110 | 111111 |
Color Harmonies of #9A55EA
Complementary color
Monochromatic Colors of #9A55EA
Black with #9A55EA
Text Example
Text Example
White with #9A55EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A55EA; }
p { color: rgb(154,85,234); }
H1.HeaderClassName
{
color: #9A55EA;
}
.AnyTagClassName
{
color: #9A55EA;
}
</style>
background-color css
<style>
a { background-color: #9A55EA; }
a { background-color: rgb(154,85,234); }
div.DivClassName
{
background-color: #9A55EA;
}
.BgClassName
{
background-color: #9A55EA;
}
</style>
border-color css
<style>
span { border-color: #9A55EA; }
span { border-color: rgb(154,85,234); }
td.TdClassName
{
border-color: #9A55EA;
}
.TagClassName
{
border-color: #9A55EA;
}
</style>