Shades of Medium Purple #8B76DC
Tints of Medium Purple #8B76DC
RGB
CMYK
RGB Variations
Color information
#8B76DC (or 0x8B76DC) is known color: Medium Purple. HEX triplet: 8B, 76 and DC. RGB value is (139,118,220). Sum of RGB (Red+Green+Blue) = 139+118+220=477 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.14% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B76DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B76DC is #748923. Grayscale: #878787. Windows color (decimal): -7637284 or 14448267. OLE color: 14448267.
HSL color Cylindrical-coordinate representation of color #8B76DC: hue angle of 252.35º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B76DC is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 118 | 220 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.14 |
| HSL | 252.35º | 0.59% | 0.66% | - |
| HSV(B) | 252.35º | 0.46% | 0.86% | - |
| XYZ | 30.04 | 23.61 | 70.68 | - |
| YUV | 135.91 | 175.46 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 118 | 220 | 0.37 | 0.46 | 0 | 0.14 | 252.35 | 0.59 | 0.66 |
| Hex | 8B | 76 | DC | 25 | 2E | 0 | E | FC | 3B | 42 |
| Octal | 213 | 166 | 334 | 45 | 56 | 0 | 16 | 374 | 73 | 102 |
| Binary | 10001011 | 1110110 | 11011100 | 100101 | 101110 | 0 | 1110 | 11111100 | 111011 | 1000010 |
Color Harmonies of #8B76DC
Complementary color
Monochromatic Colors of #8B76DC
Black with #8B76DC
Text Example
Text Example
White with #8B76DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B76DC; }
p { color: rgb(139,118,220); }
H1.HeaderClassName
{
color: #8B76DC;
}
.AnyTagClassName
{
color: #8B76DC;
}
</style>
background-color css
<style>
a { background-color: #8B76DC; }
a { background-color: rgb(139,118,220); }
div.DivClassName
{
background-color: #8B76DC;
}
.BgClassName
{
background-color: #8B76DC;
}
</style>
border-color css
<style>
span { border-color: #8B76DC; }
span { border-color: rgb(139,118,220); }
td.TdClassName
{
border-color: #8B76DC;
}
.TagClassName
{
border-color: #8B76DC;
}
</style>