Shades of Medium Purple #9A69DF
Tints of Medium Purple #9A69DF
RGB
CMYK
RGB Variations
Color information
#9A69DF (or 0x9A69DF) is known color: Medium Purple. HEX triplet: 9A, 69 and DF. RGB value is (154,105,223). Sum of RGB (Red+Green+Blue) = 154+105+223=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A69DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A69DF is #659620. Grayscale: #848484. Windows color (decimal): -6657569 or 14641562. OLE color: 14641562.
HSL color Cylindrical-coordinate representation of color #9A69DF: hue angle of 264.92º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A69DF is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 105 | 223 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.13 |
| HSL | 264.92º | 0.65% | 0.64% | - |
| HSV(B) | 264.92º | 0.53% | 0.87% | - |
| XYZ | 31.7 | 22.3 | 72.45 | - |
| YUV | 133.1 | 178.73 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 105 | 223 | 0.31 | 0.53 | 0 | 0.13 | 264.92 | 0.65 | 0.64 |
| Hex | 9A | 69 | DF | 1F | 35 | 0 | D | 109 | 41 | 40 |
| Octal | 232 | 151 | 337 | 37 | 65 | 0 | 15 | 411 | 101 | 100 |
| Binary | 10011010 | 1101001 | 11011111 | 11111 | 110101 | 0 | 1101 | 100001001 | 1000001 | 1000000 |
Color Harmonies of #9A69DF
Complementary color
Monochromatic Colors of #9A69DF
Black with #9A69DF
Text Example
Text Example
White with #9A69DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A69DF; }
p { color: rgb(154,105,223); }
H1.HeaderClassName
{
color: #9A69DF;
}
.AnyTagClassName
{
color: #9A69DF;
}
</style>
background-color css
<style>
a { background-color: #9A69DF; }
a { background-color: rgb(154,105,223); }
div.DivClassName
{
background-color: #9A69DF;
}
.BgClassName
{
background-color: #9A69DF;
}
</style>
border-color css
<style>
span { border-color: #9A69DF; }
span { border-color: rgb(154,105,223); }
td.TdClassName
{
border-color: #9A69DF;
}
.TagClassName
{
border-color: #9A69DF;
}
</style>