Shades of Medium Purple #9B70F0
Tints of Medium Purple #9B70F0
RGB
CMYK
RGB Variations
Color information
#9B70F0 (or 0x9B70F0) is known color: Medium Purple. HEX triplet: 9B, 70 and F0. RGB value is (155,112,240). Sum of RGB (Red+Green+Blue) = 155+112+240=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #9B70F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B70F0 is #648F0F. Grayscale: #8A8A8A. Windows color (decimal): -6590224 or 15757467. OLE color: 15757467.
HSL color Cylindrical-coordinate representation of color #9B70F0: hue angle of 260.16º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B70F0 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 112 | 240 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.06 |
| HSL | 260.16º | 0.81% | 0.69% | - |
| HSV(B) | 260.16º | 0.53% | 0.94% | - |
| XYZ | 35.04 | 24.85 | 85.39 | - |
| YUV | 139.45 | 184.75 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 112 | 240 | 0.35 | 0.53 | 0 | 0.06 | 260.16 | 0.81 | 0.69 |
| Hex | 9B | 70 | F0 | 23 | 35 | 0 | 6 | 104 | 51 | 45 |
| Octal | 233 | 160 | 360 | 43 | 65 | 0 | 6 | 404 | 121 | 105 |
| Binary | 10011011 | 1110000 | 11110000 | 100011 | 110101 | 0 | 110 | 100000100 | 1010001 | 1000101 |
Color Harmonies of #9B70F0
Complementary color
Monochromatic Colors of #9B70F0
Black with #9B70F0
Text Example
Text Example
White with #9B70F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B70F0; }
p { color: rgb(155,112,240); }
H1.HeaderClassName
{
color: #9B70F0;
}
.AnyTagClassName
{
color: #9B70F0;
}
</style>
background-color css
<style>
a { background-color: #9B70F0; }
a { background-color: rgb(155,112,240); }
div.DivClassName
{
background-color: #9B70F0;
}
.BgClassName
{
background-color: #9B70F0;
}
</style>
border-color css
<style>
span { border-color: #9B70F0; }
span { border-color: rgb(155,112,240); }
td.TdClassName
{
border-color: #9B70F0;
}
.TagClassName
{
border-color: #9B70F0;
}
</style>