Shades of Medium Purple #9A56F6
Tints of Medium Purple #9A56F6
RGB
CMYK
RGB Variations
Color information
#9A56F6 (or 0x9A56F6) is known color: Medium Purple. HEX triplet: 9A, 56 and F6. RGB value is (154,86,246). Sum of RGB (Red+Green+Blue) = 154+86+246=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #9A56F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A56F6 is #65A909. Grayscale: #7C7C7C. Windows color (decimal): -6662410 or 16144026. OLE color: 16144026.
HSL color Cylindrical-coordinate representation of color #9A56F6: hue angle of 265.5º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A56F6 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 154 | 86 | 246 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.04 |
| HSL | 265.5º | 0.9% | 0.65% | - |
| HSV(B) | 265.5º | 0.65% | 0.96% | - |
| XYZ | 33.29 | 20.18 | 89.33 | - |
| YUV | 124.57 | 196.53 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 86 | 246 | 0.37 | 0.65 | 0 | 0.04 | 265.5 | 0.9 | 0.65 |
| Hex | 9A | 56 | F6 | 25 | 41 | 0 | 4 | 10A | 5A | 41 |
| Octal | 232 | 126 | 366 | 45 | 101 | 0 | 4 | 412 | 132 | 101 |
| Binary | 10011010 | 1010110 | 11110110 | 100101 | 1000001 | 0 | 100 | 100001010 | 1011010 | 1000001 |
Color Harmonies of #9A56F6
Complementary color
Monochromatic Colors of #9A56F6
Black with #9A56F6
Text Example
Text Example
White with #9A56F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A56F6; }
p { color: rgb(154,86,246); }
H1.HeaderClassName
{
color: #9A56F6;
}
.AnyTagClassName
{
color: #9A56F6;
}
</style>
background-color css
<style>
a { background-color: #9A56F6; }
a { background-color: rgb(154,86,246); }
div.DivClassName
{
background-color: #9A56F6;
}
.BgClassName
{
background-color: #9A56F6;
}
</style>
border-color css
<style>
span { border-color: #9A56F6; }
span { border-color: rgb(154,86,246); }
td.TdClassName
{
border-color: #9A56F6;
}
.TagClassName
{
border-color: #9A56F6;
}
</style>