Shades of Medium Purple #9A69E6
Tints of Medium Purple #9A69E6
RGB
CMYK
RGB Variations
Color information
#9A69E6 (or 0x9A69E6) is known color: Medium Purple. HEX triplet: 9A, 69 and E6. RGB value is (154,105,230). Sum of RGB (Red+Green+Blue) = 154+105+230=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 230 - color contains mainly: blue. Hex color #9A69E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A69E6 is #659619. Grayscale: #858585. Windows color (decimal): -6657562 or 15100314. OLE color: 15100314.
HSL color Cylindrical-coordinate representation of color #9A69E6: hue angle of 263.52º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A69E6 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 105 | 230 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.10 |
| HSL | 263.52º | 0.71% | 0.66% | - |
| HSV(B) | 263.52º | 0.54% | 0.9% | - |
| XYZ | 32.66 | 22.69 | 77.52 | - |
| YUV | 133.9 | 182.23 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 105 | 230 | 0.33 | 0.54 | 0 | 0.10 | 263.52 | 0.71 | 0.66 |
| Hex | 9A | 69 | E6 | 21 | 36 | 0 | A | 108 | 47 | 42 |
| Octal | 232 | 151 | 346 | 41 | 66 | 0 | 12 | 410 | 107 | 102 |
| Binary | 10011010 | 1101001 | 11100110 | 100001 | 110110 | 0 | 1010 | 100001000 | 1000111 | 1000010 |
Color Harmonies of #9A69E6
Complementary color
Monochromatic Colors of #9A69E6
Black with #9A69E6
Text Example
Text Example
White with #9A69E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A69E6; }
p { color: rgb(154,105,230); }
H1.HeaderClassName
{
color: #9A69E6;
}
.AnyTagClassName
{
color: #9A69E6;
}
</style>
background-color css
<style>
a { background-color: #9A69E6; }
a { background-color: rgb(154,105,230); }
div.DivClassName
{
background-color: #9A69E6;
}
.BgClassName
{
background-color: #9A69E6;
}
</style>
border-color css
<style>
span { border-color: #9A69E6; }
span { border-color: rgb(154,105,230); }
td.TdClassName
{
border-color: #9A69E6;
}
.TagClassName
{
border-color: #9A69E6;
}
</style>