Shades of Medium Purple #924FF1
Tints of Medium Purple #924FF1
RGB
CMYK
RGB Variations
Color information
#924FF1 (or 0x924FF1) is known color: Medium Purple. HEX triplet: 92, 4F and F1. RGB value is (146,79,241). Sum of RGB (Red+Green+Blue) = 146+79+241=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #924FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #924FF1 is #6DB00E. Grayscale: #747474. Windows color (decimal): -7188495 or 15814546. OLE color: 15814546.
HSL color Cylindrical-coordinate representation of color #924FF1: hue angle of 264.81º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #924FF1 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 79 | 241 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.05 |
| HSL | 264.81º | 0.85% | 0.63% | - |
| HSV(B) | 264.81º | 0.67% | 0.95% | - |
| XYZ | 30.53 | 18.05 | 85.09 | - |
| YUV | 117.5 | 197.7 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 79 | 241 | 0.39 | 0.67 | 0 | 0.05 | 264.81 | 0.85 | 0.63 |
| Hex | 92 | 4F | F1 | 27 | 43 | 0 | 5 | 109 | 55 | 3F |
| Octal | 222 | 117 | 361 | 47 | 103 | 0 | 5 | 411 | 125 | 77 |
| Binary | 10010010 | 1001111 | 11110001 | 100111 | 1000011 | 0 | 101 | 100001001 | 1010101 | 111111 |
Color Harmonies of #924FF1
Complementary color
Monochromatic Colors of #924FF1
Black with #924FF1
Text Example
Text Example
White with #924FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924FF1; }
p { color: rgb(146,79,241); }
H1.HeaderClassName
{
color: #924FF1;
}
.AnyTagClassName
{
color: #924FF1;
}
</style>
background-color css
<style>
a { background-color: #924FF1; }
a { background-color: rgb(146,79,241); }
div.DivClassName
{
background-color: #924FF1;
}
.BgClassName
{
background-color: #924FF1;
}
</style>
border-color css
<style>
span { border-color: #924FF1; }
span { border-color: rgb(146,79,241); }
td.TdClassName
{
border-color: #924FF1;
}
.TagClassName
{
border-color: #924FF1;
}
</style>