Shades of Medium Purple #8365D5
Tints of Medium Purple #8365D5
RGB
CMYK
RGB Variations
Color information
#8365D5 (or 0x8365D5) is known color: Medium Purple. HEX triplet: 83, 65 and D5. RGB value is (131,101,213). Sum of RGB (Red+Green+Blue) = 131+101+213=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 213 (83.59% from 255 or 47.87% from 445); Max value from RGB is 213 - color contains mainly: blue. Hex color #8365D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8365D5 is #7C9A2A. Grayscale: #7A7A7A. Windows color (decimal): -8165931 or 13985155. OLE color: 13985155.
HSL color Cylindrical-coordinate representation of color #8365D5: hue angle of 256.07º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8365D5 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 101 | 213 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.16 |
| HSL | 256.07º | 0.57% | 0.62% | - |
| HSV(B) | 256.07º | 0.53% | 0.84% | - |
| XYZ | 26.02 | 18.94 | 65.23 | - |
| YUV | 122.74 | 178.94 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 101 | 213 | 0.38 | 0.53 | 0 | 0.16 | 256.07 | 0.57 | 0.62 |
| Hex | 83 | 65 | D5 | 26 | 35 | 0 | 10 | 100 | 39 | 3E |
| Octal | 203 | 145 | 325 | 46 | 65 | 0 | 20 | 400 | 71 | 76 |
| Binary | 10000011 | 1100101 | 11010101 | 100110 | 110101 | 0 | 10000 | 100000000 | 111001 | 111110 |
Color Harmonies of #8365D5
Complementary color
Monochromatic Colors of #8365D5
Black with #8365D5
Text Example
Text Example
White with #8365D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8365D5; }
p { color: rgb(131,101,213); }
H1.HeaderClassName
{
color: #8365D5;
}
.AnyTagClassName
{
color: #8365D5;
}
</style>
background-color css
<style>
a { background-color: #8365D5; }
a { background-color: rgb(131,101,213); }
div.DivClassName
{
background-color: #8365D5;
}
.BgClassName
{
background-color: #8365D5;
}
</style>
border-color css
<style>
span { border-color: #8365D5; }
span { border-color: rgb(131,101,213); }
td.TdClassName
{
border-color: #8365D5;
}
.TagClassName
{
border-color: #8365D5;
}
</style>