Shades of Medium Purple #9A61EB
Tints of Medium Purple #9A61EB
RGB
CMYK
RGB Variations
Color information
#9A61EB (or 0x9A61EB) is known color: Medium Purple. HEX triplet: 9A, 61 and EB. RGB value is (154,97,235). Sum of RGB (Red+Green+Blue) = 154+97+235=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A61EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A61EB is #659E14. Grayscale: #818181. Windows color (decimal): -6659605 or 15425946. OLE color: 15425946.
HSL color Cylindrical-coordinate representation of color #9A61EB: hue angle of 264.78º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A61EB is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 97 | 235 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.08 |
| HSL | 264.78º | 0.78% | 0.65% | - |
| HSV(B) | 264.78º | 0.59% | 0.92% | - |
| XYZ | 32.6 | 21.42 | 81.01 | - |
| YUV | 129.78 | 187.38 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 97 | 235 | 0.34 | 0.59 | 0 | 0.08 | 264.78 | 0.78 | 0.65 |
| Hex | 9A | 61 | EB | 22 | 3B | 0 | 8 | 109 | 4E | 41 |
| Octal | 232 | 141 | 353 | 42 | 73 | 0 | 10 | 411 | 116 | 101 |
| Binary | 10011010 | 1100001 | 11101011 | 100010 | 111011 | 0 | 1000 | 100001001 | 1001110 | 1000001 |
Color Harmonies of #9A61EB
Complementary color
Monochromatic Colors of #9A61EB
Black with #9A61EB
Text Example
Text Example
White with #9A61EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A61EB; }
p { color: rgb(154,97,235); }
H1.HeaderClassName
{
color: #9A61EB;
}
.AnyTagClassName
{
color: #9A61EB;
}
</style>
background-color css
<style>
a { background-color: #9A61EB; }
a { background-color: rgb(154,97,235); }
div.DivClassName
{
background-color: #9A61EB;
}
.BgClassName
{
background-color: #9A61EB;
}
</style>
border-color css
<style>
span { border-color: #9A61EB; }
span { border-color: rgb(154,97,235); }
td.TdClassName
{
border-color: #9A61EB;
}
.TagClassName
{
border-color: #9A61EB;
}
</style>