Shades of Medium Purple #8B66DC
Tints of Medium Purple #8B66DC
RGB
CMYK
RGB Variations
Color information
#8B66DC (or 0x8B66DC) is known color: Medium Purple. HEX triplet: 8B, 66 and DC. RGB value is (139,102,220). Sum of RGB (Red+Green+Blue) = 139+102+220=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B66DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B66DC is #749923. Grayscale: #7E7E7E. Windows color (decimal): -7641380 or 14444171. OLE color: 14444171.
HSL color Cylindrical-coordinate representation of color #8B66DC: hue angle of 258.81º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B66DC is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 102 | 220 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.14 |
| HSL | 258.81º | 0.63% | 0.63% | - |
| HSV(B) | 258.81º | 0.54% | 0.86% | - |
| XYZ | 28.32 | 20.16 | 70.11 | - |
| YUV | 126.52 | 180.76 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 102 | 220 | 0.37 | 0.54 | 0 | 0.14 | 258.81 | 0.63 | 0.63 |
| Hex | 8B | 66 | DC | 25 | 36 | 0 | E | 103 | 3F | 3F |
| Octal | 213 | 146 | 334 | 45 | 66 | 0 | 16 | 403 | 77 | 77 |
| Binary | 10001011 | 1100110 | 11011100 | 100101 | 110110 | 0 | 1110 | 100000011 | 111111 | 111111 |
Color Harmonies of #8B66DC
Complementary color
Monochromatic Colors of #8B66DC
Black with #8B66DC
Text Example
Text Example
White with #8B66DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B66DC; }
p { color: rgb(139,102,220); }
H1.HeaderClassName
{
color: #8B66DC;
}
.AnyTagClassName
{
color: #8B66DC;
}
</style>
background-color css
<style>
a { background-color: #8B66DC; }
a { background-color: rgb(139,102,220); }
div.DivClassName
{
background-color: #8B66DC;
}
.BgClassName
{
background-color: #8B66DC;
}
</style>
border-color css
<style>
span { border-color: #8B66DC; }
span { border-color: rgb(139,102,220); }
td.TdClassName
{
border-color: #8B66DC;
}
.TagClassName
{
border-color: #8B66DC;
}
</style>