Shades of Medium Purple #9A6BDC
Tints of Medium Purple #9A6BDC
RGB
CMYK
RGB Variations
Color information
#9A6BDC (or 0x9A6BDC) is known color: Medium Purple. HEX triplet: 9A, 6B and DC. RGB value is (154,107,220). Sum of RGB (Red+Green+Blue) = 154+107+220=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A6BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6BDC is #659423. Grayscale: #858585. Windows color (decimal): -6657060 or 14445466. OLE color: 14445466.
HSL color Cylindrical-coordinate representation of color #9A6BDC: hue angle of 264.96º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A6BDC is Cyan = 0.3, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 107 | 220 | - |
| CMYK | 0.3 | 0.51 | 0 | 0.14 |
| HSL | 264.96º | 0.62% | 0.64% | - |
| HSV(B) | 264.96º | 0.51% | 0.86% | - |
| XYZ | 31.5 | 22.55 | 70.4 | - |
| YUV | 133.94 | 176.57 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 220 | 0.3 | 0.51 | 0 | 0.14 | 264.96 | 0.62 | 0.64 |
| Hex | 9A | 6B | DC | 1E | 33 | 0 | E | 109 | 3E | 40 |
| Octal | 232 | 153 | 334 | 36 | 63 | 0 | 16 | 411 | 76 | 100 |
| Binary | 10011010 | 1101011 | 11011100 | 11110 | 110011 | 0 | 1110 | 100001001 | 111110 | 1000000 |
Color Harmonies of #9A6BDC
Complementary color
Monochromatic Colors of #9A6BDC
Black with #9A6BDC
Text Example
Text Example
White with #9A6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6BDC; }
p { color: rgb(154,107,220); }
H1.HeaderClassName
{
color: #9A6BDC;
}
.AnyTagClassName
{
color: #9A6BDC;
}
</style>
background-color css
<style>
a { background-color: #9A6BDC; }
a { background-color: rgb(154,107,220); }
div.DivClassName
{
background-color: #9A6BDC;
}
.BgClassName
{
background-color: #9A6BDC;
}
</style>
border-color css
<style>
span { border-color: #9A6BDC; }
span { border-color: rgb(154,107,220); }
td.TdClassName
{
border-color: #9A6BDC;
}
.TagClassName
{
border-color: #9A6BDC;
}
</style>