Shades of Medium Purple #927BDC
Tints of Medium Purple #927BDC
RGB
CMYK
RGB Variations
Color information
#927BDC (or 0x927BDC) is known color: Medium Purple. HEX triplet: 92, 7B and DC. RGB value is (146,123,220). Sum of RGB (Red+Green+Blue) = 146+123+220=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #927BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927BDC is #6D8423. Grayscale: #8C8C8C. Windows color (decimal): -7177252 or 14449554. OLE color: 14449554.
HSL color Cylindrical-coordinate representation of color #927BDC: hue angle of 254.23º 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 #927BDC is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 123 | 220 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.14 |
| HSL | 254.23º | 0.58% | 0.67% | - |
| HSV(B) | 254.23º | 0.44% | 0.86% | - |
| XYZ | 31.86 | 25.44 | 70.94 | - |
| YUV | 140.94 | 172.62 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 220 | 0.34 | 0.44 | 0 | 0.14 | 254.23 | 0.58 | 0.67 |
| Hex | 92 | 7B | DC | 22 | 2C | 0 | E | FE | 3A | 43 |
| Octal | 222 | 173 | 334 | 42 | 54 | 0 | 16 | 376 | 72 | 103 |
| Binary | 10010010 | 1111011 | 11011100 | 100010 | 101100 | 0 | 1110 | 11111110 | 111010 | 1000011 |
Color Harmonies of #927BDC
Complementary color
Monochromatic Colors of #927BDC
Black with #927BDC
Text Example
Text Example
White with #927BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927BDC; }
p { color: rgb(146,123,220); }
H1.HeaderClassName
{
color: #927BDC;
}
.AnyTagClassName
{
color: #927BDC;
}
</style>
background-color css
<style>
a { background-color: #927BDC; }
a { background-color: rgb(146,123,220); }
div.DivClassName
{
background-color: #927BDC;
}
.BgClassName
{
background-color: #927BDC;
}
</style>
border-color css
<style>
span { border-color: #927BDC; }
span { border-color: rgb(146,123,220); }
td.TdClassName
{
border-color: #927BDC;
}
.TagClassName
{
border-color: #927BDC;
}
</style>