Shades of Dark Purple #8B2866
Tints of Dark Purple #8B2866
RGB
CMYK
RGB Variations
Color information
#8B2866 (or 0x8B2866) is known color: Dark Purple. HEX triplet: 8B, 28 and 66. RGB value is (139,40,102). Sum of RGB (Red+Green+Blue) = 139+40+102=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2866 is #74D799. Grayscale: #4C4C4C. Windows color (decimal): -7657370 or 6695051. OLE color: 6695051.
HSL color Cylindrical-coordinate representation of color #8B2866: hue angle of 322.42º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B2866 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 40 | 102 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.45 |
| HSL | 322.42º | 0.55% | 0.35% | - |
| HSV(B) | 322.42º | 0.71% | 0.55% | - |
| XYZ | 13.8 | 7.97 | 13.38 | - |
| YUV | 76.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 40 | 102 | 0 | 0.71 | 0.27 | 0.45 | 322.42 | 0.55 | 0.35 |
| Hex | 8B | 28 | 66 | 0 | 47 | 1B | 2D | 142 | 37 | 23 |
| Octal | 213 | 50 | 146 | 0 | 107 | 33 | 55 | 502 | 67 | 43 |
| Binary | 10001011 | 101000 | 1100110 | 0 | 1000111 | 11011 | 101101 | 101000010 | 110111 | 100011 |
Color Harmonies of #8B2866
Complementary color
Monochromatic Colors of #8B2866
Black with #8B2866
Text Example
Text Example
White with #8B2866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2866; }
p { color: rgb(139,40,102); }
H1.HeaderClassName
{
color: #8B2866;
}
.AnyTagClassName
{
color: #8B2866;
}
</style>
background-color css
<style>
a { background-color: #8B2866; }
a { background-color: rgb(139,40,102); }
div.DivClassName
{
background-color: #8B2866;
}
.BgClassName
{
background-color: #8B2866;
}
</style>
border-color css
<style>
span { border-color: #8B2866; }
span { border-color: rgb(139,40,102); }
td.TdClassName
{
border-color: #8B2866;
}
.TagClassName
{
border-color: #8B2866;
}
</style>