Shades of Medium Purple #926CDD
Tints of Medium Purple #926CDD
RGB
CMYK
RGB Variations
Color information
#926CDD (or 0x926CDD) is known color: Medium Purple. HEX triplet: 92, 6C and DD. RGB value is (146,108,221). Sum of RGB (Red+Green+Blue) = 146+108+221=475 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.74% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #926CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926CDD is #6D9322. Grayscale: #838383. Windows color (decimal): -7181091 or 14511250. OLE color: 14511250.
HSL color Cylindrical-coordinate representation of color #926CDD: hue angle of 260.18º degrees, saturation: 0.62, 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 #926CDD is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 108 | 221 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.13 |
| HSL | 260.18º | 0.62% | 0.65% | - |
| HSV(B) | 260.18º | 0.51% | 0.87% | - |
| XYZ | 30.27 | 22.06 | 71.07 | - |
| YUV | 132.24 | 178.09 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 221 | 0.34 | 0.51 | 0 | 0.13 | 260.18 | 0.62 | 0.65 |
| Hex | 92 | 6C | DD | 22 | 33 | 0 | D | 104 | 3E | 41 |
| Octal | 222 | 154 | 335 | 42 | 63 | 0 | 15 | 404 | 76 | 101 |
| Binary | 10010010 | 1101100 | 11011101 | 100010 | 110011 | 0 | 1101 | 100000100 | 111110 | 1000001 |
Color Harmonies of #926CDD
Complementary color
Monochromatic Colors of #926CDD
Black with #926CDD
Text Example
Text Example
White with #926CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926CDD; }
p { color: rgb(146,108,221); }
H1.HeaderClassName
{
color: #926CDD;
}
.AnyTagClassName
{
color: #926CDD;
}
</style>
background-color css
<style>
a { background-color: #926CDD; }
a { background-color: rgb(146,108,221); }
div.DivClassName
{
background-color: #926CDD;
}
.BgClassName
{
background-color: #926CDD;
}
</style>
border-color css
<style>
span { border-color: #926CDD; }
span { border-color: rgb(146,108,221); }
td.TdClassName
{
border-color: #926CDD;
}
.TagClassName
{
border-color: #926CDD;
}
</style>