Shades of Medium Purple #9A6AF3
Tints of Medium Purple #9A6AF3
RGB
CMYK
RGB Variations
Color information
#9A6AF3 (or 0x9A6AF3) is known color: Medium Purple. HEX triplet: 9A, 6A and F3. RGB value is (154,106,243). Sum of RGB (Red+Green+Blue) = 154+106+243=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #9A6AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6AF3 is #65950C. Grayscale: #878787. Windows color (decimal): -6657293 or 15952538. OLE color: 15952538.
HSL color Cylindrical-coordinate representation of color #9A6AF3: hue angle of 261.02º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A6AF3 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 106 | 243 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.05 |
| HSL | 261.02º | 0.85% | 0.68% | - |
| HSV(B) | 261.02º | 0.56% | 0.95% | - |
| XYZ | 34.66 | 23.65 | 87.53 | - |
| YUV | 135.97 | 188.4 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 106 | 243 | 0.37 | 0.56 | 0 | 0.05 | 261.02 | 0.85 | 0.68 |
| Hex | 9A | 6A | F3 | 25 | 38 | 0 | 5 | 105 | 55 | 44 |
| Octal | 232 | 152 | 363 | 45 | 70 | 0 | 5 | 405 | 125 | 104 |
| Binary | 10011010 | 1101010 | 11110011 | 100101 | 111000 | 0 | 101 | 100000101 | 1010101 | 1000100 |
Color Harmonies of #9A6AF3
Complementary color
Monochromatic Colors of #9A6AF3
Black with #9A6AF3
Text Example
Text Example
White with #9A6AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6AF3; }
p { color: rgb(154,106,243); }
H1.HeaderClassName
{
color: #9A6AF3;
}
.AnyTagClassName
{
color: #9A6AF3;
}
</style>
background-color css
<style>
a { background-color: #9A6AF3; }
a { background-color: rgb(154,106,243); }
div.DivClassName
{
background-color: #9A6AF3;
}
.BgClassName
{
background-color: #9A6AF3;
}
</style>
border-color css
<style>
span { border-color: #9A6AF3; }
span { border-color: rgb(154,106,243); }
td.TdClassName
{
border-color: #9A6AF3;
}
.TagClassName
{
border-color: #9A6AF3;
}
</style>