Shades of Medium Purple #926EDF
Tints of Medium Purple #926EDF
RGB
CMYK
RGB Variations
Color information
#926EDF (or 0x926EDF) is known color: Medium Purple. HEX triplet: 92, 6E and DF. RGB value is (146,110,223). Sum of RGB (Red+Green+Blue) = 146+110+223=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #926EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926EDF is #6D9120. Grayscale: #858585. Windows color (decimal): -7180577 or 14642834. OLE color: 14642834.
HSL color Cylindrical-coordinate representation of color #926EDF: hue angle of 259.12º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #926EDF is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 110 | 223 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.13 |
| HSL | 259.12º | 0.64% | 0.65% | - |
| HSV(B) | 259.12º | 0.51% | 0.87% | - |
| XYZ | 30.75 | 22.59 | 72.55 | - |
| YUV | 133.65 | 178.43 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 110 | 223 | 0.35 | 0.51 | 0 | 0.13 | 259.12 | 0.64 | 0.65 |
| Hex | 92 | 6E | DF | 23 | 33 | 0 | D | 103 | 40 | 41 |
| Octal | 222 | 156 | 337 | 43 | 63 | 0 | 15 | 403 | 100 | 101 |
| Binary | 10010010 | 1101110 | 11011111 | 100011 | 110011 | 0 | 1101 | 100000011 | 1000000 | 1000001 |
Color Harmonies of #926EDF
Complementary color
Monochromatic Colors of #926EDF
Black with #926EDF
Text Example
Text Example
White with #926EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926EDF; }
p { color: rgb(146,110,223); }
H1.HeaderClassName
{
color: #926EDF;
}
.AnyTagClassName
{
color: #926EDF;
}
</style>
background-color css
<style>
a { background-color: #926EDF; }
a { background-color: rgb(146,110,223); }
div.DivClassName
{
background-color: #926EDF;
}
.BgClassName
{
background-color: #926EDF;
}
</style>
border-color css
<style>
span { border-color: #926EDF; }
span { border-color: rgb(146,110,223); }
td.TdClassName
{
border-color: #926EDF;
}
.TagClassName
{
border-color: #926EDF;
}
</style>