Shades of Medium Purple #9A61F3
Tints of Medium Purple #9A61F3
RGB
CMYK
RGB Variations
Color information
#9A61F3 (or 0x9A61F3) is known color: Medium Purple. HEX triplet: 9A, 61 and F3. RGB value is (154,97,243). Sum of RGB (Red+Green+Blue) = 154+97+243=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #9A61F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A61F3 is #659E0C. Grayscale: #828282. Windows color (decimal): -6659597 or 15950234. OLE color: 15950234.
HSL color Cylindrical-coordinate representation of color #9A61F3: hue angle of 263.42º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A61F3 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 97 | 243 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.05 |
| HSL | 263.42º | 0.86% | 0.67% | - |
| HSV(B) | 263.42º | 0.6% | 0.95% | - |
| XYZ | 33.78 | 21.89 | 87.24 | - |
| YUV | 130.69 | 191.38 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 97 | 243 | 0.37 | 0.60 | 0 | 0.05 | 263.42 | 0.86 | 0.67 |
| Hex | 9A | 61 | F3 | 25 | 3C | 0 | 5 | 107 | 56 | 43 |
| Octal | 232 | 141 | 363 | 45 | 74 | 0 | 5 | 407 | 126 | 103 |
| Binary | 10011010 | 1100001 | 11110011 | 100101 | 111100 | 0 | 101 | 100000111 | 1010110 | 1000011 |
Color Harmonies of #9A61F3
Complementary color
Monochromatic Colors of #9A61F3
Black with #9A61F3
Text Example
Text Example
White with #9A61F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A61F3; }
p { color: rgb(154,97,243); }
H1.HeaderClassName
{
color: #9A61F3;
}
.AnyTagClassName
{
color: #9A61F3;
}
</style>
background-color css
<style>
a { background-color: #9A61F3; }
a { background-color: rgb(154,97,243); }
div.DivClassName
{
background-color: #9A61F3;
}
.BgClassName
{
background-color: #9A61F3;
}
</style>
border-color css
<style>
span { border-color: #9A61F3; }
span { border-color: rgb(154,97,243); }
td.TdClassName
{
border-color: #9A61F3;
}
.TagClassName
{
border-color: #9A61F3;
}
</style>