Shades of Medium Purple #925ADF
Tints of Medium Purple #925ADF
RGB
CMYK
RGB Variations
Color information
#925ADF (or 0x925ADF) is known color: Medium Purple. HEX triplet: 92, 5A and DF. RGB value is (146,90,223). Sum of RGB (Red+Green+Blue) = 146+90+223=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #925ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925ADF is #6DA520. Grayscale: #797979. Windows color (decimal): -7185697 or 14637714. OLE color: 14637714.
HSL color Cylindrical-coordinate representation of color #925ADF: hue angle of 265.26º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #925ADF is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 90 | 223 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.13 |
| HSL | 265.26º | 0.68% | 0.61% | - |
| HSV(B) | 265.26º | 0.6% | 0.87% | - |
| XYZ | 28.83 | 18.75 | 71.91 | - |
| YUV | 121.91 | 185.05 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 223 | 0.35 | 0.60 | 0 | 0.13 | 265.26 | 0.68 | 0.61 |
| Hex | 92 | 5A | DF | 23 | 3C | 0 | D | 109 | 44 | 3D |
| Octal | 222 | 132 | 337 | 43 | 74 | 0 | 15 | 411 | 104 | 75 |
| Binary | 10010010 | 1011010 | 11011111 | 100011 | 111100 | 0 | 1101 | 100001001 | 1000100 | 111101 |
Color Harmonies of #925ADF
Complementary color
Monochromatic Colors of #925ADF
Black with #925ADF
Text Example
Text Example
White with #925ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925ADF; }
p { color: rgb(146,90,223); }
H1.HeaderClassName
{
color: #925ADF;
}
.AnyTagClassName
{
color: #925ADF;
}
</style>
background-color css
<style>
a { background-color: #925ADF; }
a { background-color: rgb(146,90,223); }
div.DivClassName
{
background-color: #925ADF;
}
.BgClassName
{
background-color: #925ADF;
}
</style>
border-color css
<style>
span { border-color: #925ADF; }
span { border-color: rgb(146,90,223); }
td.TdClassName
{
border-color: #925ADF;
}
.TagClassName
{
border-color: #925ADF;
}
</style>