Shades of Medium Purple #9B70DF
Tints of Medium Purple #9B70DF
RGB
CMYK
RGB Variations
Color information
#9B70DF (or 0x9B70DF) is known color: Medium Purple. HEX triplet: 9B, 70 and DF. RGB value is (155,112,223). Sum of RGB (Red+Green+Blue) = 155+112+223=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B70DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B70DF is #648F20. Grayscale: #898989. Windows color (decimal): -6590241 or 14643355. OLE color: 14643355.
HSL color Cylindrical-coordinate representation of color #9B70DF: hue angle of 263.24º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B70DF is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 112 | 223 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.13 |
| HSL | 263.24º | 0.63% | 0.66% | - |
| HSV(B) | 263.24º | 0.5% | 0.87% | - |
| XYZ | 32.63 | 23.88 | 72.7 | - |
| YUV | 137.51 | 176.25 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 112 | 223 | 0.30 | 0.50 | 0 | 0.13 | 263.24 | 0.63 | 0.66 |
| Hex | 9B | 70 | DF | 1E | 32 | 0 | D | 107 | 3F | 42 |
| Octal | 233 | 160 | 337 | 36 | 62 | 0 | 15 | 407 | 77 | 102 |
| Binary | 10011011 | 1110000 | 11011111 | 11110 | 110010 | 0 | 1101 | 100000111 | 111111 | 1000010 |
Color Harmonies of #9B70DF
Complementary color
Monochromatic Colors of #9B70DF
Black with #9B70DF
Text Example
Text Example
White with #9B70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B70DF; }
p { color: rgb(155,112,223); }
H1.HeaderClassName
{
color: #9B70DF;
}
.AnyTagClassName
{
color: #9B70DF;
}
</style>
background-color css
<style>
a { background-color: #9B70DF; }
a { background-color: rgb(155,112,223); }
div.DivClassName
{
background-color: #9B70DF;
}
.BgClassName
{
background-color: #9B70DF;
}
</style>
border-color css
<style>
span { border-color: #9B70DF; }
span { border-color: rgb(155,112,223); }
td.TdClassName
{
border-color: #9B70DF;
}
.TagClassName
{
border-color: #9B70DF;
}
</style>