Shades of Medium Purple #8669D3
Tints of Medium Purple #8669D3
RGB
CMYK
RGB Variations
Color information
#8669D3 (or 0x8669D3) is known color: Medium Purple. HEX triplet: 86, 69 and D3. RGB value is (134,105,211). Sum of RGB (Red+Green+Blue) = 134+105+211=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 211 (82.81% from 255 or 46.89% from 450); Max value from RGB is 211 - color contains mainly: blue. Hex color #8669D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8669D3 is #79962C. Grayscale: #7D7D7D. Windows color (decimal): -7968301 or 13855110. OLE color: 13855110.
HSL color Cylindrical-coordinate representation of color #8669D3: hue angle of 256.42º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8669D3 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 105 | 211 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.17 |
| HSL | 256.42º | 0.55% | 0.62% | - |
| HSV(B) | 256.42º | 0.5% | 0.83% | - |
| XYZ | 26.64 | 19.87 | 64.06 | - |
| YUV | 125.76 | 176.11 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 105 | 211 | 0.36 | 0.50 | 0 | 0.17 | 256.42 | 0.55 | 0.62 |
| Hex | 86 | 69 | D3 | 24 | 32 | 0 | 11 | 100 | 37 | 3E |
| Octal | 206 | 151 | 323 | 44 | 62 | 0 | 21 | 400 | 67 | 76 |
| Binary | 10000110 | 1101001 | 11010011 | 100100 | 110010 | 0 | 10001 | 100000000 | 110111 | 111110 |
Color Harmonies of #8669D3
Complementary color
Monochromatic Colors of #8669D3
Black with #8669D3
Text Example
Text Example
White with #8669D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8669D3; }
p { color: rgb(134,105,211); }
H1.HeaderClassName
{
color: #8669D3;
}
.AnyTagClassName
{
color: #8669D3;
}
</style>
background-color css
<style>
a { background-color: #8669D3; }
a { background-color: rgb(134,105,211); }
div.DivClassName
{
background-color: #8669D3;
}
.BgClassName
{
background-color: #8669D3;
}
</style>
border-color css
<style>
span { border-color: #8669D3; }
span { border-color: rgb(134,105,211); }
td.TdClassName
{
border-color: #8669D3;
}
.TagClassName
{
border-color: #8669D3;
}
</style>