Shades of Medium Purple #9470DC
Tints of Medium Purple #9470DC
RGB
CMYK
RGB Variations
Color information
#9470DC (or 0x9470DC) is known color: Medium Purple. HEX triplet: 94, 70 and DC. RGB value is (148,112,220). Sum of RGB (Red+Green+Blue) = 148+112+220=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #9470DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9470DC is #6B8F23. Grayscale: #868686. Windows color (decimal): -7048996 or 14446740. OLE color: 14446740.
HSL color Cylindrical-coordinate representation of color #9470DC: hue angle of 260º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9470DC is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 112 | 220 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.14 |
| HSL | 260º | 0.61% | 0.65% | - |
| HSV(B) | 260º | 0.49% | 0.86% | - |
| XYZ | 30.93 | 23.05 | 70.53 | - |
| YUV | 135.08 | 175.93 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 112 | 220 | 0.33 | 0.49 | 0 | 0.14 | 260 | 0.61 | 0.65 |
| Hex | 94 | 70 | DC | 21 | 31 | 0 | E | 104 | 3D | 41 |
| Octal | 224 | 160 | 334 | 41 | 61 | 0 | 16 | 404 | 75 | 101 |
| Binary | 10010100 | 1110000 | 11011100 | 100001 | 110001 | 0 | 1110 | 100000100 | 111101 | 1000001 |
Color Harmonies of #9470DC
Complementary color
Monochromatic Colors of #9470DC
Black with #9470DC
Text Example
Text Example
White with #9470DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9470DC; }
p { color: rgb(148,112,220); }
H1.HeaderClassName
{
color: #9470DC;
}
.AnyTagClassName
{
color: #9470DC;
}
</style>
background-color css
<style>
a { background-color: #9470DC; }
a { background-color: rgb(148,112,220); }
div.DivClassName
{
background-color: #9470DC;
}
.BgClassName
{
background-color: #9470DC;
}
</style>
border-color css
<style>
span { border-color: #9470DC; }
span { border-color: rgb(148,112,220); }
td.TdClassName
{
border-color: #9470DC;
}
.TagClassName
{
border-color: #9470DC;
}
</style>