Shades of Medium Purple #9883EA
Tints of Medium Purple #9883EA
RGB
CMYK
RGB Variations
Color information
#9883EA (or 0x9883EA) is known color: Medium Purple. HEX triplet: 98, 83 and EA. RGB value is (152,131,234). Sum of RGB (Red+Green+Blue) = 152+131+234=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #9883EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9883EA is #677C15. Grayscale: #949494. Windows color (decimal): -6781974 or 15369112. OLE color: 15369112.
HSL color Cylindrical-coordinate representation of color #9883EA: hue angle of 252.23º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9883EA is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 131 | 234 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.08 |
| HSL | 252.23º | 0.71% | 0.72% | - |
| HSV(B) | 252.23º | 0.44% | 0.92% | - |
| XYZ | 35.92 | 28.85 | 81.52 | - |
| YUV | 149.02 | 175.96 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 131 | 234 | 0.35 | 0.44 | 0 | 0.08 | 252.23 | 0.71 | 0.72 |
| Hex | 98 | 83 | EA | 23 | 2C | 0 | 8 | FC | 47 | 48 |
| Octal | 230 | 203 | 352 | 43 | 54 | 0 | 10 | 374 | 107 | 110 |
| Binary | 10011000 | 10000011 | 11101010 | 100011 | 101100 | 0 | 1000 | 11111100 | 1000111 | 1001000 |
Color Harmonies of #9883EA
Complementary color
Monochromatic Colors of #9883EA
Black with #9883EA
Text Example
Text Example
White with #9883EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9883EA; }
p { color: rgb(152,131,234); }
H1.HeaderClassName
{
color: #9883EA;
}
.AnyTagClassName
{
color: #9883EA;
}
</style>
background-color css
<style>
a { background-color: #9883EA; }
a { background-color: rgb(152,131,234); }
div.DivClassName
{
background-color: #9883EA;
}
.BgClassName
{
background-color: #9883EA;
}
</style>
border-color css
<style>
span { border-color: #9883EA; }
span { border-color: rgb(152,131,234); }
td.TdClassName
{
border-color: #9883EA;
}
.TagClassName
{
border-color: #9883EA;
}
</style>