Shades of Medium Purple #9B53F7
Tints of Medium Purple #9B53F7
RGB
CMYK
RGB Variations
Color information
#9B53F7 (or 0x9B53F7) is known color: Medium Purple. HEX triplet: 9B, 53 and F7. RGB value is (155,83,247). Sum of RGB (Red+Green+Blue) = 155+83+247=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #9B53F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B53F7 is #64AC08. Grayscale: #7A7A7A. Windows color (decimal): -6597641 or 16208795. OLE color: 16208795.
HSL color Cylindrical-coordinate representation of color #9B53F7: hue angle of 266.34º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B53F7 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 83 | 247 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.03 |
| HSL | 266.34º | 0.91% | 0.65% | - |
| HSV(B) | 266.34º | 0.66% | 0.97% | - |
| XYZ | 33.4 | 19.87 | 90.07 | - |
| YUV | 123.22 | 197.85 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 83 | 247 | 0.37 | 0.66 | 0 | 0.03 | 266.34 | 0.91 | 0.65 |
| Hex | 9B | 53 | F7 | 25 | 42 | 0 | 3 | 10A | 5B | 41 |
| Octal | 233 | 123 | 367 | 45 | 102 | 0 | 3 | 412 | 133 | 101 |
| Binary | 10011011 | 1010011 | 11110111 | 100101 | 1000010 | 0 | 11 | 100001010 | 1011011 | 1000001 |
Color Harmonies of #9B53F7
Complementary color
Monochromatic Colors of #9B53F7
Black with #9B53F7
Text Example
Text Example
White with #9B53F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B53F7; }
p { color: rgb(155,83,247); }
H1.HeaderClassName
{
color: #9B53F7;
}
.AnyTagClassName
{
color: #9B53F7;
}
</style>
background-color css
<style>
a { background-color: #9B53F7; }
a { background-color: rgb(155,83,247); }
div.DivClassName
{
background-color: #9B53F7;
}
.BgClassName
{
background-color: #9B53F7;
}
</style>
border-color css
<style>
span { border-color: #9B53F7; }
span { border-color: rgb(155,83,247); }
td.TdClassName
{
border-color: #9B53F7;
}
.TagClassName
{
border-color: #9B53F7;
}
</style>