Shades of Medium Purple #8C69DF
Tints of Medium Purple #8C69DF
RGB
CMYK
RGB Variations
Color information
#8C69DF (or 0x8C69DF) is known color: Medium Purple. HEX triplet: 8C, 69 and DF. RGB value is (140,105,223). Sum of RGB (Red+Green+Blue) = 140+105+223=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C69DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C69DF is #739620. Grayscale: #808080. Windows color (decimal): -7575073 or 14641548. OLE color: 14641548.
HSL color Cylindrical-coordinate representation of color #8C69DF: hue angle of 257.8º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C69DF is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 105 | 223 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.13 |
| HSL | 257.8º | 0.65% | 0.64% | - |
| HSV(B) | 257.8º | 0.53% | 0.87% | - |
| XYZ | 29.19 | 21.01 | 72.33 | - |
| YUV | 128.92 | 181.1 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 223 | 0.37 | 0.53 | 0 | 0.13 | 257.8 | 0.65 | 0.64 |
| Hex | 8C | 69 | DF | 25 | 35 | 0 | D | 102 | 41 | 40 |
| Octal | 214 | 151 | 337 | 45 | 65 | 0 | 15 | 402 | 101 | 100 |
| Binary | 10001100 | 1101001 | 11011111 | 100101 | 110101 | 0 | 1101 | 100000010 | 1000001 | 1000000 |
Color Harmonies of #8C69DF
Complementary color
Monochromatic Colors of #8C69DF
Black with #8C69DF
Text Example
Text Example
White with #8C69DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C69DF; }
p { color: rgb(140,105,223); }
H1.HeaderClassName
{
color: #8C69DF;
}
.AnyTagClassName
{
color: #8C69DF;
}
</style>
background-color css
<style>
a { background-color: #8C69DF; }
a { background-color: rgb(140,105,223); }
div.DivClassName
{
background-color: #8C69DF;
}
.BgClassName
{
background-color: #8C69DF;
}
</style>
border-color css
<style>
span { border-color: #8C69DF; }
span { border-color: rgb(140,105,223); }
td.TdClassName
{
border-color: #8C69DF;
}
.TagClassName
{
border-color: #8C69DF;
}
</style>