Shades of Medium Purple #9869E6
Tints of Medium Purple #9869E6
RGB
CMYK
RGB Variations
Color information
#9869E6 (or 0x9869E6) is known color: Medium Purple. HEX triplet: 98, 69 and E6. RGB value is (152,105,230). Sum of RGB (Red+Green+Blue) = 152+105+230=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 230 (90.23% from 255 or 47.23% from 487); Max value from RGB is 230 - color contains mainly: blue. Hex color #9869E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9869E6 is #679619. Grayscale: #848484. Windows color (decimal): -6788634 or 15100312. OLE color: 15100312.
HSL color Cylindrical-coordinate representation of color #9869E6: hue angle of 262.56º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9869E6 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 105 | 230 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.10 |
| HSL | 262.56º | 0.71% | 0.66% | - |
| HSV(B) | 262.56º | 0.54% | 0.9% | - |
| XYZ | 32.28 | 22.49 | 77.5 | - |
| YUV | 133.3 | 182.57 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 230 | 0.34 | 0.54 | 0 | 0.10 | 262.56 | 0.71 | 0.66 |
| Hex | 98 | 69 | E6 | 22 | 36 | 0 | A | 107 | 47 | 42 |
| Octal | 230 | 151 | 346 | 42 | 66 | 0 | 12 | 407 | 107 | 102 |
| Binary | 10011000 | 1101001 | 11100110 | 100010 | 110110 | 0 | 1010 | 100000111 | 1000111 | 1000010 |
Color Harmonies of #9869E6
Complementary color
Monochromatic Colors of #9869E6
Black with #9869E6
Text Example
Text Example
White with #9869E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9869E6; }
p { color: rgb(152,105,230); }
H1.HeaderClassName
{
color: #9869E6;
}
.AnyTagClassName
{
color: #9869E6;
}
</style>
background-color css
<style>
a { background-color: #9869E6; }
a { background-color: rgb(152,105,230); }
div.DivClassName
{
background-color: #9869E6;
}
.BgClassName
{
background-color: #9869E6;
}
</style>
border-color css
<style>
span { border-color: #9869E6; }
span { border-color: rgb(152,105,230); }
td.TdClassName
{
border-color: #9869E6;
}
.TagClassName
{
border-color: #9869E6;
}
</style>