Shades of Medium Purple #8365DA
Tints of Medium Purple #8365DA
RGB
CMYK
RGB Variations
Color information
#8365DA (or 0x8365DA) is known color: Medium Purple. HEX triplet: 83, 65 and DA. RGB value is (131,101,218). Sum of RGB (Red+Green+Blue) = 131+101+218=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #8365DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8365DA is #7C9A25. Grayscale: #7A7A7A. Windows color (decimal): -8165926 or 14312835. OLE color: 14312835.
HSL color Cylindrical-coordinate representation of color #8365DA: hue angle of 255.38º 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 #8365DA is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 101 | 218 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.15 |
| HSL | 255.38º | 0.61% | 0.63% | - |
| HSV(B) | 255.38º | 0.54% | 0.85% | - |
| XYZ | 26.67 | 19.19 | 68.63 | - |
| YUV | 123.31 | 181.44 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 101 | 218 | 0.40 | 0.54 | 0 | 0.15 | 255.38 | 0.61 | 0.63 |
| Hex | 83 | 65 | DA | 28 | 36 | 0 | F | FF | 3D | 3F |
| Octal | 203 | 145 | 332 | 50 | 66 | 0 | 17 | 377 | 75 | 77 |
| Binary | 10000011 | 1100101 | 11011010 | 101000 | 110110 | 0 | 1111 | 11111111 | 111101 | 111111 |
Color Harmonies of #8365DA
Complementary color
Monochromatic Colors of #8365DA
Black with #8365DA
Text Example
Text Example
White with #8365DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8365DA; }
p { color: rgb(131,101,218); }
H1.HeaderClassName
{
color: #8365DA;
}
.AnyTagClassName
{
color: #8365DA;
}
</style>
background-color css
<style>
a { background-color: #8365DA; }
a { background-color: rgb(131,101,218); }
div.DivClassName
{
background-color: #8365DA;
}
.BgClassName
{
background-color: #8365DA;
}
</style>
border-color css
<style>
span { border-color: #8365DA; }
span { border-color: rgb(131,101,218); }
td.TdClassName
{
border-color: #8365DA;
}
.TagClassName
{
border-color: #8365DA;
}
</style>