Shades of Medium Purple #9A6BDA
Tints of Medium Purple #9A6BDA
RGB
CMYK
RGB Variations
Color information
#9A6BDA (or 0x9A6BDA) is known color: Medium Purple. HEX triplet: 9A, 6B and DA. RGB value is (154,107,218). Sum of RGB (Red+Green+Blue) = 154+107+218=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A6BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6BDA is #659425. Grayscale: #858585. Windows color (decimal): -6657062 or 14314394. OLE color: 14314394.
HSL color Cylindrical-coordinate representation of color #9A6BDA: hue angle of 265.41º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A6BDA is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 107 | 218 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.15 |
| HSL | 265.41º | 0.6% | 0.64% | - |
| HSV(B) | 265.41º | 0.51% | 0.85% | - |
| XYZ | 31.24 | 22.45 | 69.02 | - |
| YUV | 133.71 | 175.57 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 218 | 0.29 | 0.51 | 0 | 0.15 | 265.41 | 0.6 | 0.64 |
| Hex | 9A | 6B | DA | 1D | 33 | 0 | F | 109 | 3C | 40 |
| Octal | 232 | 153 | 332 | 35 | 63 | 0 | 17 | 411 | 74 | 100 |
| Binary | 10011010 | 1101011 | 11011010 | 11101 | 110011 | 0 | 1111 | 100001001 | 111100 | 1000000 |
Color Harmonies of #9A6BDA
Complementary color
Monochromatic Colors of #9A6BDA
Black with #9A6BDA
Text Example
Text Example
White with #9A6BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6BDA; }
p { color: rgb(154,107,218); }
H1.HeaderClassName
{
color: #9A6BDA;
}
.AnyTagClassName
{
color: #9A6BDA;
}
</style>
background-color css
<style>
a { background-color: #9A6BDA; }
a { background-color: rgb(154,107,218); }
div.DivClassName
{
background-color: #9A6BDA;
}
.BgClassName
{
background-color: #9A6BDA;
}
</style>
border-color css
<style>
span { border-color: #9A6BDA; }
span { border-color: rgb(154,107,218); }
td.TdClassName
{
border-color: #9A6BDA;
}
.TagClassName
{
border-color: #9A6BDA;
}
</style>