Shades of Dark Purple #8B266B
Tints of Dark Purple #8B266B
RGB
CMYK
RGB Variations
Color information
#8B266B (or 0x8B266B) is known color: Dark Purple. HEX triplet: 8B, 26 and 6B. RGB value is (139,38,107). Sum of RGB (Red+Green+Blue) = 139+38+107=284 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.94% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 139 - color contains mainly: red. Hex color #8B266B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B266B is #74D994. Grayscale: #4B4B4B. Windows color (decimal): -7657877 or 7022219. OLE color: 7022219.
HSL color Cylindrical-coordinate representation of color #8B266B: hue angle of 319.01º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B266B is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 38 | 107 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.45 |
| HSL | 319.01º | 0.57% | 0.35% | - |
| HSV(B) | 319.01º | 0.73% | 0.55% | - |
| XYZ | 13.99 | 7.94 | 14.7 | - |
| YUV | 76.07 | 145.46 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 38 | 107 | 0 | 0.73 | 0.23 | 0.45 | 319.01 | 0.57 | 0.35 |
| Hex | 8B | 26 | 6B | 0 | 49 | 17 | 2D | 13F | 39 | 23 |
| Octal | 213 | 46 | 153 | 0 | 111 | 27 | 55 | 477 | 71 | 43 |
| Binary | 10001011 | 100110 | 1101011 | 0 | 1001001 | 10111 | 101101 | 100111111 | 111001 | 100011 |
Color Harmonies of #8B266B
Complementary color
Monochromatic Colors of #8B266B
Black with #8B266B
Text Example
Text Example
White with #8B266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B266B; }
p { color: rgb(139,38,107); }
H1.HeaderClassName
{
color: #8B266B;
}
.AnyTagClassName
{
color: #8B266B;
}
</style>
background-color css
<style>
a { background-color: #8B266B; }
a { background-color: rgb(139,38,107); }
div.DivClassName
{
background-color: #8B266B;
}
.BgClassName
{
background-color: #8B266B;
}
</style>
border-color css
<style>
span { border-color: #8B266B; }
span { border-color: rgb(139,38,107); }
td.TdClassName
{
border-color: #8B266B;
}
.TagClassName
{
border-color: #8B266B;
}
</style>