Shades of Medium Purple #927FD4
Tints of Medium Purple #927FD4
RGB
CMYK
RGB Variations
Color information
#927FD4 (or 0x927FD4) is known color: Medium Purple. HEX triplet: 92, 7F and D4. RGB value is (146,127,212). Sum of RGB (Red+Green+Blue) = 146+127+212=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 212 - color contains mainly: blue. Hex color #927FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927FD4 is #6D802B. Grayscale: #8E8E8E. Windows color (decimal): -7176236 or 13926290. OLE color: 13926290.
HSL color Cylindrical-coordinate representation of color #927FD4: hue angle of 253.41º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #927FD4 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 127 | 212 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.17 |
| HSL | 253.41º | 0.5% | 0.66% | - |
| HSV(B) | 253.41º | 0.4% | 0.83% | - |
| XYZ | 31.33 | 26.04 | 65.66 | - |
| YUV | 142.37 | 167.29 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 212 | 0.31 | 0.40 | 0 | 0.17 | 253.41 | 0.5 | 0.66 |
| Hex | 92 | 7F | D4 | 1F | 28 | 0 | 11 | FD | 32 | 42 |
| Octal | 222 | 177 | 324 | 37 | 50 | 0 | 21 | 375 | 62 | 102 |
| Binary | 10010010 | 1111111 | 11010100 | 11111 | 101000 | 0 | 10001 | 11111101 | 110010 | 1000010 |
Color Harmonies of #927FD4
Complementary color
Monochromatic Colors of #927FD4
Black with #927FD4
Text Example
Text Example
White with #927FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927FD4; }
p { color: rgb(146,127,212); }
H1.HeaderClassName
{
color: #927FD4;
}
.AnyTagClassName
{
color: #927FD4;
}
</style>
background-color css
<style>
a { background-color: #927FD4; }
a { background-color: rgb(146,127,212); }
div.DivClassName
{
background-color: #927FD4;
}
.BgClassName
{
background-color: #927FD4;
}
</style>
border-color css
<style>
span { border-color: #927FD4; }
span { border-color: rgb(146,127,212); }
td.TdClassName
{
border-color: #927FD4;
}
.TagClassName
{
border-color: #927FD4;
}
</style>