Shades of Dark Purple #8B1484
Tints of Dark Purple #8B1484
RGB
CMYK
RGB Variations
Color information
#8B1484 (or 0x8B1484) is known color: Dark Purple. HEX triplet: 8B, 14 and 84. RGB value is (139,20,132). Sum of RGB (Red+Green+Blue) = 139+20+132=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1484 is #74EB7B. Grayscale: #444444. Windows color (decimal): -7662460 or 8656011. OLE color: 8656011.
HSL color Cylindrical-coordinate representation of color #8B1484: hue angle of 303.53º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B1484 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 20 | 132 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.45 |
| HSL | 303.53º | 0.75% | 0.31% | - |
| HSV(B) | 303.53º | 0.86% | 0.55% | - |
| XYZ | 15.06 | 7.66 | 22.51 | - |
| YUV | 68.35 | 163.92 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 20 | 132 | 0 | 0.86 | 0.05 | 0.45 | 303.53 | 0.75 | 0.31 |
| Hex | 8B | 14 | 84 | 0 | 56 | 5 | 2D | 130 | 4B | 1F |
| Octal | 213 | 24 | 204 | 0 | 126 | 5 | 55 | 460 | 113 | 37 |
| Binary | 10001011 | 10100 | 10000100 | 0 | 1010110 | 101 | 101101 | 100110000 | 1001011 | 11111 |
Color Harmonies of #8B1484
Complementary color
Monochromatic Colors of #8B1484
Black with #8B1484
Text Example
Text Example
White with #8B1484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1484; }
p { color: rgb(139,20,132); }
H1.HeaderClassName
{
color: #8B1484;
}
.AnyTagClassName
{
color: #8B1484;
}
</style>
background-color css
<style>
a { background-color: #8B1484; }
a { background-color: rgb(139,20,132); }
div.DivClassName
{
background-color: #8B1484;
}
.BgClassName
{
background-color: #8B1484;
}
</style>
border-color css
<style>
span { border-color: #8B1484; }
span { border-color: rgb(139,20,132); }
td.TdClassName
{
border-color: #8B1484;
}
.TagClassName
{
border-color: #8B1484;
}
</style>