Shades of Medium Purple #8961DB
Tints of Medium Purple #8961DB
RGB
CMYK
RGB Variations
Color information
#8961DB (or 0x8961DB) is known color: Medium Purple. HEX triplet: 89, 61 and DB. RGB value is (137,97,219). Sum of RGB (Red+Green+Blue) = 137+97+219=453 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.24% from 453); Green value is 97 (38.28% from 255 or 21.41% 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 #8961DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8961DB is #769E24. Grayscale: #7A7A7A. Windows color (decimal): -7773733 or 14377353. OLE color: 14377353.
HSL color Cylindrical-coordinate representation of color #8961DB: hue angle of 259.67º 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 #8961DB is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 97 | 219 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.14 |
| HSL | 259.67º | 0.63% | 0.62% | - |
| HSV(B) | 259.67º | 0.56% | 0.86% | - |
| XYZ | 27.38 | 18.98 | 69.24 | - |
| YUV | 122.87 | 182.25 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 97 | 219 | 0.37 | 0.56 | 0 | 0.14 | 259.67 | 0.63 | 0.62 |
| Hex | 89 | 61 | DB | 25 | 38 | 0 | E | 104 | 3F | 3E |
| Octal | 211 | 141 | 333 | 45 | 70 | 0 | 16 | 404 | 77 | 76 |
| Binary | 10001001 | 1100001 | 11011011 | 100101 | 111000 | 0 | 1110 | 100000100 | 111111 | 111110 |
Color Harmonies of #8961DB
Complementary color
Monochromatic Colors of #8961DB
Black with #8961DB
Text Example
Text Example
White with #8961DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8961DB; }
p { color: rgb(137,97,219); }
H1.HeaderClassName
{
color: #8961DB;
}
.AnyTagClassName
{
color: #8961DB;
}
</style>
background-color css
<style>
a { background-color: #8961DB; }
a { background-color: rgb(137,97,219); }
div.DivClassName
{
background-color: #8961DB;
}
.BgClassName
{
background-color: #8961DB;
}
</style>
border-color css
<style>
span { border-color: #8961DB; }
span { border-color: rgb(137,97,219); }
td.TdClassName
{
border-color: #8961DB;
}
.TagClassName
{
border-color: #8961DB;
}
</style>