Shades of Medium Purple #9883E6
Tints of Medium Purple #9883E6
RGB
CMYK
RGB Variations
Color information
#9883E6 (or 0x9883E6) is known color: Medium Purple. HEX triplet: 98, 83 and E6. RGB value is (152,131,230). Sum of RGB (Red+Green+Blue) = 152+131+230=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #9883E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9883E6 is #677C19. Grayscale: #949494. Windows color (decimal): -6781978 or 15106968. OLE color: 15106968.
HSL color Cylindrical-coordinate representation of color #9883E6: hue angle of 252.73º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9883E6 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 131 | 230 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.10 |
| HSL | 252.73º | 0.66% | 0.71% | - |
| HSV(B) | 252.73º | 0.43% | 0.9% | - |
| XYZ | 35.35 | 28.62 | 78.52 | - |
| YUV | 148.57 | 173.96 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 131 | 230 | 0.34 | 0.43 | 0 | 0.10 | 252.73 | 0.66 | 0.71 |
| Hex | 98 | 83 | E6 | 22 | 2B | 0 | A | FD | 42 | 47 |
| Octal | 230 | 203 | 346 | 42 | 53 | 0 | 12 | 375 | 102 | 107 |
| Binary | 10011000 | 10000011 | 11100110 | 100010 | 101011 | 0 | 1010 | 11111101 | 1000010 | 1000111 |
Color Harmonies of #9883E6
Complementary color
Monochromatic Colors of #9883E6
Black with #9883E6
Text Example
Text Example
White with #9883E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9883E6; }
p { color: rgb(152,131,230); }
H1.HeaderClassName
{
color: #9883E6;
}
.AnyTagClassName
{
color: #9883E6;
}
</style>
background-color css
<style>
a { background-color: #9883E6; }
a { background-color: rgb(152,131,230); }
div.DivClassName
{
background-color: #9883E6;
}
.BgClassName
{
background-color: #9883E6;
}
</style>
border-color css
<style>
span { border-color: #9883E6; }
span { border-color: rgb(152,131,230); }
td.TdClassName
{
border-color: #9883E6;
}
.TagClassName
{
border-color: #9883E6;
}
</style>