Shades of Medium Purple #8A69DA
Tints of Medium Purple #8A69DA
RGB
CMYK
RGB Variations
Color information
#8A69DA (or 0x8A69DA) is known color: Medium Purple. HEX triplet: 8A, 69 and DA. RGB value is (138,105,218). Sum of RGB (Red+Green+Blue) = 138+105+218=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A69DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A69DA is #759625. Grayscale: #7F7F7F. Windows color (decimal): -7706150 or 14313866. OLE color: 14313866.
HSL color Cylindrical-coordinate representation of color #8A69DA: hue angle of 257.52º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A69DA is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 105 | 218 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.15 |
| HSL | 257.52º | 0.6% | 0.63% | - |
| HSV(B) | 257.52º | 0.52% | 0.85% | - |
| XYZ | 28.19 | 20.57 | 68.81 | - |
| YUV | 127.75 | 178.93 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 105 | 218 | 0.37 | 0.52 | 0 | 0.15 | 257.52 | 0.6 | 0.63 |
| Hex | 8A | 69 | DA | 25 | 34 | 0 | F | 102 | 3C | 3F |
| Octal | 212 | 151 | 332 | 45 | 64 | 0 | 17 | 402 | 74 | 77 |
| Binary | 10001010 | 1101001 | 11011010 | 100101 | 110100 | 0 | 1111 | 100000010 | 111100 | 111111 |
Color Harmonies of #8A69DA
Complementary color
Monochromatic Colors of #8A69DA
Black with #8A69DA
Text Example
Text Example
White with #8A69DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A69DA; }
p { color: rgb(138,105,218); }
H1.HeaderClassName
{
color: #8A69DA;
}
.AnyTagClassName
{
color: #8A69DA;
}
</style>
background-color css
<style>
a { background-color: #8A69DA; }
a { background-color: rgb(138,105,218); }
div.DivClassName
{
background-color: #8A69DA;
}
.BgClassName
{
background-color: #8A69DA;
}
</style>
border-color css
<style>
span { border-color: #8A69DA; }
span { border-color: rgb(138,105,218); }
td.TdClassName
{
border-color: #8A69DA;
}
.TagClassName
{
border-color: #8A69DA;
}
</style>