Shades of Medium Purple #9679DA
Tints of Medium Purple #9679DA
RGB
CMYK
RGB Variations
Color information
#9679DA (or 0x9679DA) is known color: Medium Purple. HEX triplet: 96, 79 and DA. RGB value is (150,121,218). Sum of RGB (Red+Green+Blue) = 150+121+218=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #9679DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9679DA is #698625. Grayscale: #8C8C8C. Windows color (decimal): -6915622 or 14317974. OLE color: 14317974.
HSL color Cylindrical-coordinate representation of color #9679DA: hue angle of 257.94º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9679DA is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 121 | 218 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.15 |
| HSL | 257.94º | 0.57% | 0.66% | - |
| HSV(B) | 257.94º | 0.44% | 0.85% | - |
| XYZ | 32.07 | 25.22 | 69.51 | - |
| YUV | 140.73 | 171.61 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 121 | 218 | 0.31 | 0.44 | 0 | 0.15 | 257.94 | 0.57 | 0.66 |
| Hex | 96 | 79 | DA | 1F | 2C | 0 | F | 102 | 39 | 42 |
| Octal | 226 | 171 | 332 | 37 | 54 | 0 | 17 | 402 | 71 | 102 |
| Binary | 10010110 | 1111001 | 11011010 | 11111 | 101100 | 0 | 1111 | 100000010 | 111001 | 1000010 |
Color Harmonies of #9679DA
Complementary color
Monochromatic Colors of #9679DA
Black with #9679DA
Text Example
Text Example
White with #9679DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9679DA; }
p { color: rgb(150,121,218); }
H1.HeaderClassName
{
color: #9679DA;
}
.AnyTagClassName
{
color: #9679DA;
}
</style>
background-color css
<style>
a { background-color: #9679DA; }
a { background-color: rgb(150,121,218); }
div.DivClassName
{
background-color: #9679DA;
}
.BgClassName
{
background-color: #9679DA;
}
</style>
border-color css
<style>
span { border-color: #9679DA; }
span { border-color: rgb(150,121,218); }
td.TdClassName
{
border-color: #9679DA;
}
.TagClassName
{
border-color: #9679DA;
}
</style>