Shades of Medium Purple #9871E6
Tints of Medium Purple #9871E6
RGB
CMYK
RGB Variations
Color information
#9871E6 (or 0x9871E6) is known color: Medium Purple. HEX triplet: 98, 71 and E6. RGB value is (152,113,230). Sum of RGB (Red+Green+Blue) = 152+113+230=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 230 - color contains mainly: blue. Hex color #9871E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9871E6 is #678E19. Grayscale: #898989. Windows color (decimal): -6786586 or 15102360. OLE color: 15102360.
HSL color Cylindrical-coordinate representation of color #9871E6: hue angle of 260º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9871E6 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 152 | 113 | 230 | - |
CMYK | 0.34 | 0.51 | 0 | 0.10 |
HSL | 260º | 0.7% | 0.67% | - |
HSV(B) | 260º | 0.51% | 0.9% | - |
XYZ | 33.14 | 24.2 | 77.79 | - |
YUV | 138 | 179.92 | 137.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 152 | 113 | 230 | 0.34 | 0.51 | 0 | 0.10 | 260 | 0.7 | 0.67 |
Hex | 98 | 71 | E6 | 22 | 33 | 0 | A | 104 | 46 | 43 |
Octal | 230 | 161 | 346 | 42 | 63 | 0 | 12 | 404 | 106 | 103 |
Binary | 10011000 | 1110001 | 11100110 | 100010 | 110011 | 0 | 1010 | 100000100 | 1000110 | 1000011 |
Color Harmonies of #9871E6
Complementary color
Monochromatic Colors of #9871E6
Black with #9871E6
Text Example
Text Example
White with #9871E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9871E6; }
p { color: rgb(152,113,230); }
H1.HeaderClassName
{
color: #9871E6;
}
.AnyTagClassName
{
color: #9871E6;
}
</style>
background-color css
<style>
a { background-color: #9871E6; }
a { background-color: rgb(152,113,230); }
div.DivClassName
{
background-color: #9871E6;
}
.BgClassName
{
background-color: #9871E6;
}
</style>
border-color css
<style>
span { border-color: #9871E6; }
span { border-color: rgb(152,113,230); }
td.TdClassName
{
border-color: #9871E6;
}
.TagClassName
{
border-color: #9871E6;
}
</style>