Shades of Medium Purple #9B55EB
Tints of Medium Purple #9B55EB
RGB
CMYK
RGB Variations
Color information
#9B55EB (or 0x9B55EB) is known color: Medium Purple. HEX triplet: 9B, 55 and EB. RGB value is (155,85,235). Sum of RGB (Red+Green+Blue) = 155+85+235=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #9B55EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B55EB is #64AA14. Grayscale: #7A7A7A. Windows color (decimal): -6597141 or 15422875. OLE color: 15422875.
HSL color Cylindrical-coordinate representation of color #9B55EB: hue angle of 268º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B55EB is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 85 | 235 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.08 |
| HSL | 268º | 0.79% | 0.63% | - |
| HSV(B) | 268º | 0.64% | 0.92% | - |
| XYZ | 31.76 | 19.46 | 80.68 | - |
| YUV | 123.03 | 191.19 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 85 | 235 | 0.34 | 0.64 | 0 | 0.08 | 268 | 0.79 | 0.63 |
| Hex | 9B | 55 | EB | 22 | 40 | 0 | 8 | 10C | 4F | 3F |
| Octal | 233 | 125 | 353 | 42 | 100 | 0 | 10 | 414 | 117 | 77 |
| Binary | 10011011 | 1010101 | 11101011 | 100010 | 1000000 | 0 | 1000 | 100001100 | 1001111 | 111111 |
Color Harmonies of #9B55EB
Complementary color
Monochromatic Colors of #9B55EB
Black with #9B55EB
Text Example
Text Example
White with #9B55EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B55EB; }
p { color: rgb(155,85,235); }
H1.HeaderClassName
{
color: #9B55EB;
}
.AnyTagClassName
{
color: #9B55EB;
}
</style>
background-color css
<style>
a { background-color: #9B55EB; }
a { background-color: rgb(155,85,235); }
div.DivClassName
{
background-color: #9B55EB;
}
.BgClassName
{
background-color: #9B55EB;
}
</style>
border-color css
<style>
span { border-color: #9B55EB; }
span { border-color: rgb(155,85,235); }
td.TdClassName
{
border-color: #9B55EB;
}
.TagClassName
{
border-color: #9B55EB;
}
</style>