Shades of Medium Purple #9A69DB
Tints of Medium Purple #9A69DB
RGB
CMYK
RGB Variations
Color information
#9A69DB (or 0x9A69DB) is known color: Medium Purple. HEX triplet: 9A, 69 and DB. RGB value is (154,105,219). Sum of RGB (Red+Green+Blue) = 154+105+219=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A69DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A69DB is #659624. Grayscale: #848484. Windows color (decimal): -6657573 or 14379418. OLE color: 14379418.
HSL color Cylindrical-coordinate representation of color #9A69DB: hue angle of 265.79º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A69DB is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 105 | 219 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.14 |
| HSL | 265.79º | 0.61% | 0.64% | - |
| HSV(B) | 265.79º | 0.52% | 0.86% | - |
| XYZ | 31.16 | 22.09 | 69.64 | - |
| YUV | 132.65 | 176.73 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 105 | 219 | 0.30 | 0.52 | 0 | 0.14 | 265.79 | 0.61 | 0.64 |
| Hex | 9A | 69 | DB | 1E | 34 | 0 | E | 10A | 3D | 40 |
| Octal | 232 | 151 | 333 | 36 | 64 | 0 | 16 | 412 | 75 | 100 |
| Binary | 10011010 | 1101001 | 11011011 | 11110 | 110100 | 0 | 1110 | 100001010 | 111101 | 1000000 |
Color Harmonies of #9A69DB
Complementary color
Monochromatic Colors of #9A69DB
Black with #9A69DB
Text Example
Text Example
White with #9A69DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A69DB; }
p { color: rgb(154,105,219); }
H1.HeaderClassName
{
color: #9A69DB;
}
.AnyTagClassName
{
color: #9A69DB;
}
</style>
background-color css
<style>
a { background-color: #9A69DB; }
a { background-color: rgb(154,105,219); }
div.DivClassName
{
background-color: #9A69DB;
}
.BgClassName
{
background-color: #9A69DB;
}
</style>
border-color css
<style>
span { border-color: #9A69DB; }
span { border-color: rgb(154,105,219); }
td.TdClassName
{
border-color: #9A69DB;
}
.TagClassName
{
border-color: #9A69DB;
}
</style>