Shades of Medium Purple #8A69E8
Tints of Medium Purple #8A69E8
RGB
CMYK
RGB Variations
Color information
#8A69E8 (or 0x8A69E8) is known color: Medium Purple. HEX triplet: 8A, 69 and E8. RGB value is (138,105,232). Sum of RGB (Red+Green+Blue) = 138+105+232=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #8A69E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A69E8 is #759617. Grayscale: #808080. Windows color (decimal): -7706136 or 15231370. OLE color: 15231370.
HSL color Cylindrical-coordinate representation of color #8A69E8: hue angle of 255.59º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A69E8 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 105 | 232 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.09 |
| HSL | 255.59º | 0.73% | 0.66% | - |
| HSV(B) | 255.59º | 0.55% | 0.91% | - |
| XYZ | 30.1 | 21.33 | 78.88 | - |
| YUV | 129.35 | 185.93 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 105 | 232 | 0.41 | 0.55 | 0 | 0.09 | 255.59 | 0.73 | 0.66 |
| Hex | 8A | 69 | E8 | 29 | 37 | 0 | 9 | 100 | 49 | 42 |
| Octal | 212 | 151 | 350 | 51 | 67 | 0 | 11 | 400 | 111 | 102 |
| Binary | 10001010 | 1101001 | 11101000 | 101001 | 110111 | 0 | 1001 | 100000000 | 1001001 | 1000010 |
Color Harmonies of #8A69E8
Complementary color
Monochromatic Colors of #8A69E8
Black with #8A69E8
Text Example
Text Example
White with #8A69E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A69E8; }
p { color: rgb(138,105,232); }
H1.HeaderClassName
{
color: #8A69E8;
}
.AnyTagClassName
{
color: #8A69E8;
}
</style>
background-color css
<style>
a { background-color: #8A69E8; }
a { background-color: rgb(138,105,232); }
div.DivClassName
{
background-color: #8A69E8;
}
.BgClassName
{
background-color: #8A69E8;
}
</style>
border-color css
<style>
span { border-color: #8A69E8; }
span { border-color: rgb(138,105,232); }
td.TdClassName
{
border-color: #8A69E8;
}
.TagClassName
{
border-color: #8A69E8;
}
</style>