Shades of Medium Purple #8667DA
Tints of Medium Purple #8667DA
RGB
CMYK
RGB Variations
Color information
#8667DA (or 0x8667DA) is known color: Medium Purple. HEX triplet: 86, 67 and DA. RGB value is (134,103,218). Sum of RGB (Red+Green+Blue) = 134+103+218=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #8667DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8667DA is #799825. Grayscale: #7C7C7C. Windows color (decimal): -7968806 or 14313350. OLE color: 14313350.
HSL color Cylindrical-coordinate representation of color #8667DA: hue angle of 256.17º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8667DA is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 103 | 218 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.15 |
| HSL | 256.17º | 0.61% | 0.63% | - |
| HSV(B) | 256.17º | 0.53% | 0.85% | - |
| XYZ | 27.34 | 19.83 | 68.72 | - |
| YUV | 125.38 | 180.27 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 103 | 218 | 0.39 | 0.53 | 0 | 0.15 | 256.17 | 0.61 | 0.63 |
| Hex | 86 | 67 | DA | 27 | 35 | 0 | F | 100 | 3D | 3F |
| Octal | 206 | 147 | 332 | 47 | 65 | 0 | 17 | 400 | 75 | 77 |
| Binary | 10000110 | 1100111 | 11011010 | 100111 | 110101 | 0 | 1111 | 100000000 | 111101 | 111111 |
Color Harmonies of #8667DA
Complementary color
Monochromatic Colors of #8667DA
Black with #8667DA
Text Example
Text Example
White with #8667DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8667DA; }
p { color: rgb(134,103,218); }
H1.HeaderClassName
{
color: #8667DA;
}
.AnyTagClassName
{
color: #8667DA;
}
</style>
background-color css
<style>
a { background-color: #8667DA; }
a { background-color: rgb(134,103,218); }
div.DivClassName
{
background-color: #8667DA;
}
.BgClassName
{
background-color: #8667DA;
}
</style>
border-color css
<style>
span { border-color: #8667DA; }
span { border-color: rgb(134,103,218); }
td.TdClassName
{
border-color: #8667DA;
}
.TagClassName
{
border-color: #8667DA;
}
</style>