Shades of Medium Purple #925CF4
Tints of Medium Purple #925CF4
RGB
CMYK
RGB Variations
Color information
#925CF4 (or 0x925CF4) is known color: Medium Purple. HEX triplet: 92, 5C and F4. RGB value is (146,92,244). Sum of RGB (Red+Green+Blue) = 146+92+244=482 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.29% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 244 (95.70% from 255 or 50.62% from 482); Max value from RGB is 244 - color contains mainly: blue. Hex color #925CF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925CF4 is #6DA30B. Grayscale: #7C7C7C. Windows color (decimal): -7185164 or 16014482. OLE color: 16014482.
HSL color Cylindrical-coordinate representation of color #925CF4: hue angle of 261.32º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #925CF4 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 92 | 244 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.04 |
| HSL | 261.32º | 0.87% | 0.66% | - |
| HSV(B) | 261.32º | 0.62% | 0.96% | - |
| XYZ | 32.01 | 20.3 | 87.82 | - |
| YUV | 125.47 | 194.89 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 92 | 244 | 0.40 | 0.62 | 0 | 0.04 | 261.32 | 0.87 | 0.66 |
| Hex | 92 | 5C | F4 | 28 | 3E | 0 | 4 | 105 | 57 | 42 |
| Octal | 222 | 134 | 364 | 50 | 76 | 0 | 4 | 405 | 127 | 102 |
| Binary | 10010010 | 1011100 | 11110100 | 101000 | 111110 | 0 | 100 | 100000101 | 1010111 | 1000010 |
Color Harmonies of #925CF4
Complementary color
Monochromatic Colors of #925CF4
Black with #925CF4
Text Example
Text Example
White with #925CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925CF4; }
p { color: rgb(146,92,244); }
H1.HeaderClassName
{
color: #925CF4;
}
.AnyTagClassName
{
color: #925CF4;
}
</style>
background-color css
<style>
a { background-color: #925CF4; }
a { background-color: rgb(146,92,244); }
div.DivClassName
{
background-color: #925CF4;
}
.BgClassName
{
background-color: #925CF4;
}
</style>
border-color css
<style>
span { border-color: #925CF4; }
span { border-color: rgb(146,92,244); }
td.TdClassName
{
border-color: #925CF4;
}
.TagClassName
{
border-color: #925CF4;
}
</style>