Shades of Medium Purple #9B53EF
Tints of Medium Purple #9B53EF
RGB
CMYK
RGB Variations
Color information
#9B53EF (or 0x9B53EF) is known color: Medium Purple. HEX triplet: 9B, 53 and EF. RGB value is (155,83,239). Sum of RGB (Red+Green+Blue) = 155+83+239=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B53EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B53EF is #64AC10. Grayscale: #797979. Windows color (decimal): -6597649 or 15684507. OLE color: 15684507.
HSL color Cylindrical-coordinate representation of color #9B53EF: hue angle of 267.69º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B53EF is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 83 | 239 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.06 |
| HSL | 267.69º | 0.83% | 0.63% | - |
| HSV(B) | 267.69º | 0.65% | 0.94% | - |
| XYZ | 32.19 | 19.39 | 83.71 | - |
| YUV | 122.31 | 193.85 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 83 | 239 | 0.35 | 0.65 | 0 | 0.06 | 267.69 | 0.83 | 0.63 |
| Hex | 9B | 53 | EF | 23 | 41 | 0 | 6 | 10C | 53 | 3F |
| Octal | 233 | 123 | 357 | 43 | 101 | 0 | 6 | 414 | 123 | 77 |
| Binary | 10011011 | 1010011 | 11101111 | 100011 | 1000001 | 0 | 110 | 100001100 | 1010011 | 111111 |
Color Harmonies of #9B53EF
Complementary color
Monochromatic Colors of #9B53EF
Black with #9B53EF
Text Example
Text Example
White with #9B53EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B53EF; }
p { color: rgb(155,83,239); }
H1.HeaderClassName
{
color: #9B53EF;
}
.AnyTagClassName
{
color: #9B53EF;
}
</style>
background-color css
<style>
a { background-color: #9B53EF; }
a { background-color: rgb(155,83,239); }
div.DivClassName
{
background-color: #9B53EF;
}
.BgClassName
{
background-color: #9B53EF;
}
</style>
border-color css
<style>
span { border-color: #9B53EF; }
span { border-color: rgb(155,83,239); }
td.TdClassName
{
border-color: #9B53EF;
}
.TagClassName
{
border-color: #9B53EF;
}
</style>