Shades of Medium Purple #8865DA
Tints of Medium Purple #8865DA
RGB
CMYK
RGB Variations
Color information
#8865DA (or 0x8865DA) is known color: Medium Purple. HEX triplet: 88, 65 and DA. RGB value is (136,101,218). Sum of RGB (Red+Green+Blue) = 136+101+218=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #8865DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8865DA is #779A25. Grayscale: #7C7C7C. Windows color (decimal): -7838246 or 14312840. OLE color: 14312840.
HSL color Cylindrical-coordinate representation of color #8865DA: hue angle of 257.95º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8865DA is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 101 | 218 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.15 |
| HSL | 257.95º | 0.61% | 0.63% | - |
| HSV(B) | 257.95º | 0.54% | 0.85% | - |
| XYZ | 27.46 | 19.6 | 68.67 | - |
| YUV | 124.8 | 180.6 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 218 | 0.38 | 0.54 | 0 | 0.15 | 257.95 | 0.61 | 0.63 |
| Hex | 88 | 65 | DA | 26 | 36 | 0 | F | 102 | 3D | 3F |
| Octal | 210 | 145 | 332 | 46 | 66 | 0 | 17 | 402 | 75 | 77 |
| Binary | 10001000 | 1100101 | 11011010 | 100110 | 110110 | 0 | 1111 | 100000010 | 111101 | 111111 |
Color Harmonies of #8865DA
Complementary color
Monochromatic Colors of #8865DA
Black with #8865DA
Text Example
Text Example
White with #8865DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8865DA; }
p { color: rgb(136,101,218); }
H1.HeaderClassName
{
color: #8865DA;
}
.AnyTagClassName
{
color: #8865DA;
}
</style>
background-color css
<style>
a { background-color: #8865DA; }
a { background-color: rgb(136,101,218); }
div.DivClassName
{
background-color: #8865DA;
}
.BgClassName
{
background-color: #8865DA;
}
</style>
border-color css
<style>
span { border-color: #8865DA; }
span { border-color: rgb(136,101,218); }
td.TdClassName
{
border-color: #8865DA;
}
.TagClassName
{
border-color: #8865DA;
}
</style>