Shades of Medium Purple #9277DC
Tints of Medium Purple #9277DC
RGB
CMYK
RGB Variations
Color information
#9277DC (or 0x9277DC) is known color: Medium Purple. HEX triplet: 92, 77 and DC. RGB value is (146,119,220). Sum of RGB (Red+Green+Blue) = 146+119+220=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #9277DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9277DC is #6D8823. Grayscale: #8A8A8A. Windows color (decimal): -7178276 or 14448530. OLE color: 14448530.
HSL color Cylindrical-coordinate representation of color #9277DC: hue angle of 256.04º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9277DC is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 119 | 220 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.14 |
| HSL | 256.04º | 0.59% | 0.66% | - |
| HSV(B) | 256.04º | 0.46% | 0.86% | - |
| XYZ | 31.37 | 24.47 | 70.78 | - |
| YUV | 138.59 | 173.95 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 119 | 220 | 0.34 | 0.46 | 0 | 0.14 | 256.04 | 0.59 | 0.66 |
| Hex | 92 | 77 | DC | 22 | 2E | 0 | E | 100 | 3B | 42 |
| Octal | 222 | 167 | 334 | 42 | 56 | 0 | 16 | 400 | 73 | 102 |
| Binary | 10010010 | 1110111 | 11011100 | 100010 | 101110 | 0 | 1110 | 100000000 | 111011 | 1000010 |
Color Harmonies of #9277DC
Complementary color
Monochromatic Colors of #9277DC
Black with #9277DC
Text Example
Text Example
White with #9277DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9277DC; }
p { color: rgb(146,119,220); }
H1.HeaderClassName
{
color: #9277DC;
}
.AnyTagClassName
{
color: #9277DC;
}
</style>
background-color css
<style>
a { background-color: #9277DC; }
a { background-color: rgb(146,119,220); }
div.DivClassName
{
background-color: #9277DC;
}
.BgClassName
{
background-color: #9277DC;
}
</style>
border-color css
<style>
span { border-color: #9277DC; }
span { border-color: rgb(146,119,220); }
td.TdClassName
{
border-color: #9277DC;
}
.TagClassName
{
border-color: #9277DC;
}
</style>