Shades of Medium Purple #8967E6
Tints of Medium Purple #8967E6
RGB
CMYK
RGB Variations
Color information
#8967E6 (or 0x8967E6) is known color: Medium Purple. HEX triplet: 89, 67 and E6. RGB value is (137,103,230). Sum of RGB (Red+Green+Blue) = 137+103+230=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #8967E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8967E6 is #769819. Grayscale: #7F7F7F. Windows color (decimal): -7772186 or 15099785. OLE color: 15099785.
HSL color Cylindrical-coordinate representation of color #8967E6: hue angle of 256.06º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8967E6 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 103 | 230 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.10 |
| HSL | 256.06º | 0.72% | 0.65% | - |
| HSV(B) | 256.06º | 0.55% | 0.9% | - |
| XYZ | 29.45 | 20.73 | 77.31 | - |
| YUV | 127.64 | 185.76 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 103 | 230 | 0.40 | 0.55 | 0 | 0.10 | 256.06 | 0.72 | 0.65 |
| Hex | 89 | 67 | E6 | 28 | 37 | 0 | A | 100 | 48 | 41 |
| Octal | 211 | 147 | 346 | 50 | 67 | 0 | 12 | 400 | 110 | 101 |
| Binary | 10001001 | 1100111 | 11100110 | 101000 | 110111 | 0 | 1010 | 100000000 | 1001000 | 1000001 |
Color Harmonies of #8967E6
Complementary color
Monochromatic Colors of #8967E6
Black with #8967E6
Text Example
Text Example
White with #8967E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8967E6; }
p { color: rgb(137,103,230); }
H1.HeaderClassName
{
color: #8967E6;
}
.AnyTagClassName
{
color: #8967E6;
}
</style>
background-color css
<style>
a { background-color: #8967E6; }
a { background-color: rgb(137,103,230); }
div.DivClassName
{
background-color: #8967E6;
}
.BgClassName
{
background-color: #8967E6;
}
</style>
border-color css
<style>
span { border-color: #8967E6; }
span { border-color: rgb(137,103,230); }
td.TdClassName
{
border-color: #8967E6;
}
.TagClassName
{
border-color: #8967E6;
}
</style>