Shades of Medium Purple #8360DB
Tints of Medium Purple #8360DB
RGB
CMYK
RGB Variations
Color information
#8360DB (or 0x8360DB) is known color: Medium Purple. HEX triplet: 83, 60 and DB. RGB value is (131,96,219). Sum of RGB (Red+Green+Blue) = 131+96+219=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #8360DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8360DB is #7C9F24. Grayscale: #787878. Windows color (decimal): -8167205 or 14377091. OLE color: 14377091.
HSL color Cylindrical-coordinate representation of color #8360DB: hue angle of 257.07º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8360DB is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 96 | 219 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.14 |
| HSL | 257.07º | 0.63% | 0.62% | - |
| HSV(B) | 257.07º | 0.56% | 0.86% | - |
| XYZ | 26.33 | 18.31 | 69.16 | - |
| YUV | 120.49 | 183.6 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 96 | 219 | 0.40 | 0.56 | 0 | 0.14 | 257.07 | 0.63 | 0.62 |
| Hex | 83 | 60 | DB | 28 | 38 | 0 | E | 101 | 3F | 3E |
| Octal | 203 | 140 | 333 | 50 | 70 | 0 | 16 | 401 | 77 | 76 |
| Binary | 10000011 | 1100000 | 11011011 | 101000 | 111000 | 0 | 1110 | 100000001 | 111111 | 111110 |
Color Harmonies of #8360DB
Complementary color
Monochromatic Colors of #8360DB
Black with #8360DB
Text Example
Text Example
White with #8360DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8360DB; }
p { color: rgb(131,96,219); }
H1.HeaderClassName
{
color: #8360DB;
}
.AnyTagClassName
{
color: #8360DB;
}
</style>
background-color css
<style>
a { background-color: #8360DB; }
a { background-color: rgb(131,96,219); }
div.DivClassName
{
background-color: #8360DB;
}
.BgClassName
{
background-color: #8360DB;
}
</style>
border-color css
<style>
span { border-color: #8360DB; }
span { border-color: rgb(131,96,219); }
td.TdClassName
{
border-color: #8360DB;
}
.TagClassName
{
border-color: #8360DB;
}
</style>