Shades of Medium Purple #9855ED
Tints of Medium Purple #9855ED
RGB
CMYK
RGB Variations
Color information
#9855ED (or 0x9855ED) is known color: Medium Purple. HEX triplet: 98, 55 and ED. RGB value is (152,85,237). Sum of RGB (Red+Green+Blue) = 152+85+237=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #9855ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9855ED is #67AA12. Grayscale: #797979. Windows color (decimal): -6793747 or 15553944. OLE color: 15553944.
HSL color Cylindrical-coordinate representation of color #9855ED: hue angle of 266.45º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9855ED is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 85 | 237 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.07 |
| HSL | 266.45º | 0.81% | 0.63% | - |
| HSV(B) | 266.45º | 0.64% | 0.93% | - |
| XYZ | 31.48 | 19.29 | 82.18 | - |
| YUV | 122.36 | 192.7 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 237 | 0.36 | 0.64 | 0 | 0.07 | 266.45 | 0.81 | 0.63 |
| Hex | 98 | 55 | ED | 24 | 40 | 0 | 7 | 10A | 51 | 3F |
| Octal | 230 | 125 | 355 | 44 | 100 | 0 | 7 | 412 | 121 | 77 |
| Binary | 10011000 | 1010101 | 11101101 | 100100 | 1000000 | 0 | 111 | 100001010 | 1010001 | 111111 |
Color Harmonies of #9855ED
Complementary color
Monochromatic Colors of #9855ED
Black with #9855ED
Text Example
Text Example
White with #9855ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9855ED; }
p { color: rgb(152,85,237); }
H1.HeaderClassName
{
color: #9855ED;
}
.AnyTagClassName
{
color: #9855ED;
}
</style>
background-color css
<style>
a { background-color: #9855ED; }
a { background-color: rgb(152,85,237); }
div.DivClassName
{
background-color: #9855ED;
}
.BgClassName
{
background-color: #9855ED;
}
</style>
border-color css
<style>
span { border-color: #9855ED; }
span { border-color: rgb(152,85,237); }
td.TdClassName
{
border-color: #9855ED;
}
.TagClassName
{
border-color: #9855ED;
}
</style>