Shades of Medium Purple #9279D5
Tints of Medium Purple #9279D5
RGB
CMYK
RGB Variations
Color information
#9279D5 (or 0x9279D5) is known color: Medium Purple. HEX triplet: 92, 79 and D5. RGB value is (146,121,213). Sum of RGB (Red+Green+Blue) = 146+121+213=480 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.42% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #9279D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9279D5 is #6D862A. Grayscale: #8A8A8A. Windows color (decimal): -7177771 or 13990290. OLE color: 13990290.
HSL color Cylindrical-coordinate representation of color #9279D5: hue angle of 256.3º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9279D5 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 121 | 213 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.16 |
| HSL | 256.3º | 0.52% | 0.65% | - |
| HSV(B) | 256.3º | 0.43% | 0.84% | - |
| XYZ | 30.7 | 24.59 | 66.08 | - |
| YUV | 138.96 | 169.78 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 121 | 213 | 0.31 | 0.43 | 0 | 0.16 | 256.3 | 0.52 | 0.65 |
| Hex | 92 | 79 | D5 | 1F | 2B | 0 | 10 | 100 | 34 | 41 |
| Octal | 222 | 171 | 325 | 37 | 53 | 0 | 20 | 400 | 64 | 101 |
| Binary | 10010010 | 1111001 | 11010101 | 11111 | 101011 | 0 | 10000 | 100000000 | 110100 | 1000001 |
Color Harmonies of #9279D5
Complementary color
Monochromatic Colors of #9279D5
Black with #9279D5
Text Example
Text Example
White with #9279D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9279D5; }
p { color: rgb(146,121,213); }
H1.HeaderClassName
{
color: #9279D5;
}
.AnyTagClassName
{
color: #9279D5;
}
</style>
background-color css
<style>
a { background-color: #9279D5; }
a { background-color: rgb(146,121,213); }
div.DivClassName
{
background-color: #9279D5;
}
.BgClassName
{
background-color: #9279D5;
}
</style>
border-color css
<style>
span { border-color: #9279D5; }
span { border-color: rgb(146,121,213); }
td.TdClassName
{
border-color: #9279D5;
}
.TagClassName
{
border-color: #9279D5;
}
</style>