Shades of Medium Purple #9A79DF
Tints of Medium Purple #9A79DF
RGB
CMYK
RGB Variations
Color information
#9A79DF (or 0x9A79DF) is known color: Medium Purple. HEX triplet: 9A, 79 and DF. RGB value is (154,121,223). Sum of RGB (Red+Green+Blue) = 154+121+223=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A79DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A79DF is #658620. Grayscale: #8E8E8E. Windows color (decimal): -6653473 or 14645658. OLE color: 14645658.
HSL color Cylindrical-coordinate representation of color #9A79DF: hue angle of 259.41º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A79DF is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 121 | 223 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.13 |
| HSL | 259.41º | 0.61% | 0.67% | - |
| HSV(B) | 259.41º | 0.46% | 0.87% | - |
| XYZ | 33.48 | 25.87 | 73.04 | - |
| YUV | 142.5 | 173.43 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 121 | 223 | 0.31 | 0.46 | 0 | 0.13 | 259.41 | 0.61 | 0.67 |
| Hex | 9A | 79 | DF | 1F | 2E | 0 | D | 103 | 3D | 43 |
| Octal | 232 | 171 | 337 | 37 | 56 | 0 | 15 | 403 | 75 | 103 |
| Binary | 10011010 | 1111001 | 11011111 | 11111 | 101110 | 0 | 1101 | 100000011 | 111101 | 1000011 |
Color Harmonies of #9A79DF
Complementary color
Monochromatic Colors of #9A79DF
Black with #9A79DF
Text Example
Text Example
White with #9A79DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A79DF; }
p { color: rgb(154,121,223); }
H1.HeaderClassName
{
color: #9A79DF;
}
.AnyTagClassName
{
color: #9A79DF;
}
</style>
background-color css
<style>
a { background-color: #9A79DF; }
a { background-color: rgb(154,121,223); }
div.DivClassName
{
background-color: #9A79DF;
}
.BgClassName
{
background-color: #9A79DF;
}
</style>
border-color css
<style>
span { border-color: #9A79DF; }
span { border-color: rgb(154,121,223); }
td.TdClassName
{
border-color: #9A79DF;
}
.TagClassName
{
border-color: #9A79DF;
}
</style>