Shades of Medium Purple #9A5EEB
Tints of Medium Purple #9A5EEB
RGB
CMYK
RGB Variations
Color information
#9A5EEB (or 0x9A5EEB) is known color: Medium Purple. HEX triplet: 9A, 5E and EB. RGB value is (154,94,235). Sum of RGB (Red+Green+Blue) = 154+94+235=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A5EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A5EEB is #65A114. Grayscale: #7F7F7F. Windows color (decimal): -6660373 or 15425178. OLE color: 15425178.
HSL color Cylindrical-coordinate representation of color #9A5EEB: hue angle of 265.53º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A5EEB is Cyan = 0.34, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 94 | 235 | - |
| CMYK | 0.34 | 0.6 | 0 | 0.08 |
| HSL | 265.53º | 0.78% | 0.65% | - |
| HSV(B) | 265.53º | 0.6% | 0.92% | - |
| XYZ | 32.32 | 20.87 | 80.92 | - |
| YUV | 128.01 | 188.38 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 235 | 0.34 | 0.6 | 0 | 0.08 | 265.53 | 0.78 | 0.65 |
| Hex | 9A | 5E | EB | 22 | 3C | 0 | 8 | 10A | 4E | 41 |
| Octal | 232 | 136 | 353 | 42 | 74 | 0 | 10 | 412 | 116 | 101 |
| Binary | 10011010 | 1011110 | 11101011 | 100010 | 111100 | 0 | 1000 | 100001010 | 1001110 | 1000001 |
Color Harmonies of #9A5EEB
Complementary color
Monochromatic Colors of #9A5EEB
Black with #9A5EEB
Text Example
Text Example
White with #9A5EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5EEB; }
p { color: rgb(154,94,235); }
H1.HeaderClassName
{
color: #9A5EEB;
}
.AnyTagClassName
{
color: #9A5EEB;
}
</style>
background-color css
<style>
a { background-color: #9A5EEB; }
a { background-color: rgb(154,94,235); }
div.DivClassName
{
background-color: #9A5EEB;
}
.BgClassName
{
background-color: #9A5EEB;
}
</style>
border-color css
<style>
span { border-color: #9A5EEB; }
span { border-color: rgb(154,94,235); }
td.TdClassName
{
border-color: #9A5EEB;
}
.TagClassName
{
border-color: #9A5EEB;
}
</style>