Shades of Medium Purple #8C6AE9
Tints of Medium Purple #8C6AE9
RGB
CMYK
RGB Variations
Color information
#8C6AE9 (or 0x8C6AE9) is known color: Medium Purple. HEX triplet: 8C, 6A and E9. RGB value is (140,106,233). Sum of RGB (Red+Green+Blue) = 140+106+233=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 233 (91.41% from 255 or 48.64% from 479); Max value from RGB is 233 - color contains mainly: blue. Hex color #8C6AE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6AE9 is #739516. Grayscale: #828282. Windows color (decimal): -7574807 or 15297164. OLE color: 15297164.
HSL color Cylindrical-coordinate representation of color #8C6AE9: hue angle of 256.06º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C6AE9 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 106 | 233 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.09 |
| HSL | 256.06º | 0.74% | 0.66% | - |
| HSV(B) | 256.06º | 0.55% | 0.91% | - |
| XYZ | 30.68 | 21.77 | 79.68 | - |
| YUV | 130.64 | 185.76 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 106 | 233 | 0.40 | 0.55 | 0 | 0.09 | 256.06 | 0.74 | 0.66 |
| Hex | 8C | 6A | E9 | 28 | 37 | 0 | 9 | 100 | 4A | 42 |
| Octal | 214 | 152 | 351 | 50 | 67 | 0 | 11 | 400 | 112 | 102 |
| Binary | 10001100 | 1101010 | 11101001 | 101000 | 110111 | 0 | 1001 | 100000000 | 1001010 | 1000010 |
Color Harmonies of #8C6AE9
Complementary color
Monochromatic Colors of #8C6AE9
Black with #8C6AE9
Text Example
Text Example
White with #8C6AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6AE9; }
p { color: rgb(140,106,233); }
H1.HeaderClassName
{
color: #8C6AE9;
}
.AnyTagClassName
{
color: #8C6AE9;
}
</style>
background-color css
<style>
a { background-color: #8C6AE9; }
a { background-color: rgb(140,106,233); }
div.DivClassName
{
background-color: #8C6AE9;
}
.BgClassName
{
background-color: #8C6AE9;
}
</style>
border-color css
<style>
span { border-color: #8C6AE9; }
span { border-color: rgb(140,106,233); }
td.TdClassName
{
border-color: #8C6AE9;
}
.TagClassName
{
border-color: #8C6AE9;
}
</style>