Shades of Medium Purple #8967DB
Tints of Medium Purple #8967DB
RGB
CMYK
RGB Variations
Color information
#8967DB (or 0x8967DB) is known color: Medium Purple. HEX triplet: 89, 67 and DB. RGB value is (137,103,219). Sum of RGB (Red+Green+Blue) = 137+103+219=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #8967DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8967DB is #769824. Grayscale: #7D7D7D. Windows color (decimal): -7772197 or 14378889. OLE color: 14378889.
HSL color Cylindrical-coordinate representation of color #8967DB: hue angle of 257.59º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8967DB is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 103 | 219 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.14 |
| HSL | 257.59º | 0.62% | 0.63% | - |
| HSV(B) | 257.59º | 0.53% | 0.86% | - |
| XYZ | 27.95 | 20.13 | 69.43 | - |
| YUV | 126.39 | 180.26 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 103 | 219 | 0.37 | 0.53 | 0 | 0.14 | 257.59 | 0.62 | 0.63 |
| Hex | 89 | 67 | DB | 25 | 35 | 0 | E | 102 | 3E | 3F |
| Octal | 211 | 147 | 333 | 45 | 65 | 0 | 16 | 402 | 76 | 77 |
| Binary | 10001001 | 1100111 | 11011011 | 100101 | 110101 | 0 | 1110 | 100000010 | 111110 | 111111 |
Color Harmonies of #8967DB
Complementary color
Monochromatic Colors of #8967DB
Black with #8967DB
Text Example
Text Example
White with #8967DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8967DB; }
p { color: rgb(137,103,219); }
H1.HeaderClassName
{
color: #8967DB;
}
.AnyTagClassName
{
color: #8967DB;
}
</style>
background-color css
<style>
a { background-color: #8967DB; }
a { background-color: rgb(137,103,219); }
div.DivClassName
{
background-color: #8967DB;
}
.BgClassName
{
background-color: #8967DB;
}
</style>
border-color css
<style>
span { border-color: #8967DB; }
span { border-color: rgb(137,103,219); }
td.TdClassName
{
border-color: #8967DB;
}
.TagClassName
{
border-color: #8967DB;
}
</style>