Shades of Medium Purple #8C6FE5
Tints of Medium Purple #8C6FE5
RGB
CMYK
RGB Variations
Color information
#8C6FE5 (or 0x8C6FE5) is known color: Medium Purple. HEX triplet: 8C, 6F and E5. RGB value is (140,111,229). Sum of RGB (Red+Green+Blue) = 140+111+229=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #8C6FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6FE5 is #73901A. Grayscale: #848484. Windows color (decimal): -7573531 or 15036300. OLE color: 15036300.
HSL color Cylindrical-coordinate representation of color #8C6FE5: hue angle of 254.75º degrees, saturation: 0.69, 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 #8C6FE5 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 111 | 229 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.10 |
| HSL | 254.75º | 0.69% | 0.67% | - |
| HSV(B) | 254.75º | 0.52% | 0.9% | - |
| XYZ | 30.64 | 22.6 | 76.88 | - |
| YUV | 133.12 | 182.11 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 111 | 229 | 0.39 | 0.52 | 0 | 0.10 | 254.75 | 0.69 | 0.67 |
| Hex | 8C | 6F | E5 | 27 | 34 | 0 | A | FF | 45 | 43 |
| Octal | 214 | 157 | 345 | 47 | 64 | 0 | 12 | 377 | 105 | 103 |
| Binary | 10001100 | 1101111 | 11100101 | 100111 | 110100 | 0 | 1010 | 11111111 | 1000101 | 1000011 |
Color Harmonies of #8C6FE5
Complementary color
Monochromatic Colors of #8C6FE5
Black with #8C6FE5
Text Example
Text Example
White with #8C6FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6FE5; }
p { color: rgb(140,111,229); }
H1.HeaderClassName
{
color: #8C6FE5;
}
.AnyTagClassName
{
color: #8C6FE5;
}
</style>
background-color css
<style>
a { background-color: #8C6FE5; }
a { background-color: rgb(140,111,229); }
div.DivClassName
{
background-color: #8C6FE5;
}
.BgClassName
{
background-color: #8C6FE5;
}
</style>
border-color css
<style>
span { border-color: #8C6FE5; }
span { border-color: rgb(140,111,229); }
td.TdClassName
{
border-color: #8C6FE5;
}
.TagClassName
{
border-color: #8C6FE5;
}
</style>