Shades of Medium Purple #9470F2
Tints of Medium Purple #9470F2
RGB
CMYK
RGB Variations
Color information
#9470F2 (or 0x9470F2) is known color: Medium Purple. HEX triplet: 94, 70 and F2. RGB value is (148,112,242). Sum of RGB (Red+Green+Blue) = 148+112+242=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #9470F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9470F2 is #6B8F0D. Grayscale: #898989. Windows color (decimal): -7048974 or 15888532. OLE color: 15888532.
HSL color Cylindrical-coordinate representation of color #9470F2: hue angle of 256.62º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9470F2 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 112 | 242 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.05 |
| HSL | 256.62º | 0.83% | 0.69% | - |
| HSV(B) | 256.62º | 0.54% | 0.95% | - |
| XYZ | 34.03 | 24.3 | 86.9 | - |
| YUV | 137.58 | 186.93 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 112 | 242 | 0.39 | 0.54 | 0 | 0.05 | 256.62 | 0.83 | 0.69 |
| Hex | 94 | 70 | F2 | 27 | 36 | 0 | 5 | 101 | 53 | 45 |
| Octal | 224 | 160 | 362 | 47 | 66 | 0 | 5 | 401 | 123 | 105 |
| Binary | 10010100 | 1110000 | 11110010 | 100111 | 110110 | 0 | 101 | 100000001 | 1010011 | 1000101 |
Color Harmonies of #9470F2
Complementary color
Monochromatic Colors of #9470F2
Black with #9470F2
Text Example
Text Example
White with #9470F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9470F2; }
p { color: rgb(148,112,242); }
H1.HeaderClassName
{
color: #9470F2;
}
.AnyTagClassName
{
color: #9470F2;
}
</style>
background-color css
<style>
a { background-color: #9470F2; }
a { background-color: rgb(148,112,242); }
div.DivClassName
{
background-color: #9470F2;
}
.BgClassName
{
background-color: #9470F2;
}
</style>
border-color css
<style>
span { border-color: #9470F2; }
span { border-color: rgb(148,112,242); }
td.TdClassName
{
border-color: #9470F2;
}
.TagClassName
{
border-color: #9470F2;
}
</style>