Shades of Medium Purple #926CE6
Tints of Medium Purple #926CE6
RGB
CMYK
RGB Variations
Color information
#926CE6 (or 0x926CE6) is known color: Medium Purple. HEX triplet: 92, 6C and E6. RGB value is (146,108,230). Sum of RGB (Red+Green+Blue) = 146+108+230=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #926CE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926CE6 is #6D9319. Grayscale: #848484. Windows color (decimal): -7181082 or 15101074. OLE color: 15101074.
HSL color Cylindrical-coordinate representation of color #926CE6: hue angle of 258.69º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #926CE6 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 108 | 230 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.10 |
| HSL | 258.69º | 0.71% | 0.66% | - |
| HSV(B) | 258.69º | 0.53% | 0.9% | - |
| XYZ | 31.5 | 22.55 | 77.56 | - |
| YUV | 133.27 | 182.59 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 230 | 0.37 | 0.53 | 0 | 0.10 | 258.69 | 0.71 | 0.66 |
| Hex | 92 | 6C | E6 | 25 | 35 | 0 | A | 103 | 47 | 42 |
| Octal | 222 | 154 | 346 | 45 | 65 | 0 | 12 | 403 | 107 | 102 |
| Binary | 10010010 | 1101100 | 11100110 | 100101 | 110101 | 0 | 1010 | 100000011 | 1000111 | 1000010 |
Color Harmonies of #926CE6
Complementary color
Monochromatic Colors of #926CE6
Black with #926CE6
Text Example
Text Example
White with #926CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926CE6; }
p { color: rgb(146,108,230); }
H1.HeaderClassName
{
color: #926CE6;
}
.AnyTagClassName
{
color: #926CE6;
}
</style>
background-color css
<style>
a { background-color: #926CE6; }
a { background-color: rgb(146,108,230); }
div.DivClassName
{
background-color: #926CE6;
}
.BgClassName
{
background-color: #926CE6;
}
</style>
border-color css
<style>
span { border-color: #926CE6; }
span { border-color: rgb(146,108,230); }
td.TdClassName
{
border-color: #926CE6;
}
.TagClassName
{
border-color: #926CE6;
}
</style>