Shades of Medium Purple #8965DB
Tints of Medium Purple #8965DB
RGB
CMYK
RGB Variations
Color information
#8965DB (or 0x8965DB) is known color: Medium Purple. HEX triplet: 89, 65 and DB. RGB value is (137,101,219). Sum of RGB (Red+Green+Blue) = 137+101+219=457 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.98% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #8965DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8965DB is #769A24. Grayscale: #7C7C7C. Windows color (decimal): -7772709 or 14378377. OLE color: 14378377.
HSL color Cylindrical-coordinate representation of color #8965DB: hue angle of 258.31º 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 #8965DB is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 101 | 219 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.14 |
| HSL | 258.31º | 0.62% | 0.63% | - |
| HSV(B) | 258.31º | 0.54% | 0.86% | - |
| XYZ | 27.76 | 19.74 | 69.37 | - |
| YUV | 125.22 | 180.93 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 101 | 219 | 0.37 | 0.54 | 0 | 0.14 | 258.31 | 0.62 | 0.63 |
| Hex | 89 | 65 | DB | 25 | 36 | 0 | E | 102 | 3E | 3F |
| Octal | 211 | 145 | 333 | 45 | 66 | 0 | 16 | 402 | 76 | 77 |
| Binary | 10001001 | 1100101 | 11011011 | 100101 | 110110 | 0 | 1110 | 100000010 | 111110 | 111111 |
Color Harmonies of #8965DB
Complementary color
Monochromatic Colors of #8965DB
Black with #8965DB
Text Example
Text Example
White with #8965DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8965DB; }
p { color: rgb(137,101,219); }
H1.HeaderClassName
{
color: #8965DB;
}
.AnyTagClassName
{
color: #8965DB;
}
</style>
background-color css
<style>
a { background-color: #8965DB; }
a { background-color: rgb(137,101,219); }
div.DivClassName
{
background-color: #8965DB;
}
.BgClassName
{
background-color: #8965DB;
}
</style>
border-color css
<style>
span { border-color: #8965DB; }
span { border-color: rgb(137,101,219); }
td.TdClassName
{
border-color: #8965DB;
}
.TagClassName
{
border-color: #8965DB;
}
</style>