Shades of Medium Purple #926EDC
Tints of Medium Purple #926EDC
RGB
CMYK
RGB Variations
Color information
#926EDC (or 0x926EDC) is known color: Medium Purple. HEX triplet: 92, 6E and DC. RGB value is (146,110,220). Sum of RGB (Red+Green+Blue) = 146+110+220=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #926EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926EDC is #6D9123. Grayscale: #848484. Windows color (decimal): -7180580 or 14446226. OLE color: 14446226.
HSL color Cylindrical-coordinate representation of color #926EDC: hue angle of 259.64º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #926EDC is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 110 | 220 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.14 |
| HSL | 259.64º | 0.61% | 0.65% | - |
| HSV(B) | 259.64º | 0.5% | 0.86% | - |
| XYZ | 30.35 | 22.43 | 70.44 | - |
| YUV | 133.3 | 176.93 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 110 | 220 | 0.34 | 0.50 | 0 | 0.14 | 259.64 | 0.61 | 0.65 |
| Hex | 92 | 6E | DC | 22 | 32 | 0 | E | 104 | 3D | 41 |
| Octal | 222 | 156 | 334 | 42 | 62 | 0 | 16 | 404 | 75 | 101 |
| Binary | 10010010 | 1101110 | 11011100 | 100010 | 110010 | 0 | 1110 | 100000100 | 111101 | 1000001 |
Color Harmonies of #926EDC
Complementary color
Monochromatic Colors of #926EDC
Black with #926EDC
Text Example
Text Example
White with #926EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926EDC; }
p { color: rgb(146,110,220); }
H1.HeaderClassName
{
color: #926EDC;
}
.AnyTagClassName
{
color: #926EDC;
}
</style>
background-color css
<style>
a { background-color: #926EDC; }
a { background-color: rgb(146,110,220); }
div.DivClassName
{
background-color: #926EDC;
}
.BgClassName
{
background-color: #926EDC;
}
</style>
border-color css
<style>
span { border-color: #926EDC; }
span { border-color: rgb(146,110,220); }
td.TdClassName
{
border-color: #926EDC;
}
.TagClassName
{
border-color: #926EDC;
}
</style>