Shades of Medium Purple #8369DC
Tints of Medium Purple #8369DC
RGB
CMYK
RGB Variations
Color information
#8369DC (or 0x8369DC) is known color: Medium Purple. HEX triplet: 83, 69 and DC. RGB value is (131,105,220). Sum of RGB (Red+Green+Blue) = 131+105+220=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #8369DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8369DC is #7C9623. Grayscale: #7D7D7D. Windows color (decimal): -8164900 or 14444931. OLE color: 14444931.
HSL color Cylindrical-coordinate representation of color #8369DC: hue angle of 253.57º degrees, saturation: 0.62, 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 #8369DC is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 105 | 220 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.14 |
| HSL | 253.57º | 0.62% | 0.64% | - |
| HSV(B) | 253.57º | 0.52% | 0.86% | - |
| XYZ | 27.33 | 20.1 | 70.15 | - |
| YUV | 125.88 | 181.11 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 105 | 220 | 0.40 | 0.52 | 0 | 0.14 | 253.57 | 0.62 | 0.64 |
| Hex | 83 | 69 | DC | 28 | 34 | 0 | E | FE | 3E | 40 |
| Octal | 203 | 151 | 334 | 50 | 64 | 0 | 16 | 376 | 76 | 100 |
| Binary | 10000011 | 1101001 | 11011100 | 101000 | 110100 | 0 | 1110 | 11111110 | 111110 | 1000000 |
Color Harmonies of #8369DC
Complementary color
Monochromatic Colors of #8369DC
Black with #8369DC
Text Example
Text Example
White with #8369DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8369DC; }
p { color: rgb(131,105,220); }
H1.HeaderClassName
{
color: #8369DC;
}
.AnyTagClassName
{
color: #8369DC;
}
</style>
background-color css
<style>
a { background-color: #8369DC; }
a { background-color: rgb(131,105,220); }
div.DivClassName
{
background-color: #8369DC;
}
.BgClassName
{
background-color: #8369DC;
}
</style>
border-color css
<style>
span { border-color: #8369DC; }
span { border-color: rgb(131,105,220); }
td.TdClassName
{
border-color: #8369DC;
}
.TagClassName
{
border-color: #8369DC;
}
</style>