Shades of Medium Purple #8A63DB
Tints of Medium Purple #8A63DB
RGB
CMYK
RGB Variations
Color information
#8A63DB (or 0x8A63DB) is known color: Medium Purple. HEX triplet: 8A, 63 and DB. RGB value is (138,99,219). Sum of RGB (Red+Green+Blue) = 138+99+219=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A63DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A63DB is #759C24. Grayscale: #7B7B7B. Windows color (decimal): -7707685 or 14377866. OLE color: 14377866.
HSL color Cylindrical-coordinate representation of color #8A63DB: hue angle of 259.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A63DB is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 99 | 219 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.14 |
| HSL | 259.5º | 0.63% | 0.62% | - |
| HSV(B) | 259.5º | 0.55% | 0.86% | - |
| XYZ | 27.73 | 19.44 | 69.31 | - |
| YUV | 124.34 | 181.42 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 99 | 219 | 0.37 | 0.55 | 0 | 0.14 | 259.5 | 0.63 | 0.62 |
| Hex | 8A | 63 | DB | 25 | 37 | 0 | E | 104 | 3E | 3E |
| Octal | 212 | 143 | 333 | 45 | 67 | 0 | 16 | 404 | 76 | 76 |
| Binary | 10001010 | 1100011 | 11011011 | 100101 | 110111 | 0 | 1110 | 100000100 | 111110 | 111110 |
Color Harmonies of #8A63DB
Complementary color
Monochromatic Colors of #8A63DB
Black with #8A63DB
Text Example
Text Example
White with #8A63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A63DB; }
p { color: rgb(138,99,219); }
H1.HeaderClassName
{
color: #8A63DB;
}
.AnyTagClassName
{
color: #8A63DB;
}
</style>
background-color css
<style>
a { background-color: #8A63DB; }
a { background-color: rgb(138,99,219); }
div.DivClassName
{
background-color: #8A63DB;
}
.BgClassName
{
background-color: #8A63DB;
}
</style>
border-color css
<style>
span { border-color: #8A63DB; }
span { border-color: rgb(138,99,219); }
td.TdClassName
{
border-color: #8A63DB;
}
.TagClassName
{
border-color: #8A63DB;
}
</style>