Shades of Dark Purple #8B246B
Tints of Dark Purple #8B246B
RGB
CMYK
RGB Variations
Color information
#8B246B (or 0x8B246B) is known color: Dark Purple. HEX triplet: 8B, 24 and 6B. RGB value is (139,36,107). Sum of RGB (Red+Green+Blue) = 139+36+107=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B246B is #74DB94. Grayscale: #4A4A4A. Windows color (decimal): -7658389 or 7021707. OLE color: 7021707.
HSL color Cylindrical-coordinate representation of color #8B246B: hue angle of 318.64º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B246B is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 36 | 107 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.45 |
| HSL | 318.64º | 0.59% | 0.34% | - |
| HSV(B) | 318.64º | 0.74% | 0.55% | - |
| XYZ | 13.93 | 7.81 | 14.68 | - |
| YUV | 74.89 | 146.12 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 36 | 107 | 0 | 0.74 | 0.23 | 0.45 | 318.64 | 0.59 | 0.34 |
| Hex | 8B | 24 | 6B | 0 | 4A | 17 | 2D | 13F | 3B | 22 |
| Octal | 213 | 44 | 153 | 0 | 112 | 27 | 55 | 477 | 73 | 42 |
| Binary | 10001011 | 100100 | 1101011 | 0 | 1001010 | 10111 | 101101 | 100111111 | 111011 | 100010 |
Color Harmonies of #8B246B
Complementary color
Monochromatic Colors of #8B246B
Black with #8B246B
Text Example
Text Example
White with #8B246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B246B; }
p { color: rgb(139,36,107); }
H1.HeaderClassName
{
color: #8B246B;
}
.AnyTagClassName
{
color: #8B246B;
}
</style>
background-color css
<style>
a { background-color: #8B246B; }
a { background-color: rgb(139,36,107); }
div.DivClassName
{
background-color: #8B246B;
}
.BgClassName
{
background-color: #8B246B;
}
</style>
border-color css
<style>
span { border-color: #8B246B; }
span { border-color: rgb(139,36,107); }
td.TdClassName
{
border-color: #8B246B;
}
.TagClassName
{
border-color: #8B246B;
}
</style>