Shades of Medium Purple #9B5CED
Tints of Medium Purple #9B5CED
RGB
CMYK
RGB Variations
Color information
#9B5CED (or 0x9B5CED) is known color: Medium Purple. HEX triplet: 9B, 5C and ED. RGB value is (155,92,237). Sum of RGB (Red+Green+Blue) = 155+92+237=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B5CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5CED is #64A312. Grayscale: #7E7E7E. Windows color (decimal): -6595347 or 15555739. OLE color: 15555739.
HSL color Cylindrical-coordinate representation of color #9B5CED: hue angle of 266.07º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B5CED is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 92 | 237 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.07 |
| HSL | 266.07º | 0.8% | 0.65% | - |
| HSV(B) | 266.07º | 0.61% | 0.93% | - |
| XYZ | 32.63 | 20.74 | 82.4 | - |
| YUV | 127.37 | 189.87 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 92 | 237 | 0.35 | 0.61 | 0 | 0.07 | 266.07 | 0.8 | 0.65 |
| Hex | 9B | 5C | ED | 23 | 3D | 0 | 7 | 10A | 50 | 41 |
| Octal | 233 | 134 | 355 | 43 | 75 | 0 | 7 | 412 | 120 | 101 |
| Binary | 10011011 | 1011100 | 11101101 | 100011 | 111101 | 0 | 111 | 100001010 | 1010000 | 1000001 |
Color Harmonies of #9B5CED
Complementary color
Monochromatic Colors of #9B5CED
Black with #9B5CED
Text Example
Text Example
White with #9B5CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5CED; }
p { color: rgb(155,92,237); }
H1.HeaderClassName
{
color: #9B5CED;
}
.AnyTagClassName
{
color: #9B5CED;
}
</style>
background-color css
<style>
a { background-color: #9B5CED; }
a { background-color: rgb(155,92,237); }
div.DivClassName
{
background-color: #9B5CED;
}
.BgClassName
{
background-color: #9B5CED;
}
</style>
border-color css
<style>
span { border-color: #9B5CED; }
span { border-color: rgb(155,92,237); }
td.TdClassName
{
border-color: #9B5CED;
}
.TagClassName
{
border-color: #9B5CED;
}
</style>