Shades of Medium Purple #9A6FDB
Tints of Medium Purple #9A6FDB
RGB
CMYK
RGB Variations
Color information
#9A6FDB (or 0x9A6FDB) is known color: Medium Purple. HEX triplet: 9A, 6F and DB. RGB value is (154,111,219). Sum of RGB (Red+Green+Blue) = 154+111+219=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A6FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6FDB is #659024. Grayscale: #878787. Windows color (decimal): -6656037 or 14380954. OLE color: 14380954.
HSL color Cylindrical-coordinate representation of color #9A6FDB: hue angle of 263.89º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A6FDB is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 111 | 219 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.14 |
| HSL | 263.89º | 0.6% | 0.65% | - |
| HSV(B) | 263.89º | 0.49% | 0.86% | - |
| XYZ | 31.8 | 23.35 | 69.85 | - |
| YUV | 136.17 | 174.75 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 111 | 219 | 0.30 | 0.49 | 0 | 0.14 | 263.89 | 0.6 | 0.65 |
| Hex | 9A | 6F | DB | 1E | 31 | 0 | E | 108 | 3C | 41 |
| Octal | 232 | 157 | 333 | 36 | 61 | 0 | 16 | 410 | 74 | 101 |
| Binary | 10011010 | 1101111 | 11011011 | 11110 | 110001 | 0 | 1110 | 100001000 | 111100 | 1000001 |
Color Harmonies of #9A6FDB
Complementary color
Monochromatic Colors of #9A6FDB
Black with #9A6FDB
Text Example
Text Example
White with #9A6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6FDB; }
p { color: rgb(154,111,219); }
H1.HeaderClassName
{
color: #9A6FDB;
}
.AnyTagClassName
{
color: #9A6FDB;
}
</style>
background-color css
<style>
a { background-color: #9A6FDB; }
a { background-color: rgb(154,111,219); }
div.DivClassName
{
background-color: #9A6FDB;
}
.BgClassName
{
background-color: #9A6FDB;
}
</style>
border-color css
<style>
span { border-color: #9A6FDB; }
span { border-color: rgb(154,111,219); }
td.TdClassName
{
border-color: #9A6FDB;
}
.TagClassName
{
border-color: #9A6FDB;
}
</style>