Shades of Medium Purple #9867E8
Tints of Medium Purple #9867E8
RGB
CMYK
RGB Variations
Color information
#9867E8 (or 0x9867E8) is known color: Medium Purple. HEX triplet: 98, 67 and E8. RGB value is (152,103,232). Sum of RGB (Red+Green+Blue) = 152+103+232=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 232 - color contains mainly: blue. Hex color #9867E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9867E8 is #679817. Grayscale: #838383. Windows color (decimal): -6789144 or 15230872. OLE color: 15230872.
HSL color Cylindrical-coordinate representation of color #9867E8: hue angle of 262.79º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9867E8 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 103 | 232 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.09 |
| HSL | 262.79º | 0.74% | 0.66% | - |
| HSV(B) | 262.79º | 0.56% | 0.91% | - |
| XYZ | 32.36 | 22.2 | 78.92 | - |
| YUV | 132.36 | 184.23 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 232 | 0.34 | 0.56 | 0 | 0.09 | 262.79 | 0.74 | 0.66 |
| Hex | 98 | 67 | E8 | 22 | 38 | 0 | 9 | 107 | 4A | 42 |
| Octal | 230 | 147 | 350 | 42 | 70 | 0 | 11 | 407 | 112 | 102 |
| Binary | 10011000 | 1100111 | 11101000 | 100010 | 111000 | 0 | 1001 | 100000111 | 1001010 | 1000010 |
Color Harmonies of #9867E8
Complementary color
Monochromatic Colors of #9867E8
Black with #9867E8
Text Example
Text Example
White with #9867E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9867E8; }
p { color: rgb(152,103,232); }
H1.HeaderClassName
{
color: #9867E8;
}
.AnyTagClassName
{
color: #9867E8;
}
</style>
background-color css
<style>
a { background-color: #9867E8; }
a { background-color: rgb(152,103,232); }
div.DivClassName
{
background-color: #9867E8;
}
.BgClassName
{
background-color: #9867E8;
}
</style>
border-color css
<style>
span { border-color: #9867E8; }
span { border-color: rgb(152,103,232); }
td.TdClassName
{
border-color: #9867E8;
}
.TagClassName
{
border-color: #9867E8;
}
</style>