Shades of Medium Purple #9276DD
Tints of Medium Purple #9276DD
RGB
CMYK
RGB Variations
Color information
#9276DD (or 0x9276DD) is known color: Medium Purple. HEX triplet: 92, 76 and DD. RGB value is (146,118,221). Sum of RGB (Red+Green+Blue) = 146+118+221=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #9276DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9276DD is #6D8922. Grayscale: #898989. Windows color (decimal): -7178531 or 14513810. OLE color: 14513810.
HSL color Cylindrical-coordinate representation of color #9276DD: hue angle of 256.31º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9276DD is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 118 | 221 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.13 |
| HSL | 256.31º | 0.6% | 0.66% | - |
| HSV(B) | 256.31º | 0.47% | 0.87% | - |
| XYZ | 31.38 | 24.29 | 71.44 | - |
| YUV | 138.11 | 174.78 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 118 | 221 | 0.34 | 0.47 | 0 | 0.13 | 256.31 | 0.6 | 0.66 |
| Hex | 92 | 76 | DD | 22 | 2F | 0 | D | 100 | 3C | 42 |
| Octal | 222 | 166 | 335 | 42 | 57 | 0 | 15 | 400 | 74 | 102 |
| Binary | 10010010 | 1110110 | 11011101 | 100010 | 101111 | 0 | 1101 | 100000000 | 111100 | 1000010 |
Color Harmonies of #9276DD
Complementary color
Monochromatic Colors of #9276DD
Black with #9276DD
Text Example
Text Example
White with #9276DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9276DD; }
p { color: rgb(146,118,221); }
H1.HeaderClassName
{
color: #9276DD;
}
.AnyTagClassName
{
color: #9276DD;
}
</style>
background-color css
<style>
a { background-color: #9276DD; }
a { background-color: rgb(146,118,221); }
div.DivClassName
{
background-color: #9276DD;
}
.BgClassName
{
background-color: #9276DD;
}
</style>
border-color css
<style>
span { border-color: #9276DD; }
span { border-color: rgb(146,118,221); }
td.TdClassName
{
border-color: #9276DD;
}
.TagClassName
{
border-color: #9276DD;
}
</style>