Shades of Medium Purple #926CE2
Tints of Medium Purple #926CE2
RGB
CMYK
RGB Variations
Color information
#926CE2 (or 0x926CE2) is known color: Medium Purple. HEX triplet: 92, 6C and E2. RGB value is (146,108,226). Sum of RGB (Red+Green+Blue) = 146+108+226=480 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.42% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 226 (88.67% from 255 or 47.08% from 480); Max value from RGB is 226 - color contains mainly: blue. Hex color #926CE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926CE2 is #6D931D. Grayscale: #848484. Windows color (decimal): -7181086 or 14838930. OLE color: 14838930.
HSL color Cylindrical-coordinate representation of color #926CE2: hue angle of 259.32º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #926CE2 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 108 | 226 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.11 |
| HSL | 259.32º | 0.67% | 0.65% | - |
| HSV(B) | 259.32º | 0.52% | 0.89% | - |
| XYZ | 30.94 | 22.33 | 74.63 | - |
| YUV | 132.81 | 180.59 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 226 | 0.35 | 0.52 | 0 | 0.11 | 259.32 | 0.67 | 0.65 |
| Hex | 92 | 6C | E2 | 23 | 34 | 0 | B | 103 | 43 | 41 |
| Octal | 222 | 154 | 342 | 43 | 64 | 0 | 13 | 403 | 103 | 101 |
| Binary | 10010010 | 1101100 | 11100010 | 100011 | 110100 | 0 | 1011 | 100000011 | 1000011 | 1000001 |
Color Harmonies of #926CE2
Complementary color
Monochromatic Colors of #926CE2
Black with #926CE2
Text Example
Text Example
White with #926CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926CE2; }
p { color: rgb(146,108,226); }
H1.HeaderClassName
{
color: #926CE2;
}
.AnyTagClassName
{
color: #926CE2;
}
</style>
background-color css
<style>
a { background-color: #926CE2; }
a { background-color: rgb(146,108,226); }
div.DivClassName
{
background-color: #926CE2;
}
.BgClassName
{
background-color: #926CE2;
}
</style>
border-color css
<style>
span { border-color: #926CE2; }
span { border-color: rgb(146,108,226); }
td.TdClassName
{
border-color: #926CE2;
}
.TagClassName
{
border-color: #926CE2;
}
</style>