Shades of Medium Purple #8369DB
Tints of Medium Purple #8369DB
RGB
CMYK
RGB Variations
Color information
#8369DB (or 0x8369DB) is known color: Medium Purple. HEX triplet: 83, 69 and DB. RGB value is (131,105,219). Sum of RGB (Red+Green+Blue) = 131+105+219=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #8369DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8369DB is #7C9624. Grayscale: #7D7D7D. Windows color (decimal): -8164901 or 14379395. OLE color: 14379395.
HSL color Cylindrical-coordinate representation of color #8369DB: hue angle of 253.68º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8369DB is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 105 | 219 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.14 |
| HSL | 253.68º | 0.61% | 0.64% | - |
| HSV(B) | 253.68º | 0.52% | 0.86% | - |
| XYZ | 27.2 | 20.04 | 69.45 | - |
| YUV | 125.77 | 180.61 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 105 | 219 | 0.40 | 0.52 | 0 | 0.14 | 253.68 | 0.61 | 0.64 |
| Hex | 83 | 69 | DB | 28 | 34 | 0 | E | FE | 3D | 40 |
| Octal | 203 | 151 | 333 | 50 | 64 | 0 | 16 | 376 | 75 | 100 |
| Binary | 10000011 | 1101001 | 11011011 | 101000 | 110100 | 0 | 1110 | 11111110 | 111101 | 1000000 |
Color Harmonies of #8369DB
Complementary color
Monochromatic Colors of #8369DB
Black with #8369DB
Text Example
Text Example
White with #8369DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8369DB; }
p { color: rgb(131,105,219); }
H1.HeaderClassName
{
color: #8369DB;
}
.AnyTagClassName
{
color: #8369DB;
}
</style>
background-color css
<style>
a { background-color: #8369DB; }
a { background-color: rgb(131,105,219); }
div.DivClassName
{
background-color: #8369DB;
}
.BgClassName
{
background-color: #8369DB;
}
</style>
border-color css
<style>
span { border-color: #8369DB; }
span { border-color: rgb(131,105,219); }
td.TdClassName
{
border-color: #8369DB;
}
.TagClassName
{
border-color: #8369DB;
}
</style>