Shades of Dark Purple #8B1F63
Tints of Dark Purple #8B1F63
RGB
CMYK
RGB Variations
Color information
#8B1F63 (or 0x8B1F63) is known color: Dark Purple. HEX triplet: 8B, 1F and 63. RGB value is (139,31,99). Sum of RGB (Red+Green+Blue) = 139+31+99=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1F63 is #74E09C. Grayscale: #464646. Windows color (decimal): -7659677 or 6496139. OLE color: 6496139.
HSL color Cylindrical-coordinate representation of color #8B1F63: hue angle of 322.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 #8B1F63 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 31 | 99 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.45 |
| HSL | 322.22º | 0.64% | 0.33% | - |
| HSV(B) | 322.22º | 0.78% | 0.55% | - |
| XYZ | 13.39 | 7.37 | 12.52 | - |
| YUV | 71.04 | 143.78 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 31 | 99 | 0 | 0.78 | 0.29 | 0.45 | 322.22 | 0.64 | 0.33 |
| Hex | 8B | 1F | 63 | 0 | 4E | 1D | 2D | 142 | 40 | 21 |
| Octal | 213 | 37 | 143 | 0 | 116 | 35 | 55 | 502 | 100 | 41 |
| Binary | 10001011 | 11111 | 1100011 | 0 | 1001110 | 11101 | 101101 | 101000010 | 1000000 | 100001 |
Color Harmonies of #8B1F63
Complementary color
Monochromatic Colors of #8B1F63
Black with #8B1F63
Text Example
Text Example
White with #8B1F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1F63; }
p { color: rgb(139,31,99); }
H1.HeaderClassName
{
color: #8B1F63;
}
.AnyTagClassName
{
color: #8B1F63;
}
</style>
background-color css
<style>
a { background-color: #8B1F63; }
a { background-color: rgb(139,31,99); }
div.DivClassName
{
background-color: #8B1F63;
}
.BgClassName
{
background-color: #8B1F63;
}
</style>
border-color css
<style>
span { border-color: #8B1F63; }
span { border-color: rgb(139,31,99); }
td.TdClassName
{
border-color: #8B1F63;
}
.TagClassName
{
border-color: #8B1F63;
}
</style>