Shades of Medium Purple #925AEA
Tints of Medium Purple #925AEA
RGB
CMYK
RGB Variations
Color information
#925AEA (or 0x925AEA) is known color: Medium Purple. HEX triplet: 92, 5A and EA. RGB value is (146,90,234). Sum of RGB (Red+Green+Blue) = 146+90+234=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #925AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925AEA is #6DA515. Grayscale: #7A7A7A. Windows color (decimal): -7185686 or 15358610. OLE color: 15358610.
HSL color Cylindrical-coordinate representation of color #925AEA: hue angle of 263.33º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #925AEA is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 90 | 234 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.08 |
| HSL | 263.33º | 0.77% | 0.64% | - |
| HSV(B) | 263.33º | 0.62% | 0.92% | - |
| XYZ | 30.36 | 19.36 | 79.98 | - |
| YUV | 123.16 | 190.55 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 234 | 0.38 | 0.62 | 0 | 0.08 | 263.33 | 0.77 | 0.64 |
| Hex | 92 | 5A | EA | 26 | 3E | 0 | 8 | 107 | 4D | 40 |
| Octal | 222 | 132 | 352 | 46 | 76 | 0 | 10 | 407 | 115 | 100 |
| Binary | 10010010 | 1011010 | 11101010 | 100110 | 111110 | 0 | 1000 | 100000111 | 1001101 | 1000000 |
Color Harmonies of #925AEA
Complementary color
Monochromatic Colors of #925AEA
Black with #925AEA
Text Example
Text Example
White with #925AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925AEA; }
p { color: rgb(146,90,234); }
H1.HeaderClassName
{
color: #925AEA;
}
.AnyTagClassName
{
color: #925AEA;
}
</style>
background-color css
<style>
a { background-color: #925AEA; }
a { background-color: rgb(146,90,234); }
div.DivClassName
{
background-color: #925AEA;
}
.BgClassName
{
background-color: #925AEA;
}
</style>
border-color css
<style>
span { border-color: #925AEA; }
span { border-color: rgb(146,90,234); }
td.TdClassName
{
border-color: #925AEA;
}
.TagClassName
{
border-color: #925AEA;
}
</style>