Shades of Medium Purple #8365DB
Tints of Medium Purple #8365DB
RGB
CMYK
RGB Variations
Color information
#8365DB (or 0x8365DB) is known color: Medium Purple. HEX triplet: 83, 65 and DB. RGB value is (131,101,219). Sum of RGB (Red+Green+Blue) = 131+101+219=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #8365DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8365DB is #7C9A24. Grayscale: #7A7A7A. Windows color (decimal): -8165925 or 14378371. OLE color: 14378371.
HSL color Cylindrical-coordinate representation of color #8365DB: hue angle of 255.25º degrees, saturation: 0.62, 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 #8365DB is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 101 | 219 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.14 |
| HSL | 255.25º | 0.62% | 0.63% | - |
| HSV(B) | 255.25º | 0.54% | 0.86% | - |
| XYZ | 26.8 | 19.25 | 69.32 | - |
| YUV | 123.42 | 181.94 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 101 | 219 | 0.40 | 0.54 | 0 | 0.14 | 255.25 | 0.62 | 0.63 |
| Hex | 83 | 65 | DB | 28 | 36 | 0 | E | FF | 3E | 3F |
| Octal | 203 | 145 | 333 | 50 | 66 | 0 | 16 | 377 | 76 | 77 |
| Binary | 10000011 | 1100101 | 11011011 | 101000 | 110110 | 0 | 1110 | 11111111 | 111110 | 111111 |
Color Harmonies of #8365DB
Complementary color
Monochromatic Colors of #8365DB
Black with #8365DB
Text Example
Text Example
White with #8365DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8365DB; }
p { color: rgb(131,101,219); }
H1.HeaderClassName
{
color: #8365DB;
}
.AnyTagClassName
{
color: #8365DB;
}
</style>
background-color css
<style>
a { background-color: #8365DB; }
a { background-color: rgb(131,101,219); }
div.DivClassName
{
background-color: #8365DB;
}
.BgClassName
{
background-color: #8365DB;
}
</style>
border-color css
<style>
span { border-color: #8365DB; }
span { border-color: rgb(131,101,219); }
td.TdClassName
{
border-color: #8365DB;
}
.TagClassName
{
border-color: #8365DB;
}
</style>