Shades of Medium Purple #925CDD
Tints of Medium Purple #925CDD
RGB
CMYK
RGB Variations
Color information
#925CDD (or 0x925CDD) is known color: Medium Purple. HEX triplet: 92, 5C and DD. RGB value is (146,92,221). Sum of RGB (Red+Green+Blue) = 146+92+221=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #925CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925CDD is #6DA322. Grayscale: #7A7A7A. Windows color (decimal): -7185187 or 14507154. OLE color: 14507154.
HSL color Cylindrical-coordinate representation of color #925CDD: hue angle of 265.12º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #925CDD is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 92 | 221 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.13 |
| HSL | 265.12º | 0.65% | 0.61% | - |
| HSV(B) | 265.12º | 0.58% | 0.87% | - |
| XYZ | 28.73 | 18.99 | 70.56 | - |
| YUV | 122.85 | 183.39 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 92 | 221 | 0.34 | 0.58 | 0 | 0.13 | 265.12 | 0.65 | 0.61 |
| Hex | 92 | 5C | DD | 22 | 3A | 0 | D | 109 | 41 | 3D |
| Octal | 222 | 134 | 335 | 42 | 72 | 0 | 15 | 411 | 101 | 75 |
| Binary | 10010010 | 1011100 | 11011101 | 100010 | 111010 | 0 | 1101 | 100001001 | 1000001 | 111101 |
Color Harmonies of #925CDD
Complementary color
Monochromatic Colors of #925CDD
Black with #925CDD
Text Example
Text Example
White with #925CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925CDD; }
p { color: rgb(146,92,221); }
H1.HeaderClassName
{
color: #925CDD;
}
.AnyTagClassName
{
color: #925CDD;
}
</style>
background-color css
<style>
a { background-color: #925CDD; }
a { background-color: rgb(146,92,221); }
div.DivClassName
{
background-color: #925CDD;
}
.BgClassName
{
background-color: #925CDD;
}
</style>
border-color css
<style>
span { border-color: #925CDD; }
span { border-color: rgb(146,92,221); }
td.TdClassName
{
border-color: #925CDD;
}
.TagClassName
{
border-color: #925CDD;
}
</style>