Shades of Medium Purple #9B58EC
Tints of Medium Purple #9B58EC
RGB
CMYK
RGB Variations
Color information
#9B58EC (or 0x9B58EC) is known color: Medium Purple. HEX triplet: 9B, 58 and EC. RGB value is (155,88,236). Sum of RGB (Red+Green+Blue) = 155+88+236=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B58EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B58EC is #64A713. Grayscale: #7C7C7C. Windows color (decimal): -6596372 or 15489179. OLE color: 15489179.
HSL color Cylindrical-coordinate representation of color #9B58EC: hue angle of 267.16º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B58EC is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 88 | 236 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.07 |
| HSL | 267.16º | 0.8% | 0.64% | - |
| HSV(B) | 267.16º | 0.63% | 0.93% | - |
| XYZ | 32.15 | 20 | 81.52 | - |
| YUV | 124.91 | 190.7 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 88 | 236 | 0.34 | 0.63 | 0 | 0.07 | 267.16 | 0.8 | 0.64 |
| Hex | 9B | 58 | EC | 22 | 3F | 0 | 7 | 10B | 50 | 40 |
| Octal | 233 | 130 | 354 | 42 | 77 | 0 | 7 | 413 | 120 | 100 |
| Binary | 10011011 | 1011000 | 11101100 | 100010 | 111111 | 0 | 111 | 100001011 | 1010000 | 1000000 |
Color Harmonies of #9B58EC
Complementary color
Monochromatic Colors of #9B58EC
Black with #9B58EC
Text Example
Text Example
White with #9B58EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B58EC; }
p { color: rgb(155,88,236); }
H1.HeaderClassName
{
color: #9B58EC;
}
.AnyTagClassName
{
color: #9B58EC;
}
</style>
background-color css
<style>
a { background-color: #9B58EC; }
a { background-color: rgb(155,88,236); }
div.DivClassName
{
background-color: #9B58EC;
}
.BgClassName
{
background-color: #9B58EC;
}
</style>
border-color css
<style>
span { border-color: #9B58EC; }
span { border-color: rgb(155,88,236); }
td.TdClassName
{
border-color: #9B58EC;
}
.TagClassName
{
border-color: #9B58EC;
}
</style>