Shades of Medium Purple #9B53FA
Tints of Medium Purple #9B53FA
RGB
CMYK
RGB Variations
Color information
#9B53FA (or 0x9B53FA) is known color: Medium Purple. HEX triplet: 9B, 53 and FA. RGB value is (155,83,250). Sum of RGB (Red+Green+Blue) = 155+83+250=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B53FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B53FA is #64AC05. Grayscale: #7A7A7A. Windows color (decimal): -6597638 or 16405403. OLE color: 16405403.
HSL color Cylindrical-coordinate representation of color #9B53FA: hue angle of 265.87º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B53FA is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 83 | 250 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.02 |
| HSL | 265.87º | 0.94% | 0.65% | - |
| HSV(B) | 265.87º | 0.67% | 0.98% | - |
| XYZ | 33.87 | 20.06 | 92.53 | - |
| YUV | 123.57 | 199.35 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 83 | 250 | 0.38 | 0.67 | 0 | 0.02 | 265.87 | 0.94 | 0.65 |
| Hex | 9B | 53 | FA | 26 | 43 | 0 | 2 | 10A | 5E | 41 |
| Octal | 233 | 123 | 372 | 46 | 103 | 0 | 2 | 412 | 136 | 101 |
| Binary | 10011011 | 1010011 | 11111010 | 100110 | 1000011 | 0 | 10 | 100001010 | 1011110 | 1000001 |
Color Harmonies of #9B53FA
Complementary color
Monochromatic Colors of #9B53FA
Black with #9B53FA
Text Example
Text Example
White with #9B53FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B53FA; }
p { color: rgb(155,83,250); }
H1.HeaderClassName
{
color: #9B53FA;
}
.AnyTagClassName
{
color: #9B53FA;
}
</style>
background-color css
<style>
a { background-color: #9B53FA; }
a { background-color: rgb(155,83,250); }
div.DivClassName
{
background-color: #9B53FA;
}
.BgClassName
{
background-color: #9B53FA;
}
</style>
border-color css
<style>
span { border-color: #9B53FA; }
span { border-color: rgb(155,83,250); }
td.TdClassName
{
border-color: #9B53FA;
}
.TagClassName
{
border-color: #9B53FA;
}
</style>