Shades of Medium Purple #8C75DF
Tints of Medium Purple #8C75DF
RGB
CMYK
RGB Variations
Color information
#8C75DF (or 0x8C75DF) is known color: Medium Purple. HEX triplet: 8C, 75 and DF. RGB value is (140,117,223). Sum of RGB (Red+Green+Blue) = 140+117+223=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C75DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C75DF is #738A20. Grayscale: #878787. Windows color (decimal): -7572001 or 14644620. OLE color: 14644620.
HSL color Cylindrical-coordinate representation of color #8C75DF: hue angle of 253.02º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C75DF is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 117 | 223 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.13 |
| HSL | 253.02º | 0.62% | 0.67% | - |
| HSV(B) | 253.02º | 0.48% | 0.87% | - |
| XYZ | 30.5 | 23.63 | 72.76 | - |
| YUV | 135.96 | 177.12 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 223 | 0.37 | 0.48 | 0 | 0.13 | 253.02 | 0.62 | 0.67 |
| Hex | 8C | 75 | DF | 25 | 30 | 0 | D | FD | 3E | 43 |
| Octal | 214 | 165 | 337 | 45 | 60 | 0 | 15 | 375 | 76 | 103 |
| Binary | 10001100 | 1110101 | 11011111 | 100101 | 110000 | 0 | 1101 | 11111101 | 111110 | 1000011 |
Color Harmonies of #8C75DF
Complementary color
Monochromatic Colors of #8C75DF
Black with #8C75DF
Text Example
Text Example
White with #8C75DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C75DF; }
p { color: rgb(140,117,223); }
H1.HeaderClassName
{
color: #8C75DF;
}
.AnyTagClassName
{
color: #8C75DF;
}
</style>
background-color css
<style>
a { background-color: #8C75DF; }
a { background-color: rgb(140,117,223); }
div.DivClassName
{
background-color: #8C75DF;
}
.BgClassName
{
background-color: #8C75DF;
}
</style>
border-color css
<style>
span { border-color: #8C75DF; }
span { border-color: rgb(140,117,223); }
td.TdClassName
{
border-color: #8C75DF;
}
.TagClassName
{
border-color: #8C75DF;
}
</style>