Shades of Medium Purple #9D55EB
Tints of Medium Purple #9D55EB
RGB
CMYK
RGB Variations
Color information
#9D55EB (or 0x9D55EB) is known color: Medium Purple. HEX triplet: 9D, 55 and EB. RGB value is (157,85,235). Sum of RGB (Red+Green+Blue) = 157+85+235=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D55EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D55EB is #62AA14. Grayscale: #7B7B7B. Windows color (decimal): -6466069 or 15422877. OLE color: 15422877.
HSL color Cylindrical-coordinate representation of color #9D55EB: hue angle of 268.8º 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 #9D55EB is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 85 | 235 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.08 |
| HSL | 268.8º | 0.79% | 0.63% | - |
| HSV(B) | 268.8º | 0.64% | 0.92% | - |
| XYZ | 32.15 | 19.66 | 80.7 | - |
| YUV | 123.63 | 190.85 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 85 | 235 | 0.33 | 0.64 | 0 | 0.08 | 268.8 | 0.79 | 0.63 |
| Hex | 9D | 55 | EB | 21 | 40 | 0 | 8 | 10D | 4F | 3F |
| Octal | 235 | 125 | 353 | 41 | 100 | 0 | 10 | 415 | 117 | 77 |
| Binary | 10011101 | 1010101 | 11101011 | 100001 | 1000000 | 0 | 1000 | 100001101 | 1001111 | 111111 |
Color Harmonies of #9D55EB
Complementary color
Monochromatic Colors of #9D55EB
Black with #9D55EB
Text Example
Text Example
White with #9D55EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D55EB; }
p { color: rgb(157,85,235); }
H1.HeaderClassName
{
color: #9D55EB;
}
.AnyTagClassName
{
color: #9D55EB;
}
</style>
background-color css
<style>
a { background-color: #9D55EB; }
a { background-color: rgb(157,85,235); }
div.DivClassName
{
background-color: #9D55EB;
}
.BgClassName
{
background-color: #9D55EB;
}
</style>
border-color css
<style>
span { border-color: #9D55EB; }
span { border-color: rgb(157,85,235); }
td.TdClassName
{
border-color: #9D55EB;
}
.TagClassName
{
border-color: #9D55EB;
}
</style>