Shades of Medium Purple #9A6FF3
Tints of Medium Purple #9A6FF3
RGB
CMYK
RGB Variations
Color information
#9A6FF3 (or 0x9A6FF3) is known color: Medium Purple. HEX triplet: 9A, 6F and F3. RGB value is (154,111,243). Sum of RGB (Red+Green+Blue) = 154+111+243=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #9A6FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6FF3 is #65900C. Grayscale: #8A8A8A. Windows color (decimal): -6656013 or 15953818. OLE color: 15953818.
HSL color Cylindrical-coordinate representation of color #9A6FF3: hue angle of 259.55º degrees, saturation: 0.85, 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 #9A6FF3 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 111 | 243 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.05 |
| HSL | 259.55º | 0.85% | 0.69% | - |
| HSV(B) | 259.55º | 0.54% | 0.95% | - |
| XYZ | 35.19 | 24.71 | 87.71 | - |
| YUV | 138.91 | 186.75 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 111 | 243 | 0.37 | 0.54 | 0 | 0.05 | 259.55 | 0.85 | 0.69 |
| Hex | 9A | 6F | F3 | 25 | 36 | 0 | 5 | 104 | 55 | 45 |
| Octal | 232 | 157 | 363 | 45 | 66 | 0 | 5 | 404 | 125 | 105 |
| Binary | 10011010 | 1101111 | 11110011 | 100101 | 110110 | 0 | 101 | 100000100 | 1010101 | 1000101 |
Color Harmonies of #9A6FF3
Complementary color
Monochromatic Colors of #9A6FF3
Black with #9A6FF3
Text Example
Text Example
White with #9A6FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6FF3; }
p { color: rgb(154,111,243); }
H1.HeaderClassName
{
color: #9A6FF3;
}
.AnyTagClassName
{
color: #9A6FF3;
}
</style>
background-color css
<style>
a { background-color: #9A6FF3; }
a { background-color: rgb(154,111,243); }
div.DivClassName
{
background-color: #9A6FF3;
}
.BgClassName
{
background-color: #9A6FF3;
}
</style>
border-color css
<style>
span { border-color: #9A6FF3; }
span { border-color: rgb(154,111,243); }
td.TdClassName
{
border-color: #9A6FF3;
}
.TagClassName
{
border-color: #9A6FF3;
}
</style>