Shades of Medium Purple #8A63DF
Tints of Medium Purple #8A63DF
RGB
CMYK
RGB Variations
Color information
#8A63DF (or 0x8A63DF) is known color: Medium Purple. HEX triplet: 8A, 63 and DF. RGB value is (138,99,223). Sum of RGB (Red+Green+Blue) = 138+99+223=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A63DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A63DF is #759C20. Grayscale: #7C7C7C. Windows color (decimal): -7707681 or 14640010. OLE color: 14640010.
HSL color Cylindrical-coordinate representation of color #8A63DF: hue angle of 258.87º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A63DF is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 99 | 223 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.13 |
| HSL | 258.87º | 0.66% | 0.63% | - |
| HSV(B) | 258.87º | 0.56% | 0.87% | - |
| XYZ | 28.26 | 19.65 | 72.12 | - |
| YUV | 124.8 | 183.42 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 99 | 223 | 0.38 | 0.56 | 0 | 0.13 | 258.87 | 0.66 | 0.63 |
| Hex | 8A | 63 | DF | 26 | 38 | 0 | D | 103 | 42 | 3F |
| Octal | 212 | 143 | 337 | 46 | 70 | 0 | 15 | 403 | 102 | 77 |
| Binary | 10001010 | 1100011 | 11011111 | 100110 | 111000 | 0 | 1101 | 100000011 | 1000010 | 111111 |
Color Harmonies of #8A63DF
Complementary color
Monochromatic Colors of #8A63DF
Black with #8A63DF
Text Example
Text Example
White with #8A63DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A63DF; }
p { color: rgb(138,99,223); }
H1.HeaderClassName
{
color: #8A63DF;
}
.AnyTagClassName
{
color: #8A63DF;
}
</style>
background-color css
<style>
a { background-color: #8A63DF; }
a { background-color: rgb(138,99,223); }
div.DivClassName
{
background-color: #8A63DF;
}
.BgClassName
{
background-color: #8A63DF;
}
</style>
border-color css
<style>
span { border-color: #8A63DF; }
span { border-color: rgb(138,99,223); }
td.TdClassName
{
border-color: #8A63DF;
}
.TagClassName
{
border-color: #8A63DF;
}
</style>