Shades of Medium Purple #926ADB
Tints of Medium Purple #926ADB
RGB
CMYK
RGB Variations
Color information
#926ADB (or 0x926ADB) is known color: Medium Purple. HEX triplet: 92, 6A and DB. RGB value is (146,106,219). Sum of RGB (Red+Green+Blue) = 146+106+219=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #926ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926ADB is #6D9524. Grayscale: #828282. Windows color (decimal): -7181605 or 14379666. OLE color: 14379666.
HSL color Cylindrical-coordinate representation of color #926ADB: hue angle of 261.24º 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 #926ADB is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 106 | 219 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.14 |
| HSL | 261.24º | 0.61% | 0.64% | - |
| HSV(B) | 261.24º | 0.52% | 0.86% | - |
| XYZ | 29.79 | 21.53 | 69.6 | - |
| YUV | 130.84 | 177.75 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 106 | 219 | 0.33 | 0.52 | 0 | 0.14 | 261.24 | 0.61 | 0.64 |
| Hex | 92 | 6A | DB | 21 | 34 | 0 | E | 105 | 3D | 40 |
| Octal | 222 | 152 | 333 | 41 | 64 | 0 | 16 | 405 | 75 | 100 |
| Binary | 10010010 | 1101010 | 11011011 | 100001 | 110100 | 0 | 1110 | 100000101 | 111101 | 1000000 |
Color Harmonies of #926ADB
Complementary color
Monochromatic Colors of #926ADB
Black with #926ADB
Text Example
Text Example
White with #926ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926ADB; }
p { color: rgb(146,106,219); }
H1.HeaderClassName
{
color: #926ADB;
}
.AnyTagClassName
{
color: #926ADB;
}
</style>
background-color css
<style>
a { background-color: #926ADB; }
a { background-color: rgb(146,106,219); }
div.DivClassName
{
background-color: #926ADB;
}
.BgClassName
{
background-color: #926ADB;
}
</style>
border-color css
<style>
span { border-color: #926ADB; }
span { border-color: rgb(146,106,219); }
td.TdClassName
{
border-color: #926ADB;
}
.TagClassName
{
border-color: #926ADB;
}
</style>