Shades of Medium Purple #9277DD
Tints of Medium Purple #9277DD
RGB
CMYK
RGB Variations
Color information
#9277DD (or 0x9277DD) is known color: Medium Purple. HEX triplet: 92, 77 and DD. RGB value is (146,119,221). Sum of RGB (Red+Green+Blue) = 146+119+221=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #9277DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9277DD is #6D8822. Grayscale: #8A8A8A. Windows color (decimal): -7178275 or 14514066. OLE color: 14514066.
HSL color Cylindrical-coordinate representation of color #9277DD: hue angle of 255.88º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9277DD is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 119 | 221 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.13 |
| HSL | 255.88º | 0.6% | 0.67% | - |
| HSV(B) | 255.88º | 0.46% | 0.87% | - |
| XYZ | 31.5 | 24.53 | 71.48 | - |
| YUV | 138.7 | 174.45 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 119 | 221 | 0.34 | 0.46 | 0 | 0.13 | 255.88 | 0.6 | 0.67 |
| Hex | 92 | 77 | DD | 22 | 2E | 0 | D | 100 | 3C | 43 |
| Octal | 222 | 167 | 335 | 42 | 56 | 0 | 15 | 400 | 74 | 103 |
| Binary | 10010010 | 1110111 | 11011101 | 100010 | 101110 | 0 | 1101 | 100000000 | 111100 | 1000011 |
Color Harmonies of #9277DD
Complementary color
Monochromatic Colors of #9277DD
Black with #9277DD
Text Example
Text Example
White with #9277DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9277DD; }
p { color: rgb(146,119,221); }
H1.HeaderClassName
{
color: #9277DD;
}
.AnyTagClassName
{
color: #9277DD;
}
</style>
background-color css
<style>
a { background-color: #9277DD; }
a { background-color: rgb(146,119,221); }
div.DivClassName
{
background-color: #9277DD;
}
.BgClassName
{
background-color: #9277DD;
}
</style>
border-color css
<style>
span { border-color: #9277DD; }
span { border-color: rgb(146,119,221); }
td.TdClassName
{
border-color: #9277DD;
}
.TagClassName
{
border-color: #9277DD;
}
</style>