Shades of Dark Purple #8B216B
Tints of Dark Purple #8B216B
RGB
CMYK
RGB Variations
Color information
#8B216B (or 0x8B216B) is known color: Dark Purple. HEX triplet: 8B, 21 and 6B. RGB value is (139,33,107). Sum of RGB (Red+Green+Blue) = 139+33+107=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B216B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B216B is #74DE94. Grayscale: #484848. Windows color (decimal): -7659157 or 7020939. OLE color: 7020939.
HSL color Cylindrical-coordinate representation of color #8B216B: hue angle of 318.11º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B216B is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 33 | 107 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.45 |
| HSL | 318.11º | 0.62% | 0.34% | - |
| HSV(B) | 318.11º | 0.76% | 0.55% | - |
| XYZ | 13.85 | 7.64 | 14.65 | - |
| YUV | 73.13 | 147.12 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 33 | 107 | 0 | 0.76 | 0.23 | 0.45 | 318.11 | 0.62 | 0.34 |
| Hex | 8B | 21 | 6B | 0 | 4C | 17 | 2D | 13E | 3E | 22 |
| Octal | 213 | 41 | 153 | 0 | 114 | 27 | 55 | 476 | 76 | 42 |
| Binary | 10001011 | 100001 | 1101011 | 0 | 1001100 | 10111 | 101101 | 100111110 | 111110 | 100010 |
Color Harmonies of #8B216B
Complementary color
Monochromatic Colors of #8B216B
Black with #8B216B
Text Example
Text Example
White with #8B216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B216B; }
p { color: rgb(139,33,107); }
H1.HeaderClassName
{
color: #8B216B;
}
.AnyTagClassName
{
color: #8B216B;
}
</style>
background-color css
<style>
a { background-color: #8B216B; }
a { background-color: rgb(139,33,107); }
div.DivClassName
{
background-color: #8B216B;
}
.BgClassName
{
background-color: #8B216B;
}
</style>
border-color css
<style>
span { border-color: #8B216B; }
span { border-color: rgb(139,33,107); }
td.TdClassName
{
border-color: #8B216B;
}
.TagClassName
{
border-color: #8B216B;
}
</style>