Shades of Medium Purple #9A6CDD
Tints of Medium Purple #9A6CDD
RGB
CMYK
RGB Variations
Color information
#9A6CDD (or 0x9A6CDD) is known color: Medium Purple. HEX triplet: 9A, 6C and DD. RGB value is (154,108,221). Sum of RGB (Red+Green+Blue) = 154+108+221=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A6CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6CDD is #659322. Grayscale: #868686. Windows color (decimal): -6656803 or 14511258. OLE color: 14511258.
HSL color Cylindrical-coordinate representation of color #9A6CDD: hue angle of 264.42º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A6CDD is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 108 | 221 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.13 |
| HSL | 264.42º | 0.62% | 0.65% | - |
| HSV(B) | 264.42º | 0.51% | 0.87% | - |
| XYZ | 31.74 | 22.82 | 71.14 | - |
| YUV | 134.64 | 176.74 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 221 | 0.30 | 0.51 | 0 | 0.13 | 264.42 | 0.62 | 0.65 |
| Hex | 9A | 6C | DD | 1E | 33 | 0 | D | 108 | 3E | 41 |
| Octal | 232 | 154 | 335 | 36 | 63 | 0 | 15 | 410 | 76 | 101 |
| Binary | 10011010 | 1101100 | 11011101 | 11110 | 110011 | 0 | 1101 | 100001000 | 111110 | 1000001 |
Color Harmonies of #9A6CDD
Complementary color
Monochromatic Colors of #9A6CDD
Black with #9A6CDD
Text Example
Text Example
White with #9A6CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6CDD; }
p { color: rgb(154,108,221); }
H1.HeaderClassName
{
color: #9A6CDD;
}
.AnyTagClassName
{
color: #9A6CDD;
}
</style>
background-color css
<style>
a { background-color: #9A6CDD; }
a { background-color: rgb(154,108,221); }
div.DivClassName
{
background-color: #9A6CDD;
}
.BgClassName
{
background-color: #9A6CDD;
}
</style>
border-color css
<style>
span { border-color: #9A6CDD; }
span { border-color: rgb(154,108,221); }
td.TdClassName
{
border-color: #9A6CDD;
}
.TagClassName
{
border-color: #9A6CDD;
}
</style>