Shades of Medium Purple #9A61E7
Tints of Medium Purple #9A61E7
RGB
CMYK
RGB Variations
Color information
#9A61E7 (or 0x9A61E7) is known color: Medium Purple. HEX triplet: 9A, 61 and E7. RGB value is (154,97,231). Sum of RGB (Red+Green+Blue) = 154+97+231=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 231 (90.62% from 255 or 47.93% from 482); Max value from RGB is 231 - color contains mainly: blue. Hex color #9A61E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A61E7 is #659E18. Grayscale: #808080. Windows color (decimal): -6659609 or 15163802. OLE color: 15163802.
HSL color Cylindrical-coordinate representation of color #9A61E7: hue angle of 265.52º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A61E7 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 97 | 231 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.09 |
| HSL | 265.52º | 0.74% | 0.64% | - |
| HSV(B) | 265.52º | 0.58% | 0.91% | - |
| XYZ | 32.02 | 21.19 | 78 | - |
| YUV | 129.32 | 185.38 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 97 | 231 | 0.33 | 0.58 | 0 | 0.09 | 265.52 | 0.74 | 0.64 |
| Hex | 9A | 61 | E7 | 21 | 3A | 0 | 9 | 10A | 4A | 40 |
| Octal | 232 | 141 | 347 | 41 | 72 | 0 | 11 | 412 | 112 | 100 |
| Binary | 10011010 | 1100001 | 11100111 | 100001 | 111010 | 0 | 1001 | 100001010 | 1001010 | 1000000 |
Color Harmonies of #9A61E7
Complementary color
Monochromatic Colors of #9A61E7
Black with #9A61E7
Text Example
Text Example
White with #9A61E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A61E7; }
p { color: rgb(154,97,231); }
H1.HeaderClassName
{
color: #9A61E7;
}
.AnyTagClassName
{
color: #9A61E7;
}
</style>
background-color css
<style>
a { background-color: #9A61E7; }
a { background-color: rgb(154,97,231); }
div.DivClassName
{
background-color: #9A61E7;
}
.BgClassName
{
background-color: #9A61E7;
}
</style>
border-color css
<style>
span { border-color: #9A61E7; }
span { border-color: rgb(154,97,231); }
td.TdClassName
{
border-color: #9A61E7;
}
.TagClassName
{
border-color: #9A61E7;
}
</style>