Shades of Medium Purple #8969E6
Tints of Medium Purple #8969E6
RGB
CMYK
RGB Variations
Color information
#8969E6 (or 0x8969E6) is known color: Medium Purple. HEX triplet: 89, 69 and E6. RGB value is (137,105,230). Sum of RGB (Red+Green+Blue) = 137+105+230=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #8969E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8969E6 is #769619. Grayscale: #808080. Windows color (decimal): -7771674 or 15100297. OLE color: 15100297.
HSL color Cylindrical-coordinate representation of color #8969E6: hue angle of 255.36º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8969E6 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 105 | 230 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.10 |
| HSL | 255.36º | 0.71% | 0.66% | - |
| HSV(B) | 255.36º | 0.54% | 0.9% | - |
| XYZ | 29.65 | 21.13 | 77.38 | - |
| YUV | 128.82 | 185.1 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 105 | 230 | 0.40 | 0.54 | 0 | 0.10 | 255.36 | 0.71 | 0.66 |
| Hex | 89 | 69 | E6 | 28 | 36 | 0 | A | FF | 47 | 42 |
| Octal | 211 | 151 | 346 | 50 | 66 | 0 | 12 | 377 | 107 | 102 |
| Binary | 10001001 | 1101001 | 11100110 | 101000 | 110110 | 0 | 1010 | 11111111 | 1000111 | 1000010 |
Color Harmonies of #8969E6
Complementary color
Monochromatic Colors of #8969E6
Black with #8969E6
Text Example
Text Example
White with #8969E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8969E6; }
p { color: rgb(137,105,230); }
H1.HeaderClassName
{
color: #8969E6;
}
.AnyTagClassName
{
color: #8969E6;
}
</style>
background-color css
<style>
a { background-color: #8969E6; }
a { background-color: rgb(137,105,230); }
div.DivClassName
{
background-color: #8969E6;
}
.BgClassName
{
background-color: #8969E6;
}
</style>
border-color css
<style>
span { border-color: #8969E6; }
span { border-color: rgb(137,105,230); }
td.TdClassName
{
border-color: #8969E6;
}
.TagClassName
{
border-color: #8969E6;
}
</style>