Shades of Medium Purple #925AF3
Tints of Medium Purple #925AF3
RGB
CMYK
RGB Variations
Color information
#925AF3 (or 0x925AF3) is known color: Medium Purple. HEX triplet: 92, 5A and F3. RGB value is (146,90,243). Sum of RGB (Red+Green+Blue) = 146+90+243=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 243 (95.31% from 255 or 50.73% from 479); Max value from RGB is 243 - color contains mainly: blue. Hex color #925AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925AF3 is #6DA50C. Grayscale: #7B7B7B. Windows color (decimal): -7185677 or 15948434. OLE color: 15948434.
HSL color Cylindrical-coordinate representation of color #925AF3: hue angle of 261.96º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #925AF3 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 90 | 243 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.05 |
| HSL | 261.96º | 0.86% | 0.65% | - |
| HSV(B) | 261.96º | 0.63% | 0.95% | - |
| XYZ | 31.69 | 19.89 | 86.96 | - |
| YUV | 124.19 | 195.05 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 243 | 0.40 | 0.63 | 0 | 0.05 | 261.96 | 0.86 | 0.65 |
| Hex | 92 | 5A | F3 | 28 | 3F | 0 | 5 | 106 | 56 | 41 |
| Octal | 222 | 132 | 363 | 50 | 77 | 0 | 5 | 406 | 126 | 101 |
| Binary | 10010010 | 1011010 | 11110011 | 101000 | 111111 | 0 | 101 | 100000110 | 1010110 | 1000001 |
Color Harmonies of #925AF3
Complementary color
Monochromatic Colors of #925AF3
Black with #925AF3
Text Example
Text Example
White with #925AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925AF3; }
p { color: rgb(146,90,243); }
H1.HeaderClassName
{
color: #925AF3;
}
.AnyTagClassName
{
color: #925AF3;
}
</style>
background-color css
<style>
a { background-color: #925AF3; }
a { background-color: rgb(146,90,243); }
div.DivClassName
{
background-color: #925AF3;
}
.BgClassName
{
background-color: #925AF3;
}
</style>
border-color css
<style>
span { border-color: #925AF3; }
span { border-color: rgb(146,90,243); }
td.TdClassName
{
border-color: #925AF3;
}
.TagClassName
{
border-color: #925AF3;
}
</style>