Shades of Medium Purple #8A68DA
Tints of Medium Purple #8A68DA
RGB
CMYK
RGB Variations
Color information
#8A68DA (or 0x8A68DA) is known color: Medium Purple. HEX triplet: 8A, 68 and DA. RGB value is (138,104,218). Sum of RGB (Red+Green+Blue) = 138+104+218=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A68DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A68DA is #759725. Grayscale: #7E7E7E. Windows color (decimal): -7706406 or 14313610. OLE color: 14313610.
HSL color Cylindrical-coordinate representation of color #8A68DA: hue angle of 257.89º degrees, saturation: 0.61, 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 #8A68DA is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 104 | 218 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.15 |
| HSL | 257.89º | 0.61% | 0.63% | - |
| HSV(B) | 257.89º | 0.52% | 0.85% | - |
| XYZ | 28.09 | 20.37 | 68.78 | - |
| YUV | 127.16 | 179.26 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 104 | 218 | 0.37 | 0.52 | 0 | 0.15 | 257.89 | 0.61 | 0.63 |
| Hex | 8A | 68 | DA | 25 | 34 | 0 | F | 102 | 3D | 3F |
| Octal | 212 | 150 | 332 | 45 | 64 | 0 | 17 | 402 | 75 | 77 |
| Binary | 10001010 | 1101000 | 11011010 | 100101 | 110100 | 0 | 1111 | 100000010 | 111101 | 111111 |
Color Harmonies of #8A68DA
Complementary color
Monochromatic Colors of #8A68DA
Black with #8A68DA
Text Example
Text Example
White with #8A68DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A68DA; }
p { color: rgb(138,104,218); }
H1.HeaderClassName
{
color: #8A68DA;
}
.AnyTagClassName
{
color: #8A68DA;
}
</style>
background-color css
<style>
a { background-color: #8A68DA; }
a { background-color: rgb(138,104,218); }
div.DivClassName
{
background-color: #8A68DA;
}
.BgClassName
{
background-color: #8A68DA;
}
</style>
border-color css
<style>
span { border-color: #8A68DA; }
span { border-color: rgb(138,104,218); }
td.TdClassName
{
border-color: #8A68DA;
}
.TagClassName
{
border-color: #8A68DA;
}
</style>