Shades of Medium Purple #925FDD
Tints of Medium Purple #925FDD
RGB
CMYK
RGB Variations
Color information
#925FDD (or 0x925FDD) is known color: Medium Purple. HEX triplet: 92, 5F and DD. RGB value is (146,95,221). Sum of RGB (Red+Green+Blue) = 146+95+221=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #925FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925FDD is #6DA022. Grayscale: #7C7C7C. Windows color (decimal): -7184419 or 14507922. OLE color: 14507922.
HSL color Cylindrical-coordinate representation of color #925FDD: hue angle of 264.29º degrees, saturation: 0.65, 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 #925FDD is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 95 | 221 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.13 |
| HSL | 264.29º | 0.65% | 0.62% | - |
| HSV(B) | 264.29º | 0.57% | 0.87% | - |
| XYZ | 29 | 19.52 | 70.65 | - |
| YUV | 124.61 | 182.4 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 95 | 221 | 0.34 | 0.57 | 0 | 0.13 | 264.29 | 0.65 | 0.62 |
| Hex | 92 | 5F | DD | 22 | 39 | 0 | D | 108 | 41 | 3E |
| Octal | 222 | 137 | 335 | 42 | 71 | 0 | 15 | 410 | 101 | 76 |
| Binary | 10010010 | 1011111 | 11011101 | 100010 | 111001 | 0 | 1101 | 100001000 | 1000001 | 111110 |
Color Harmonies of #925FDD
Complementary color
Monochromatic Colors of #925FDD
Black with #925FDD
Text Example
Text Example
White with #925FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925FDD; }
p { color: rgb(146,95,221); }
H1.HeaderClassName
{
color: #925FDD;
}
.AnyTagClassName
{
color: #925FDD;
}
</style>
background-color css
<style>
a { background-color: #925FDD; }
a { background-color: rgb(146,95,221); }
div.DivClassName
{
background-color: #925FDD;
}
.BgClassName
{
background-color: #925FDD;
}
</style>
border-color css
<style>
span { border-color: #925FDD; }
span { border-color: rgb(146,95,221); }
td.TdClassName
{
border-color: #925FDD;
}
.TagClassName
{
border-color: #925FDD;
}
</style>