Shades of Medium Purple #9270D6
Tints of Medium Purple #9270D6
RGB
CMYK
RGB Variations
Color information
#9270D6 (or 0x9270D6) is known color: Medium Purple. HEX triplet: 92, 70 and D6. RGB value is (146,112,214). Sum of RGB (Red+Green+Blue) = 146+112+214=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #9270D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9270D6 is #6D8F29. Grayscale: #858585. Windows color (decimal): -7180074 or 14053522. OLE color: 14053522.
HSL color Cylindrical-coordinate representation of color #9270D6: hue angle of 260º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9270D6 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 112 | 214 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.16 |
| HSL | 260º | 0.55% | 0.64% | - |
| HSV(B) | 260º | 0.48% | 0.84% | - |
| XYZ | 29.79 | 22.55 | 66.4 | - |
| YUV | 133.79 | 173.26 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 112 | 214 | 0.32 | 0.48 | 0 | 0.16 | 260 | 0.55 | 0.64 |
| Hex | 92 | 70 | D6 | 20 | 30 | 0 | 10 | 104 | 37 | 40 |
| Octal | 222 | 160 | 326 | 40 | 60 | 0 | 20 | 404 | 67 | 100 |
| Binary | 10010010 | 1110000 | 11010110 | 100000 | 110000 | 0 | 10000 | 100000100 | 110111 | 1000000 |
Color Harmonies of #9270D6
Complementary color
Monochromatic Colors of #9270D6
Black with #9270D6
Text Example
Text Example
White with #9270D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9270D6; }
p { color: rgb(146,112,214); }
H1.HeaderClassName
{
color: #9270D6;
}
.AnyTagClassName
{
color: #9270D6;
}
</style>
background-color css
<style>
a { background-color: #9270D6; }
a { background-color: rgb(146,112,214); }
div.DivClassName
{
background-color: #9270D6;
}
.BgClassName
{
background-color: #9270D6;
}
</style>
border-color css
<style>
span { border-color: #9270D6; }
span { border-color: rgb(146,112,214); }
td.TdClassName
{
border-color: #9270D6;
}
.TagClassName
{
border-color: #9270D6;
}
</style>