Shades of Medium Purple #9A6EF1
Tints of Medium Purple #9A6EF1
RGB
CMYK
RGB Variations
Color information
#9A6EF1 (or 0x9A6EF1) is known color: Medium Purple. HEX triplet: 9A, 6E and F1. RGB value is (154,110,241). Sum of RGB (Red+Green+Blue) = 154+110+241=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 241 (94.53% from 255 or 47.72% from 505); Max value from RGB is 241 - color contains mainly: blue. Hex color #9A6EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6EF1 is #65910E. Grayscale: #898989. Windows color (decimal): -6656271 or 15822490. OLE color: 15822490.
HSL color Cylindrical-coordinate representation of color #9A6EF1: hue angle of 260.15º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A6EF1 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 110 | 241 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.05 |
| HSL | 260.15º | 0.82% | 0.69% | - |
| HSV(B) | 260.15º | 0.54% | 0.95% | - |
| XYZ | 34.78 | 24.37 | 86.09 | - |
| YUV | 138.09 | 186.08 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 110 | 241 | 0.36 | 0.54 | 0 | 0.05 | 260.15 | 0.82 | 0.69 |
| Hex | 9A | 6E | F1 | 24 | 36 | 0 | 5 | 104 | 52 | 45 |
| Octal | 232 | 156 | 361 | 44 | 66 | 0 | 5 | 404 | 122 | 105 |
| Binary | 10011010 | 1101110 | 11110001 | 100100 | 110110 | 0 | 101 | 100000100 | 1010010 | 1000101 |
Color Harmonies of #9A6EF1
Complementary color
Monochromatic Colors of #9A6EF1
Black with #9A6EF1
Text Example
Text Example
White with #9A6EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6EF1; }
p { color: rgb(154,110,241); }
H1.HeaderClassName
{
color: #9A6EF1;
}
.AnyTagClassName
{
color: #9A6EF1;
}
</style>
background-color css
<style>
a { background-color: #9A6EF1; }
a { background-color: rgb(154,110,241); }
div.DivClassName
{
background-color: #9A6EF1;
}
.BgClassName
{
background-color: #9A6EF1;
}
</style>
border-color css
<style>
span { border-color: #9A6EF1; }
span { border-color: rgb(154,110,241); }
td.TdClassName
{
border-color: #9A6EF1;
}
.TagClassName
{
border-color: #9A6EF1;
}
</style>