Shades of Dark Purple #8B1F6C
Tints of Dark Purple #8B1F6C
RGB
CMYK
RGB Variations
Color information
#8B1F6C (or 0x8B1F6C) is known color: Dark Purple. HEX triplet: 8B, 1F and 6C. RGB value is (139,31,108). Sum of RGB (Red+Green+Blue) = 139+31+108=278 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1F6C is #74E093. Grayscale: #474747. Windows color (decimal): -7659668 or 7085963. OLE color: 7085963.
HSL color Cylindrical-coordinate representation of color #8B1F6C: hue angle of 317.22º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B1F6C is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 31 | 108 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.45 |
| HSL | 317.22º | 0.64% | 0.33% | - |
| HSV(B) | 317.22º | 0.78% | 0.55% | - |
| XYZ | 13.84 | 7.55 | 14.92 | - |
| YUV | 72.07 | 148.28 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 31 | 108 | 0 | 0.78 | 0.22 | 0.45 | 317.22 | 0.64 | 0.33 |
| Hex | 8B | 1F | 6C | 0 | 4E | 16 | 2D | 13D | 40 | 21 |
| Octal | 213 | 37 | 154 | 0 | 116 | 26 | 55 | 475 | 100 | 41 |
| Binary | 10001011 | 11111 | 1101100 | 0 | 1001110 | 10110 | 101101 | 100111101 | 1000000 | 100001 |
Color Harmonies of #8B1F6C
Complementary color
Monochromatic Colors of #8B1F6C
Black with #8B1F6C
Text Example
Text Example
White with #8B1F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1F6C; }
p { color: rgb(139,31,108); }
H1.HeaderClassName
{
color: #8B1F6C;
}
.AnyTagClassName
{
color: #8B1F6C;
}
</style>
background-color css
<style>
a { background-color: #8B1F6C; }
a { background-color: rgb(139,31,108); }
div.DivClassName
{
background-color: #8B1F6C;
}
.BgClassName
{
background-color: #8B1F6C;
}
</style>
border-color css
<style>
span { border-color: #8B1F6C; }
span { border-color: rgb(139,31,108); }
td.TdClassName
{
border-color: #8B1F6C;
}
.TagClassName
{
border-color: #8B1F6C;
}
</style>