Shades of Medium Purple #8764DC
Tints of Medium Purple #8764DC
RGB
CMYK
RGB Variations
Color information
#8764DC (or 0x8764DC) is known color: Medium Purple. HEX triplet: 87, 64 and DC. RGB value is (135,100,220). Sum of RGB (Red+Green+Blue) = 135+100+220=455 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.67% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #8764DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8764DC is #789B23. Grayscale: #7B7B7B. Windows color (decimal): -7904036 or 14443655. OLE color: 14443655.
HSL color Cylindrical-coordinate representation of color #8764DC: hue angle of 257.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8764DC is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 100 | 220 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.14 |
| HSL | 257.5º | 0.63% | 0.63% | - |
| HSV(B) | 257.5º | 0.55% | 0.86% | - |
| XYZ | 27.47 | 19.43 | 70.01 | - |
| YUV | 124.15 | 182.1 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 100 | 220 | 0.39 | 0.55 | 0 | 0.14 | 257.5 | 0.63 | 0.63 |
| Hex | 87 | 64 | DC | 27 | 37 | 0 | E | 102 | 3F | 3F |
| Octal | 207 | 144 | 334 | 47 | 67 | 0 | 16 | 402 | 77 | 77 |
| Binary | 10000111 | 1100100 | 11011100 | 100111 | 110111 | 0 | 1110 | 100000010 | 111111 | 111111 |
Color Harmonies of #8764DC
Complementary color
Monochromatic Colors of #8764DC
Black with #8764DC
Text Example
Text Example
White with #8764DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8764DC; }
p { color: rgb(135,100,220); }
H1.HeaderClassName
{
color: #8764DC;
}
.AnyTagClassName
{
color: #8764DC;
}
</style>
background-color css
<style>
a { background-color: #8764DC; }
a { background-color: rgb(135,100,220); }
div.DivClassName
{
background-color: #8764DC;
}
.BgClassName
{
background-color: #8764DC;
}
</style>
border-color css
<style>
span { border-color: #8764DC; }
span { border-color: rgb(135,100,220); }
td.TdClassName
{
border-color: #8764DC;
}
.TagClassName
{
border-color: #8764DC;
}
</style>