Shades of Medium Purple #927DDC
Tints of Medium Purple #927DDC
RGB
CMYK
RGB Variations
Color information
#927DDC (or 0x927DDC) is known color: Medium Purple. HEX triplet: 92, 7D and DC. RGB value is (146,125,220). Sum of RGB (Red+Green+Blue) = 146+125+220=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #927DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DDC is #6D8223. Grayscale: #8D8D8D. Windows color (decimal): -7176740 or 14450066. OLE color: 14450066.
HSL color Cylindrical-coordinate representation of color #927DDC: hue angle of 253.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #927DDC is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 125 | 220 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.14 |
| HSL | 253.26º | 0.58% | 0.68% | - |
| HSV(B) | 253.26º | 0.43% | 0.86% | - |
| XYZ | 32.11 | 25.95 | 71.03 | - |
| YUV | 142.11 | 171.96 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 220 | 0.34 | 0.43 | 0 | 0.14 | 253.26 | 0.58 | 0.68 |
| Hex | 92 | 7D | DC | 22 | 2B | 0 | E | FD | 3A | 44 |
| Octal | 222 | 175 | 334 | 42 | 53 | 0 | 16 | 375 | 72 | 104 |
| Binary | 10010010 | 1111101 | 11011100 | 100010 | 101011 | 0 | 1110 | 11111101 | 111010 | 1000100 |
Color Harmonies of #927DDC
Complementary color
Monochromatic Colors of #927DDC
Black with #927DDC
Text Example
Text Example
White with #927DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927DDC; }
p { color: rgb(146,125,220); }
H1.HeaderClassName
{
color: #927DDC;
}
.AnyTagClassName
{
color: #927DDC;
}
</style>
background-color css
<style>
a { background-color: #927DDC; }
a { background-color: rgb(146,125,220); }
div.DivClassName
{
background-color: #927DDC;
}
.BgClassName
{
background-color: #927DDC;
}
</style>
border-color css
<style>
span { border-color: #927DDC; }
span { border-color: rgb(146,125,220); }
td.TdClassName
{
border-color: #927DDC;
}
.TagClassName
{
border-color: #927DDC;
}
</style>