Shades of Medium Purple #927DDA
Tints of Medium Purple #927DDA
RGB
CMYK
RGB Variations
Color information
#927DDA (or 0x927DDA) is known color: Medium Purple. HEX triplet: 92, 7D and DA. RGB value is (146,125,218). Sum of RGB (Red+Green+Blue) = 146+125+218=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #927DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DDA is #6D8225. Grayscale: #8D8D8D. Windows color (decimal): -7176742 or 14318994. OLE color: 14318994.
HSL color Cylindrical-coordinate representation of color #927DDA: hue angle of 253.55º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #927DDA is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 125 | 218 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.15 |
| HSL | 253.55º | 0.56% | 0.67% | - |
| HSV(B) | 253.55º | 0.43% | 0.85% | - |
| XYZ | 31.84 | 25.84 | 69.64 | - |
| YUV | 141.88 | 170.96 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 218 | 0.33 | 0.43 | 0 | 0.15 | 253.55 | 0.56 | 0.67 |
| Hex | 92 | 7D | DA | 21 | 2B | 0 | F | FE | 38 | 43 |
| Octal | 222 | 175 | 332 | 41 | 53 | 0 | 17 | 376 | 70 | 103 |
| Binary | 10010010 | 1111101 | 11011010 | 100001 | 101011 | 0 | 1111 | 11111110 | 111000 | 1000011 |
Color Harmonies of #927DDA
Complementary color
Monochromatic Colors of #927DDA
Black with #927DDA
Text Example
Text Example
White with #927DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927DDA; }
p { color: rgb(146,125,218); }
H1.HeaderClassName
{
color: #927DDA;
}
.AnyTagClassName
{
color: #927DDA;
}
</style>
background-color css
<style>
a { background-color: #927DDA; }
a { background-color: rgb(146,125,218); }
div.DivClassName
{
background-color: #927DDA;
}
.BgClassName
{
background-color: #927DDA;
}
</style>
border-color css
<style>
span { border-color: #927DDA; }
span { border-color: rgb(146,125,218); }
td.TdClassName
{
border-color: #927DDA;
}
.TagClassName
{
border-color: #927DDA;
}
</style>