Shades of Medium Purple #9856EE
Tints of Medium Purple #9856EE
RGB
CMYK
RGB Variations
Color information
#9856EE (or 0x9856EE) is known color: Medium Purple. HEX triplet: 98, 56 and EE. RGB value is (152,86,238). Sum of RGB (Red+Green+Blue) = 152+86+238=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #9856EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9856EE is #67A911. Grayscale: #7A7A7A. Windows color (decimal): -6793490 or 15619736. OLE color: 15619736.
HSL color Cylindrical-coordinate representation of color #9856EE: hue angle of 266.05º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9856EE is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 86 | 238 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.07 |
| HSL | 266.05º | 0.82% | 0.64% | - |
| HSV(B) | 266.05º | 0.64% | 0.93% | - |
| XYZ | 31.71 | 19.5 | 82.98 | - |
| YUV | 123.06 | 192.87 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 238 | 0.36 | 0.64 | 0 | 0.07 | 266.05 | 0.82 | 0.64 |
| Hex | 98 | 56 | EE | 24 | 40 | 0 | 7 | 10A | 52 | 40 |
| Octal | 230 | 126 | 356 | 44 | 100 | 0 | 7 | 412 | 122 | 100 |
| Binary | 10011000 | 1010110 | 11101110 | 100100 | 1000000 | 0 | 111 | 100001010 | 1010010 | 1000000 |
Color Harmonies of #9856EE
Complementary color
Monochromatic Colors of #9856EE
Black with #9856EE
Text Example
Text Example
White with #9856EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9856EE; }
p { color: rgb(152,86,238); }
H1.HeaderClassName
{
color: #9856EE;
}
.AnyTagClassName
{
color: #9856EE;
}
</style>
background-color css
<style>
a { background-color: #9856EE; }
a { background-color: rgb(152,86,238); }
div.DivClassName
{
background-color: #9856EE;
}
.BgClassName
{
background-color: #9856EE;
}
</style>
border-color css
<style>
span { border-color: #9856EE; }
span { border-color: rgb(152,86,238); }
td.TdClassName
{
border-color: #9856EE;
}
.TagClassName
{
border-color: #9856EE;
}
</style>