Shades of Medium Purple #9A6FDC
Tints of Medium Purple #9A6FDC
RGB
CMYK
RGB Variations
Color information
#9A6FDC (or 0x9A6FDC) is known color: Medium Purple. HEX triplet: 9A, 6F and DC. RGB value is (154,111,220). Sum of RGB (Red+Green+Blue) = 154+111+220=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A6FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6FDC is #659023. Grayscale: #878787. Windows color (decimal): -6656036 or 14446490. OLE color: 14446490.
HSL color Cylindrical-coordinate representation of color #9A6FDC: hue angle of 263.67º 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 #9A6FDC is Cyan = 0.3, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 111 | 220 | - |
| CMYK | 0.3 | 0.50 | 0 | 0.14 |
| HSL | 263.67º | 0.61% | 0.65% | - |
| HSV(B) | 263.67º | 0.5% | 0.86% | - |
| XYZ | 31.93 | 23.41 | 70.55 | - |
| YUV | 136.28 | 175.25 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 111 | 220 | 0.3 | 0.50 | 0 | 0.14 | 263.67 | 0.61 | 0.65 |
| Hex | 9A | 6F | DC | 1E | 32 | 0 | E | 108 | 3D | 41 |
| Octal | 232 | 157 | 334 | 36 | 62 | 0 | 16 | 410 | 75 | 101 |
| Binary | 10011010 | 1101111 | 11011100 | 11110 | 110010 | 0 | 1110 | 100001000 | 111101 | 1000001 |
Color Harmonies of #9A6FDC
Complementary color
Monochromatic Colors of #9A6FDC
Black with #9A6FDC
Text Example
Text Example
White with #9A6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6FDC; }
p { color: rgb(154,111,220); }
H1.HeaderClassName
{
color: #9A6FDC;
}
.AnyTagClassName
{
color: #9A6FDC;
}
</style>
background-color css
<style>
a { background-color: #9A6FDC; }
a { background-color: rgb(154,111,220); }
div.DivClassName
{
background-color: #9A6FDC;
}
.BgClassName
{
background-color: #9A6FDC;
}
</style>
border-color css
<style>
span { border-color: #9A6FDC; }
span { border-color: rgb(154,111,220); }
td.TdClassName
{
border-color: #9A6FDC;
}
.TagClassName
{
border-color: #9A6FDC;
}
</style>