Shades of Medium Purple #9A6DDF
Tints of Medium Purple #9A6DDF
RGB
CMYK
RGB Variations
Color information
#9A6DDF (or 0x9A6DDF) is known color: Medium Purple. HEX triplet: 9A, 6D and DF. RGB value is (154,109,223). Sum of RGB (Red+Green+Blue) = 154+109+223=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A6DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6DDF is #659220. Grayscale: #878787. Windows color (decimal): -6656545 or 14642586. OLE color: 14642586.
HSL color Cylindrical-coordinate representation of color #9A6DDF: hue angle of 263.68º degrees, saturation: 0.64, 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 #9A6DDF is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 109 | 223 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.13 |
| HSL | 263.68º | 0.64% | 0.65% | - |
| HSV(B) | 263.68º | 0.51% | 0.87% | - |
| XYZ | 32.11 | 23.14 | 72.58 | - |
| YUV | 135.45 | 177.41 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 109 | 223 | 0.31 | 0.51 | 0 | 0.13 | 263.68 | 0.64 | 0.65 |
| Hex | 9A | 6D | DF | 1F | 33 | 0 | D | 108 | 40 | 41 |
| Octal | 232 | 155 | 337 | 37 | 63 | 0 | 15 | 410 | 100 | 101 |
| Binary | 10011010 | 1101101 | 11011111 | 11111 | 110011 | 0 | 1101 | 100001000 | 1000000 | 1000001 |
Color Harmonies of #9A6DDF
Complementary color
Monochromatic Colors of #9A6DDF
Black with #9A6DDF
Text Example
Text Example
White with #9A6DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6DDF; }
p { color: rgb(154,109,223); }
H1.HeaderClassName
{
color: #9A6DDF;
}
.AnyTagClassName
{
color: #9A6DDF;
}
</style>
background-color css
<style>
a { background-color: #9A6DDF; }
a { background-color: rgb(154,109,223); }
div.DivClassName
{
background-color: #9A6DDF;
}
.BgClassName
{
background-color: #9A6DDF;
}
</style>
border-color css
<style>
span { border-color: #9A6DDF; }
span { border-color: rgb(154,109,223); }
td.TdClassName
{
border-color: #9A6DDF;
}
.TagClassName
{
border-color: #9A6DDF;
}
</style>