Shades of Medium Purple #8C55DF
Tints of Medium Purple #8C55DF
RGB
CMYK
RGB Variations
Color information
#8C55DF (or 0x8C55DF) is known color: Medium Purple. HEX triplet: 8C, 55 and DF. RGB value is (140,85,223). Sum of RGB (Red+Green+Blue) = 140+85+223=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C55DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C55DF is #73AA20. Grayscale: #747474. Windows color (decimal): -7580193 or 14636428. OLE color: 14636428.
HSL color Cylindrical-coordinate representation of color #8C55DF: hue angle of 263.91º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C55DF is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 85 | 223 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.13 |
| HSL | 263.91º | 0.68% | 0.6% | - |
| HSV(B) | 263.91º | 0.62% | 0.87% | - |
| XYZ | 27.38 | 17.4 | 71.73 | - |
| YUV | 117.18 | 187.72 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 223 | 0.37 | 0.62 | 0 | 0.13 | 263.91 | 0.68 | 0.6 |
| Hex | 8C | 55 | DF | 25 | 3E | 0 | D | 108 | 44 | 3C |
| Octal | 214 | 125 | 337 | 45 | 76 | 0 | 15 | 410 | 104 | 74 |
| Binary | 10001100 | 1010101 | 11011111 | 100101 | 111110 | 0 | 1101 | 100001000 | 1000100 | 111100 |
Color Harmonies of #8C55DF
Complementary color
Monochromatic Colors of #8C55DF
Black with #8C55DF
Text Example
Text Example
White with #8C55DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C55DF; }
p { color: rgb(140,85,223); }
H1.HeaderClassName
{
color: #8C55DF;
}
.AnyTagClassName
{
color: #8C55DF;
}
</style>
background-color css
<style>
a { background-color: #8C55DF; }
a { background-color: rgb(140,85,223); }
div.DivClassName
{
background-color: #8C55DF;
}
.BgClassName
{
background-color: #8C55DF;
}
</style>
border-color css
<style>
span { border-color: #8C55DF; }
span { border-color: rgb(140,85,223); }
td.TdClassName
{
border-color: #8C55DF;
}
.TagClassName
{
border-color: #8C55DF;
}
</style>