Shades of Medium Purple #926ED1
Tints of Medium Purple #926ED1
RGB
CMYK
RGB Variations
Color information
#926ED1 (or 0x926ED1) is known color: Medium Purple. HEX triplet: 92, 6E and D1. RGB value is (146,110,209). Sum of RGB (Red+Green+Blue) = 146+110+209=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #926ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926ED1 is #6D912E. Grayscale: #838383. Windows color (decimal): -7180591 or 13725330. OLE color: 13725330.
HSL color Cylindrical-coordinate representation of color #926ED1: hue angle of 261.82º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #926ED1 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 110 | 209 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.18 |
| HSL | 261.82º | 0.52% | 0.63% | - |
| HSV(B) | 261.82º | 0.47% | 0.82% | - |
| XYZ | 28.94 | 21.87 | 63.02 | - |
| YUV | 132.05 | 171.43 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 110 | 209 | 0.30 | 0.47 | 0 | 0.18 | 261.82 | 0.52 | 0.63 |
| Hex | 92 | 6E | D1 | 1E | 2F | 0 | 12 | 106 | 34 | 3F |
| Octal | 222 | 156 | 321 | 36 | 57 | 0 | 22 | 406 | 64 | 77 |
| Binary | 10010010 | 1101110 | 11010001 | 11110 | 101111 | 0 | 10010 | 100000110 | 110100 | 111111 |
Color Harmonies of #926ED1
Complementary color
Monochromatic Colors of #926ED1
Black with #926ED1
Text Example
Text Example
White with #926ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926ED1; }
p { color: rgb(146,110,209); }
H1.HeaderClassName
{
color: #926ED1;
}
.AnyTagClassName
{
color: #926ED1;
}
</style>
background-color css
<style>
a { background-color: #926ED1; }
a { background-color: rgb(146,110,209); }
div.DivClassName
{
background-color: #926ED1;
}
.BgClassName
{
background-color: #926ED1;
}
</style>
border-color css
<style>
span { border-color: #926ED1; }
span { border-color: rgb(146,110,209); }
td.TdClassName
{
border-color: #926ED1;
}
.TagClassName
{
border-color: #926ED1;
}
</style>