Shades of Medium Purple #8C6FE6
Tints of Medium Purple #8C6FE6
RGB
CMYK
RGB Variations
Color information
#8C6FE6 (or 0x8C6FE6) is known color: Medium Purple. HEX triplet: 8C, 6F and E6. RGB value is (140,111,230). Sum of RGB (Red+Green+Blue) = 140+111+230=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 230 (90.23% from 255 or 47.82% from 481); Max value from RGB is 230 - color contains mainly: blue. Hex color #8C6FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6FE6 is #739019. Grayscale: #848484. Windows color (decimal): -7573530 or 15101836. OLE color: 15101836.
HSL color Cylindrical-coordinate representation of color #8C6FE6: hue angle of 254.62º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C6FE6 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 111 | 230 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.10 |
| HSL | 254.62º | 0.7% | 0.67% | - |
| HSV(B) | 254.62º | 0.52% | 0.9% | - |
| XYZ | 30.78 | 22.66 | 77.61 | - |
| YUV | 133.24 | 182.61 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 111 | 230 | 0.39 | 0.52 | 0 | 0.10 | 254.62 | 0.7 | 0.67 |
| Hex | 8C | 6F | E6 | 27 | 34 | 0 | A | FF | 46 | 43 |
| Octal | 214 | 157 | 346 | 47 | 64 | 0 | 12 | 377 | 106 | 103 |
| Binary | 10001100 | 1101111 | 11100110 | 100111 | 110100 | 0 | 1010 | 11111111 | 1000110 | 1000011 |
Color Harmonies of #8C6FE6
Complementary color
Monochromatic Colors of #8C6FE6
Black with #8C6FE6
Text Example
Text Example
White with #8C6FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6FE6; }
p { color: rgb(140,111,230); }
H1.HeaderClassName
{
color: #8C6FE6;
}
.AnyTagClassName
{
color: #8C6FE6;
}
</style>
background-color css
<style>
a { background-color: #8C6FE6; }
a { background-color: rgb(140,111,230); }
div.DivClassName
{
background-color: #8C6FE6;
}
.BgClassName
{
background-color: #8C6FE6;
}
</style>
border-color css
<style>
span { border-color: #8C6FE6; }
span { border-color: rgb(140,111,230); }
td.TdClassName
{
border-color: #8C6FE6;
}
.TagClassName
{
border-color: #8C6FE6;
}
</style>