Shades of Medium Purple #926FEF
Tints of Medium Purple #926FEF
RGB
CMYK
RGB Variations
Color information
#926FEF (or 0x926FEF) is known color: Medium Purple. HEX triplet: 92, 6F and EF. RGB value is (146,111,239). Sum of RGB (Red+Green+Blue) = 146+111+239=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #926FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926FEF is #6D9010. Grayscale: #878787. Windows color (decimal): -7180305 or 15691666. OLE color: 15691666.
HSL color Cylindrical-coordinate representation of color #926FEF: hue angle of 256.41º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #926FEF is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 111 | 239 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.06 |
| HSL | 256.41º | 0.8% | 0.69% | - |
| HSV(B) | 256.41º | 0.54% | 0.94% | - |
| XYZ | 33.12 | 23.71 | 84.49 | - |
| YUV | 136.06 | 186.1 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 239 | 0.39 | 0.54 | 0 | 0.06 | 256.41 | 0.8 | 0.69 |
| Hex | 92 | 6F | EF | 27 | 36 | 0 | 6 | 100 | 50 | 45 |
| Octal | 222 | 157 | 357 | 47 | 66 | 0 | 6 | 400 | 120 | 105 |
| Binary | 10010010 | 1101111 | 11101111 | 100111 | 110110 | 0 | 110 | 100000000 | 1010000 | 1000101 |
Color Harmonies of #926FEF
Complementary color
Monochromatic Colors of #926FEF
Black with #926FEF
Text Example
Text Example
White with #926FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926FEF; }
p { color: rgb(146,111,239); }
H1.HeaderClassName
{
color: #926FEF;
}
.AnyTagClassName
{
color: #926FEF;
}
</style>
background-color css
<style>
a { background-color: #926FEF; }
a { background-color: rgb(146,111,239); }
div.DivClassName
{
background-color: #926FEF;
}
.BgClassName
{
background-color: #926FEF;
}
</style>
border-color css
<style>
span { border-color: #926FEF; }
span { border-color: rgb(146,111,239); }
td.TdClassName
{
border-color: #926FEF;
}
.TagClassName
{
border-color: #926FEF;
}
</style>