Shades of Medium Purple #9A7FDC
Tints of Medium Purple #9A7FDC
RGB
CMYK
RGB Variations
Color information
#9A7FDC (or 0x9A7FDC) is known color: Medium Purple. HEX triplet: 9A, 7F and DC. RGB value is (154,127,220). Sum of RGB (Red+Green+Blue) = 154+127+220=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A7FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7FDC is #658023. Grayscale: #919191. Windows color (decimal): -6651940 or 14450586. OLE color: 14450586.
HSL color Cylindrical-coordinate representation of color #9A7FDC: hue angle of 257.42º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A7FDC is Cyan = 0.3, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 127 | 220 | - |
| CMYK | 0.3 | 0.42 | 0 | 0.14 |
| HSL | 257.42º | 0.57% | 0.68% | - |
| HSV(B) | 257.42º | 0.42% | 0.86% | - |
| XYZ | 33.83 | 27.22 | 71.18 | - |
| YUV | 145.68 | 169.95 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 127 | 220 | 0.3 | 0.42 | 0 | 0.14 | 257.42 | 0.57 | 0.68 |
| Hex | 9A | 7F | DC | 1E | 2A | 0 | E | 101 | 39 | 44 |
| Octal | 232 | 177 | 334 | 36 | 52 | 0 | 16 | 401 | 71 | 104 |
| Binary | 10011010 | 1111111 | 11011100 | 11110 | 101010 | 0 | 1110 | 100000001 | 111001 | 1000100 |
Color Harmonies of #9A7FDC
Complementary color
Monochromatic Colors of #9A7FDC
Black with #9A7FDC
Text Example
Text Example
White with #9A7FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7FDC; }
p { color: rgb(154,127,220); }
H1.HeaderClassName
{
color: #9A7FDC;
}
.AnyTagClassName
{
color: #9A7FDC;
}
</style>
background-color css
<style>
a { background-color: #9A7FDC; }
a { background-color: rgb(154,127,220); }
div.DivClassName
{
background-color: #9A7FDC;
}
.BgClassName
{
background-color: #9A7FDC;
}
</style>
border-color css
<style>
span { border-color: #9A7FDC; }
span { border-color: rgb(154,127,220); }
td.TdClassName
{
border-color: #9A7FDC;
}
.TagClassName
{
border-color: #9A7FDC;
}
</style>