Shades of Medium Purple #8669D6
Tints of Medium Purple #8669D6
RGB
CMYK
RGB Variations
Color information
#8669D6 (or 0x8669D6) is known color: Medium Purple. HEX triplet: 86, 69 and D6. RGB value is (134,105,214). Sum of RGB (Red+Green+Blue) = 134+105+214=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #8669D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8669D6 is #799629. Grayscale: #7D7D7D. Windows color (decimal): -7968298 or 14051718. OLE color: 14051718.
HSL color Cylindrical-coordinate representation of color #8669D6: hue angle of 255.96º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8669D6 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 105 | 214 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.16 |
| HSL | 255.96º | 0.57% | 0.63% | - |
| HSV(B) | 255.96º | 0.51% | 0.84% | - |
| XYZ | 27.02 | 20.03 | 66.06 | - |
| YUV | 126.1 | 177.61 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 105 | 214 | 0.37 | 0.51 | 0 | 0.16 | 255.96 | 0.57 | 0.63 |
| Hex | 86 | 69 | D6 | 25 | 33 | 0 | 10 | 100 | 39 | 3F |
| Octal | 206 | 151 | 326 | 45 | 63 | 0 | 20 | 400 | 71 | 77 |
| Binary | 10000110 | 1101001 | 11010110 | 100101 | 110011 | 0 | 10000 | 100000000 | 111001 | 111111 |
Color Harmonies of #8669D6
Complementary color
Monochromatic Colors of #8669D6
Black with #8669D6
Text Example
Text Example
White with #8669D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8669D6; }
p { color: rgb(134,105,214); }
H1.HeaderClassName
{
color: #8669D6;
}
.AnyTagClassName
{
color: #8669D6;
}
</style>
background-color css
<style>
a { background-color: #8669D6; }
a { background-color: rgb(134,105,214); }
div.DivClassName
{
background-color: #8669D6;
}
.BgClassName
{
background-color: #8669D6;
}
</style>
border-color css
<style>
span { border-color: #8669D6; }
span { border-color: rgb(134,105,214); }
td.TdClassName
{
border-color: #8669D6;
}
.TagClassName
{
border-color: #8669D6;
}
</style>