Shades of Medium Purple #8C81DF
Tints of Medium Purple #8C81DF
RGB
CMYK
RGB Variations
Color information
#8C81DF (or 0x8C81DF) is known color: Medium Purple. HEX triplet: 8C, 81 and DF. RGB value is (140,129,223). Sum of RGB (Red+Green+Blue) = 140+129+223=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C81DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C81DF is #737E20. Grayscale: #8E8E8E. Windows color (decimal): -7568929 or 14647692. OLE color: 14647692.
HSL color Cylindrical-coordinate representation of color #8C81DF: hue angle of 247.02º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C81DF is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 129 | 223 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.13 |
| HSL | 247.02º | 0.59% | 0.69% | - |
| HSV(B) | 247.02º | 0.42% | 0.87% | - |
| XYZ | 31.98 | 26.6 | 73.26 | - |
| YUV | 143.01 | 173.14 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 223 | 0.37 | 0.42 | 0 | 0.13 | 247.02 | 0.59 | 0.69 |
| Hex | 8C | 81 | DF | 25 | 2A | 0 | D | F7 | 3B | 45 |
| Octal | 214 | 201 | 337 | 45 | 52 | 0 | 15 | 367 | 73 | 105 |
| Binary | 10001100 | 10000001 | 11011111 | 100101 | 101010 | 0 | 1101 | 11110111 | 111011 | 1000101 |
Color Harmonies of #8C81DF
Complementary color
Monochromatic Colors of #8C81DF
Black with #8C81DF
Text Example
Text Example
White with #8C81DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C81DF; }
p { color: rgb(140,129,223); }
H1.HeaderClassName
{
color: #8C81DF;
}
.AnyTagClassName
{
color: #8C81DF;
}
</style>
background-color css
<style>
a { background-color: #8C81DF; }
a { background-color: rgb(140,129,223); }
div.DivClassName
{
background-color: #8C81DF;
}
.BgClassName
{
background-color: #8C81DF;
}
</style>
border-color css
<style>
span { border-color: #8C81DF; }
span { border-color: rgb(140,129,223); }
td.TdClassName
{
border-color: #8C81DF;
}
.TagClassName
{
border-color: #8C81DF;
}
</style>