Shades of Medium Purple #9855EB
Tints of Medium Purple #9855EB
RGB
CMYK
RGB Variations
Color information
#9855EB (or 0x9855EB) is known color: Medium Purple. HEX triplet: 98, 55 and EB. RGB value is (152,85,235). Sum of RGB (Red+Green+Blue) = 152+85+235=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #9855EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9855EB is #67AA14. Grayscale: #797979. Windows color (decimal): -6793749 or 15422872. OLE color: 15422872.
HSL color Cylindrical-coordinate representation of color #9855EB: hue angle of 266.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 #9855EB is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 85 | 235 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.08 |
| HSL | 266.8º | 0.79% | 0.63% | - |
| HSV(B) | 266.8º | 0.64% | 0.92% | - |
| XYZ | 31.19 | 19.17 | 80.65 | - |
| YUV | 122.13 | 191.7 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 235 | 0.35 | 0.64 | 0 | 0.08 | 266.8 | 0.79 | 0.63 |
| Hex | 98 | 55 | EB | 23 | 40 | 0 | 8 | 10B | 4F | 3F |
| Octal | 230 | 125 | 353 | 43 | 100 | 0 | 10 | 413 | 117 | 77 |
| Binary | 10011000 | 1010101 | 11101011 | 100011 | 1000000 | 0 | 1000 | 100001011 | 1001111 | 111111 |
Color Harmonies of #9855EB
Complementary color
Monochromatic Colors of #9855EB
Black with #9855EB
Text Example
Text Example
White with #9855EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9855EB; }
p { color: rgb(152,85,235); }
H1.HeaderClassName
{
color: #9855EB;
}
.AnyTagClassName
{
color: #9855EB;
}
</style>
background-color css
<style>
a { background-color: #9855EB; }
a { background-color: rgb(152,85,235); }
div.DivClassName
{
background-color: #9855EB;
}
.BgClassName
{
background-color: #9855EB;
}
</style>
border-color css
<style>
span { border-color: #9855EB; }
span { border-color: rgb(152,85,235); }
td.TdClassName
{
border-color: #9855EB;
}
.TagClassName
{
border-color: #9855EB;
}
</style>