Shades of Medium Purple #8565DB
Tints of Medium Purple #8565DB
RGB
CMYK
RGB Variations
Color information
#8565DB (or 0x8565DB) is known color: Medium Purple. HEX triplet: 85, 65 and DB. RGB value is (133,101,219). Sum of RGB (Red+Green+Blue) = 133+101+219=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #8565DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8565DB is #7A9A24. Grayscale: #7B7B7B. Windows color (decimal): -8034853 or 14378373. OLE color: 14378373.
HSL color Cylindrical-coordinate representation of color #8565DB: hue angle of 256.27º 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 #8565DB is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 101 | 219 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.14 |
| HSL | 256.27º | 0.62% | 0.63% | - |
| HSV(B) | 256.27º | 0.54% | 0.86% | - |
| XYZ | 27.11 | 19.41 | 69.34 | - |
| YUV | 124.02 | 181.6 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 219 | 0.39 | 0.54 | 0 | 0.14 | 256.27 | 0.62 | 0.63 |
| Hex | 85 | 65 | DB | 27 | 36 | 0 | E | 100 | 3E | 3F |
| Octal | 205 | 145 | 333 | 47 | 66 | 0 | 16 | 400 | 76 | 77 |
| Binary | 10000101 | 1100101 | 11011011 | 100111 | 110110 | 0 | 1110 | 100000000 | 111110 | 111111 |
Color Harmonies of #8565DB
Complementary color
Monochromatic Colors of #8565DB
Black with #8565DB
Text Example
Text Example
White with #8565DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8565DB; }
p { color: rgb(133,101,219); }
H1.HeaderClassName
{
color: #8565DB;
}
.AnyTagClassName
{
color: #8565DB;
}
</style>
background-color css
<style>
a { background-color: #8565DB; }
a { background-color: rgb(133,101,219); }
div.DivClassName
{
background-color: #8565DB;
}
.BgClassName
{
background-color: #8565DB;
}
</style>
border-color css
<style>
span { border-color: #8565DB; }
span { border-color: rgb(133,101,219); }
td.TdClassName
{
border-color: #8565DB;
}
.TagClassName
{
border-color: #8565DB;
}
</style>