Shades of Medium Purple #926EE4
Tints of Medium Purple #926EE4
RGB
CMYK
RGB Variations
Color information
#926EE4 (or 0x926EE4) is known color: Medium Purple. HEX triplet: 92, 6E and E4. RGB value is (146,110,228). Sum of RGB (Red+Green+Blue) = 146+110+228=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 228 - color contains mainly: blue. Hex color #926EE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926EE4 is #6D911B. Grayscale: #858585. Windows color (decimal): -7180572 or 14970514. OLE color: 14970514.
HSL color Cylindrical-coordinate representation of color #926EE4: hue angle of 258.31º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #926EE4 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 110 | 228 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.11 |
| HSL | 258.31º | 0.69% | 0.66% | - |
| HSV(B) | 258.31º | 0.52% | 0.89% | - |
| XYZ | 31.43 | 22.86 | 76.16 | - |
| YUV | 134.22 | 180.93 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 110 | 228 | 0.36 | 0.52 | 0 | 0.11 | 258.31 | 0.69 | 0.66 |
| Hex | 92 | 6E | E4 | 24 | 34 | 0 | B | 102 | 45 | 42 |
| Octal | 222 | 156 | 344 | 44 | 64 | 0 | 13 | 402 | 105 | 102 |
| Binary | 10010010 | 1101110 | 11100100 | 100100 | 110100 | 0 | 1011 | 100000010 | 1000101 | 1000010 |
Color Harmonies of #926EE4
Complementary color
Monochromatic Colors of #926EE4
Black with #926EE4
Text Example
Text Example
White with #926EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926EE4; }
p { color: rgb(146,110,228); }
H1.HeaderClassName
{
color: #926EE4;
}
.AnyTagClassName
{
color: #926EE4;
}
</style>
background-color css
<style>
a { background-color: #926EE4; }
a { background-color: rgb(146,110,228); }
div.DivClassName
{
background-color: #926EE4;
}
.BgClassName
{
background-color: #926EE4;
}
</style>
border-color css
<style>
span { border-color: #926EE4; }
span { border-color: rgb(146,110,228); }
td.TdClassName
{
border-color: #926EE4;
}
.TagClassName
{
border-color: #926EE4;
}
</style>