Shades of Medium Purple #9A6DDC
Tints of Medium Purple #9A6DDC
RGB
CMYK
RGB Variations
Color information
#9A6DDC (or 0x9A6DDC) is known color: Medium Purple. HEX triplet: 9A, 6D and DC. RGB value is (154,109,220). Sum of RGB (Red+Green+Blue) = 154+109+220=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A6DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6DDC is #659223. Grayscale: #868686. Windows color (decimal): -6656548 or 14445978. OLE color: 14445978.
HSL color Cylindrical-coordinate representation of color #9A6DDC: hue angle of 264.32º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A6DDC is Cyan = 0.3, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 109 | 220 | - |
| CMYK | 0.3 | 0.50 | 0 | 0.14 |
| HSL | 264.32º | 0.61% | 0.65% | - |
| HSV(B) | 264.32º | 0.5% | 0.86% | - |
| XYZ | 31.71 | 22.97 | 70.47 | - |
| YUV | 135.11 | 175.91 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 109 | 220 | 0.3 | 0.50 | 0 | 0.14 | 264.32 | 0.61 | 0.65 |
| Hex | 9A | 6D | DC | 1E | 32 | 0 | E | 108 | 3D | 41 |
| Octal | 232 | 155 | 334 | 36 | 62 | 0 | 16 | 410 | 75 | 101 |
| Binary | 10011010 | 1101101 | 11011100 | 11110 | 110010 | 0 | 1110 | 100001000 | 111101 | 1000001 |
Color Harmonies of #9A6DDC
Complementary color
Monochromatic Colors of #9A6DDC
Black with #9A6DDC
Text Example
Text Example
White with #9A6DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6DDC; }
p { color: rgb(154,109,220); }
H1.HeaderClassName
{
color: #9A6DDC;
}
.AnyTagClassName
{
color: #9A6DDC;
}
</style>
background-color css
<style>
a { background-color: #9A6DDC; }
a { background-color: rgb(154,109,220); }
div.DivClassName
{
background-color: #9A6DDC;
}
.BgClassName
{
background-color: #9A6DDC;
}
</style>
border-color css
<style>
span { border-color: #9A6DDC; }
span { border-color: rgb(154,109,220); }
td.TdClassName
{
border-color: #9A6DDC;
}
.TagClassName
{
border-color: #9A6DDC;
}
</style>