Shades of Medium Purple #927CDC
Tints of Medium Purple #927CDC
RGB
CMYK
RGB Variations
Color information
#927CDC (or 0x927CDC) is known color: Medium Purple. HEX triplet: 92, 7C and DC. RGB value is (146,124,220). Sum of RGB (Red+Green+Blue) = 146+124+220=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #927CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927CDC is #6D8323. Grayscale: #8D8D8D. Windows color (decimal): -7176996 or 14449810. OLE color: 14449810.
HSL color Cylindrical-coordinate representation of color #927CDC: hue angle of 253.75º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #927CDC is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 124 | 220 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.14 |
| HSL | 253.75º | 0.58% | 0.67% | - |
| HSV(B) | 253.75º | 0.44% | 0.86% | - |
| XYZ | 31.98 | 25.69 | 70.98 | - |
| YUV | 141.52 | 172.29 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 220 | 0.34 | 0.44 | 0 | 0.14 | 253.75 | 0.58 | 0.67 |
| Hex | 92 | 7C | DC | 22 | 2C | 0 | E | FE | 3A | 43 |
| Octal | 222 | 174 | 334 | 42 | 54 | 0 | 16 | 376 | 72 | 103 |
| Binary | 10010010 | 1111100 | 11011100 | 100010 | 101100 | 0 | 1110 | 11111110 | 111010 | 1000011 |
Color Harmonies of #927CDC
Complementary color
Monochromatic Colors of #927CDC
Black with #927CDC
Text Example
Text Example
White with #927CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927CDC; }
p { color: rgb(146,124,220); }
H1.HeaderClassName
{
color: #927CDC;
}
.AnyTagClassName
{
color: #927CDC;
}
</style>
background-color css
<style>
a { background-color: #927CDC; }
a { background-color: rgb(146,124,220); }
div.DivClassName
{
background-color: #927CDC;
}
.BgClassName
{
background-color: #927CDC;
}
</style>
border-color css
<style>
span { border-color: #927CDC; }
span { border-color: rgb(146,124,220); }
td.TdClassName
{
border-color: #927CDC;
}
.TagClassName
{
border-color: #927CDC;
}
</style>