Shades of Medium Purple #9A6EF3
Tints of Medium Purple #9A6EF3
RGB
CMYK
RGB Variations
Color information
#9A6EF3 (or 0x9A6EF3) is known color: Medium Purple. HEX triplet: 9A, 6E and F3. RGB value is (154,110,243). Sum of RGB (Red+Green+Blue) = 154+110+243=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #9A6EF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6EF3 is #65910C. Grayscale: #898989. Windows color (decimal): -6656269 or 15953562. OLE color: 15953562.
HSL color Cylindrical-coordinate representation of color #9A6EF3: hue angle of 259.85º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A6EF3 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 110 | 243 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.05 |
| HSL | 259.85º | 0.85% | 0.69% | - |
| HSV(B) | 259.85º | 0.55% | 0.95% | - |
| XYZ | 35.08 | 24.49 | 87.67 | - |
| YUV | 138.32 | 187.08 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 110 | 243 | 0.37 | 0.55 | 0 | 0.05 | 259.85 | 0.85 | 0.69 |
| Hex | 9A | 6E | F3 | 25 | 37 | 0 | 5 | 104 | 55 | 45 |
| Octal | 232 | 156 | 363 | 45 | 67 | 0 | 5 | 404 | 125 | 105 |
| Binary | 10011010 | 1101110 | 11110011 | 100101 | 110111 | 0 | 101 | 100000100 | 1010101 | 1000101 |
Color Harmonies of #9A6EF3
Complementary color
Monochromatic Colors of #9A6EF3
Black with #9A6EF3
Text Example
Text Example
White with #9A6EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6EF3; }
p { color: rgb(154,110,243); }
H1.HeaderClassName
{
color: #9A6EF3;
}
.AnyTagClassName
{
color: #9A6EF3;
}
</style>
background-color css
<style>
a { background-color: #9A6EF3; }
a { background-color: rgb(154,110,243); }
div.DivClassName
{
background-color: #9A6EF3;
}
.BgClassName
{
background-color: #9A6EF3;
}
</style>
border-color css
<style>
span { border-color: #9A6EF3; }
span { border-color: rgb(154,110,243); }
td.TdClassName
{
border-color: #9A6EF3;
}
.TagClassName
{
border-color: #9A6EF3;
}
</style>