Shades of Medium Purple #9858E6
Tints of Medium Purple #9858E6
RGB
CMYK
RGB Variations
Color information
#9858E6 (or 0x9858E6) is known color: Medium Purple. HEX triplet: 98, 58 and E6. RGB value is (152,88,230). Sum of RGB (Red+Green+Blue) = 152+88+230=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #9858E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9858E6 is #67A719. Grayscale: #7A7A7A. Windows color (decimal): -6792986 or 15095960. OLE color: 15095960.
HSL color Cylindrical-coordinate representation of color #9858E6: hue angle of 267.04º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9858E6 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 88 | 230 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.10 |
| HSL | 267.04º | 0.74% | 0.62% | - |
| HSV(B) | 267.04º | 0.62% | 0.9% | - |
| XYZ | 30.72 | 19.37 | 76.98 | - |
| YUV | 123.32 | 188.2 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 88 | 230 | 0.34 | 0.62 | 0 | 0.10 | 267.04 | 0.74 | 0.62 |
| Hex | 98 | 58 | E6 | 22 | 3E | 0 | A | 10B | 4A | 3E |
| Octal | 230 | 130 | 346 | 42 | 76 | 0 | 12 | 413 | 112 | 76 |
| Binary | 10011000 | 1011000 | 11100110 | 100010 | 111110 | 0 | 1010 | 100001011 | 1001010 | 111110 |
Color Harmonies of #9858E6
Complementary color
Monochromatic Colors of #9858E6
Black with #9858E6
Text Example
Text Example
White with #9858E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9858E6; }
p { color: rgb(152,88,230); }
H1.HeaderClassName
{
color: #9858E6;
}
.AnyTagClassName
{
color: #9858E6;
}
</style>
background-color css
<style>
a { background-color: #9858E6; }
a { background-color: rgb(152,88,230); }
div.DivClassName
{
background-color: #9858E6;
}
.BgClassName
{
background-color: #9858E6;
}
</style>
border-color css
<style>
span { border-color: #9858E6; }
span { border-color: rgb(152,88,230); }
td.TdClassName
{
border-color: #9858E6;
}
.TagClassName
{
border-color: #9858E6;
}
</style>