Shades of Medium Purple #925FDF
Tints of Medium Purple #925FDF
RGB
CMYK
RGB Variations
Color information
#925FDF (or 0x925FDF) is known color: Medium Purple. HEX triplet: 92, 5F and DF. RGB value is (146,95,223). Sum of RGB (Red+Green+Blue) = 146+95+223=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #925FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925FDF is #6DA020. Grayscale: #7C7C7C. Windows color (decimal): -7184417 or 14638994. OLE color: 14638994.
HSL color Cylindrical-coordinate representation of color #925FDF: hue angle of 263.91º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #925FDF is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 95 | 223 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.13 |
| HSL | 263.91º | 0.67% | 0.62% | - |
| HSV(B) | 263.91º | 0.57% | 0.87% | - |
| XYZ | 29.27 | 19.62 | 72.06 | - |
| YUV | 124.84 | 183.4 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 95 | 223 | 0.35 | 0.57 | 0 | 0.13 | 263.91 | 0.67 | 0.62 |
| Hex | 92 | 5F | DF | 23 | 39 | 0 | D | 108 | 43 | 3E |
| Octal | 222 | 137 | 337 | 43 | 71 | 0 | 15 | 410 | 103 | 76 |
| Binary | 10010010 | 1011111 | 11011111 | 100011 | 111001 | 0 | 1101 | 100001000 | 1000011 | 111110 |
Color Harmonies of #925FDF
Complementary color
Monochromatic Colors of #925FDF
Black with #925FDF
Text Example
Text Example
White with #925FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925FDF; }
p { color: rgb(146,95,223); }
H1.HeaderClassName
{
color: #925FDF;
}
.AnyTagClassName
{
color: #925FDF;
}
</style>
background-color css
<style>
a { background-color: #925FDF; }
a { background-color: rgb(146,95,223); }
div.DivClassName
{
background-color: #925FDF;
}
.BgClassName
{
background-color: #925FDF;
}
</style>
border-color css
<style>
span { border-color: #925FDF; }
span { border-color: rgb(146,95,223); }
td.TdClassName
{
border-color: #925FDF;
}
.TagClassName
{
border-color: #925FDF;
}
</style>