Shades of Medium Purple #9B5BF2
Tints of Medium Purple #9B5BF2
RGB
CMYK
RGB Variations
Color information
#9B5BF2 (or 0x9B5BF2) is known color: Medium Purple. HEX triplet: 9B, 5B and F2. RGB value is (155,91,242). Sum of RGB (Red+Green+Blue) = 155+91+242=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #9B5BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5BF2 is #64A40D. Grayscale: #7E7E7E. Windows color (decimal): -6595598 or 15883163. OLE color: 15883163.
HSL color Cylindrical-coordinate representation of color #9B5BF2: hue angle of 265.43º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B5BF2 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 91 | 242 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.05 |
| HSL | 265.43º | 0.85% | 0.65% | - |
| HSV(B) | 265.43º | 0.62% | 0.95% | - |
| XYZ | 33.29 | 20.86 | 86.28 | - |
| YUV | 127.35 | 192.7 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 91 | 242 | 0.36 | 0.62 | 0 | 0.05 | 265.43 | 0.85 | 0.65 |
| Hex | 9B | 5B | F2 | 24 | 3E | 0 | 5 | 109 | 55 | 41 |
| Octal | 233 | 133 | 362 | 44 | 76 | 0 | 5 | 411 | 125 | 101 |
| Binary | 10011011 | 1011011 | 11110010 | 100100 | 111110 | 0 | 101 | 100001001 | 1010101 | 1000001 |
Color Harmonies of #9B5BF2
Complementary color
Monochromatic Colors of #9B5BF2
Black with #9B5BF2
Text Example
Text Example
White with #9B5BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5BF2; }
p { color: rgb(155,91,242); }
H1.HeaderClassName
{
color: #9B5BF2;
}
.AnyTagClassName
{
color: #9B5BF2;
}
</style>
background-color css
<style>
a { background-color: #9B5BF2; }
a { background-color: rgb(155,91,242); }
div.DivClassName
{
background-color: #9B5BF2;
}
.BgClassName
{
background-color: #9B5BF2;
}
</style>
border-color css
<style>
span { border-color: #9B5BF2; }
span { border-color: rgb(155,91,242); }
td.TdClassName
{
border-color: #9B5BF2;
}
.TagClassName
{
border-color: #9B5BF2;
}
</style>