Shades of Medium Purple #8965DC
Tints of Medium Purple #8965DC
RGB
CMYK
RGB Variations
Color information
#8965DC (or 0x8965DC) is known color: Medium Purple. HEX triplet: 89, 65 and DC. RGB value is (137,101,220). Sum of RGB (Red+Green+Blue) = 137+101+220=458 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.91% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #8965DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8965DC is #769A23. Grayscale: #7C7C7C. Windows color (decimal): -7772708 or 14443913. OLE color: 14443913.
HSL color Cylindrical-coordinate representation of color #8965DC: hue angle of 258.15º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8965DC is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 101 | 220 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.14 |
| HSL | 258.15º | 0.63% | 0.63% | - |
| HSV(B) | 258.15º | 0.54% | 0.86% | - |
| XYZ | 27.89 | 19.79 | 70.06 | - |
| YUV | 125.33 | 181.43 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 101 | 220 | 0.38 | 0.54 | 0 | 0.14 | 258.15 | 0.63 | 0.63 |
| Hex | 89 | 65 | DC | 26 | 36 | 0 | E | 102 | 3F | 3F |
| Octal | 211 | 145 | 334 | 46 | 66 | 0 | 16 | 402 | 77 | 77 |
| Binary | 10001001 | 1100101 | 11011100 | 100110 | 110110 | 0 | 1110 | 100000010 | 111111 | 111111 |
Color Harmonies of #8965DC
Complementary color
Monochromatic Colors of #8965DC
Black with #8965DC
Text Example
Text Example
White with #8965DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8965DC; }
p { color: rgb(137,101,220); }
H1.HeaderClassName
{
color: #8965DC;
}
.AnyTagClassName
{
color: #8965DC;
}
</style>
background-color css
<style>
a { background-color: #8965DC; }
a { background-color: rgb(137,101,220); }
div.DivClassName
{
background-color: #8965DC;
}
.BgClassName
{
background-color: #8965DC;
}
</style>
border-color css
<style>
span { border-color: #8965DC; }
span { border-color: rgb(137,101,220); }
td.TdClassName
{
border-color: #8965DC;
}
.TagClassName
{
border-color: #8965DC;
}
</style>