Shades of Medium Purple #9A6ADC
Tints of Medium Purple #9A6ADC
RGB
CMYK
RGB Variations
Color information
#9A6ADC (or 0x9A6ADC) is known color: Medium Purple. HEX triplet: 9A, 6A and DC. RGB value is (154,106,220). Sum of RGB (Red+Green+Blue) = 154+106+220=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A6ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6ADC is #659523. Grayscale: #848484. Windows color (decimal): -6657316 or 14445210. OLE color: 14445210.
HSL color Cylindrical-coordinate representation of color #9A6ADC: hue angle of 265.26º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A6ADC is Cyan = 0.3, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 106 | 220 | - |
| CMYK | 0.3 | 0.52 | 0 | 0.14 |
| HSL | 265.26º | 0.62% | 0.64% | - |
| HSV(B) | 265.26º | 0.52% | 0.86% | - |
| XYZ | 31.4 | 22.35 | 70.37 | - |
| YUV | 133.35 | 176.9 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 106 | 220 | 0.3 | 0.52 | 0 | 0.14 | 265.26 | 0.62 | 0.64 |
| Hex | 9A | 6A | DC | 1E | 34 | 0 | E | 109 | 3E | 40 |
| Octal | 232 | 152 | 334 | 36 | 64 | 0 | 16 | 411 | 76 | 100 |
| Binary | 10011010 | 1101010 | 11011100 | 11110 | 110100 | 0 | 1110 | 100001001 | 111110 | 1000000 |
Color Harmonies of #9A6ADC
Complementary color
Monochromatic Colors of #9A6ADC
Black with #9A6ADC
Text Example
Text Example
White with #9A6ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6ADC; }
p { color: rgb(154,106,220); }
H1.HeaderClassName
{
color: #9A6ADC;
}
.AnyTagClassName
{
color: #9A6ADC;
}
</style>
background-color css
<style>
a { background-color: #9A6ADC; }
a { background-color: rgb(154,106,220); }
div.DivClassName
{
background-color: #9A6ADC;
}
.BgClassName
{
background-color: #9A6ADC;
}
</style>
border-color css
<style>
span { border-color: #9A6ADC; }
span { border-color: rgb(154,106,220); }
td.TdClassName
{
border-color: #9A6ADC;
}
.TagClassName
{
border-color: #9A6ADC;
}
</style>