Shades of Medium Purple #8A6BDF
Tints of Medium Purple #8A6BDF
RGB
CMYK
RGB Variations
Color information
#8A6BDF (or 0x8A6BDF) is known color: Medium Purple. HEX triplet: 8A, 6B and DF. RGB value is (138,107,223). Sum of RGB (Red+Green+Blue) = 138+107+223=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A6BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6BDF is #759420. Grayscale: #818181. Windows color (decimal): -7705633 or 14642058. OLE color: 14642058.
HSL color Cylindrical-coordinate representation of color #8A6BDF: hue angle of 256.03º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A6BDF is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 107 | 223 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.13 |
| HSL | 256.03º | 0.64% | 0.65% | - |
| HSV(B) | 256.03º | 0.52% | 0.87% | - |
| XYZ | 29.06 | 21.25 | 72.38 | - |
| YUV | 129.49 | 180.77 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 107 | 223 | 0.38 | 0.52 | 0 | 0.13 | 256.03 | 0.64 | 0.65 |
| Hex | 8A | 6B | DF | 26 | 34 | 0 | D | 100 | 40 | 41 |
| Octal | 212 | 153 | 337 | 46 | 64 | 0 | 15 | 400 | 100 | 101 |
| Binary | 10001010 | 1101011 | 11011111 | 100110 | 110100 | 0 | 1101 | 100000000 | 1000000 | 1000001 |
Color Harmonies of #8A6BDF
Complementary color
Monochromatic Colors of #8A6BDF
Black with #8A6BDF
Text Example
Text Example
White with #8A6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6BDF; }
p { color: rgb(138,107,223); }
H1.HeaderClassName
{
color: #8A6BDF;
}
.AnyTagClassName
{
color: #8A6BDF;
}
</style>
background-color css
<style>
a { background-color: #8A6BDF; }
a { background-color: rgb(138,107,223); }
div.DivClassName
{
background-color: #8A6BDF;
}
.BgClassName
{
background-color: #8A6BDF;
}
</style>
border-color css
<style>
span { border-color: #8A6BDF; }
span { border-color: rgb(138,107,223); }
td.TdClassName
{
border-color: #8A6BDF;
}
.TagClassName
{
border-color: #8A6BDF;
}
</style>