Shades of Medium Purple #8A68DC
Tints of Medium Purple #8A68DC
RGB
CMYK
RGB Variations
Color information
#8A68DC (or 0x8A68DC) is known color: Medium Purple. HEX triplet: 8A, 68 and DC. RGB value is (138,104,220). Sum of RGB (Red+Green+Blue) = 138+104+220=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A68DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A68DC is #759723. Grayscale: #7E7E7E. Windows color (decimal): -7706404 or 14444682. OLE color: 14444682.
HSL color Cylindrical-coordinate representation of color #8A68DC: hue angle of 257.59º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A68DC is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 104 | 220 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.14 |
| HSL | 257.59º | 0.62% | 0.64% | - |
| HSV(B) | 257.59º | 0.53% | 0.86% | - |
| XYZ | 28.35 | 20.47 | 70.17 | - |
| YUV | 127.39 | 180.26 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 104 | 220 | 0.37 | 0.53 | 0 | 0.14 | 257.59 | 0.62 | 0.64 |
| Hex | 8A | 68 | DC | 25 | 35 | 0 | E | 102 | 3E | 40 |
| Octal | 212 | 150 | 334 | 45 | 65 | 0 | 16 | 402 | 76 | 100 |
| Binary | 10001010 | 1101000 | 11011100 | 100101 | 110101 | 0 | 1110 | 100000010 | 111110 | 1000000 |
Color Harmonies of #8A68DC
Complementary color
Monochromatic Colors of #8A68DC
Black with #8A68DC
Text Example
Text Example
White with #8A68DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A68DC; }
p { color: rgb(138,104,220); }
H1.HeaderClassName
{
color: #8A68DC;
}
.AnyTagClassName
{
color: #8A68DC;
}
</style>
background-color css
<style>
a { background-color: #8A68DC; }
a { background-color: rgb(138,104,220); }
div.DivClassName
{
background-color: #8A68DC;
}
.BgClassName
{
background-color: #8A68DC;
}
</style>
border-color css
<style>
span { border-color: #8A68DC; }
span { border-color: rgb(138,104,220); }
td.TdClassName
{
border-color: #8A68DC;
}
.TagClassName
{
border-color: #8A68DC;
}
</style>