Shades of Dark Purple #8B1779
Tints of Dark Purple #8B1779
RGB
CMYK
RGB Variations
Color information
#8B1779 (or 0x8B1779) is known color: Dark Purple. HEX triplet: 8B, 17 and 79. RGB value is (139,23,121). Sum of RGB (Red+Green+Blue) = 139+23+121=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1779 is #74E886. Grayscale: #444444. Windows color (decimal): -7661703 or 7935883. OLE color: 7935883.
HSL color Cylindrical-coordinate representation of color #8B1779: hue angle of 309.31º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B1779 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 23 | 121 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.45 |
| HSL | 309.31º | 0.72% | 0.32% | - |
| HSV(B) | 309.31º | 0.83% | 0.55% | - |
| XYZ | 14.41 | 7.48 | 18.77 | - |
| YUV | 68.86 | 157.43 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 23 | 121 | 0 | 0.83 | 0.13 | 0.45 | 309.31 | 0.72 | 0.32 |
| Hex | 8B | 17 | 79 | 0 | 53 | D | 2D | 135 | 48 | 20 |
| Octal | 213 | 27 | 171 | 0 | 123 | 15 | 55 | 465 | 110 | 40 |
| Binary | 10001011 | 10111 | 1111001 | 0 | 1010011 | 1101 | 101101 | 100110101 | 1001000 | 100000 |
Color Harmonies of #8B1779
Complementary color
Monochromatic Colors of #8B1779
Black with #8B1779
Text Example
Text Example
White with #8B1779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1779; }
p { color: rgb(139,23,121); }
H1.HeaderClassName
{
color: #8B1779;
}
.AnyTagClassName
{
color: #8B1779;
}
</style>
background-color css
<style>
a { background-color: #8B1779; }
a { background-color: rgb(139,23,121); }
div.DivClassName
{
background-color: #8B1779;
}
.BgClassName
{
background-color: #8B1779;
}
</style>
border-color css
<style>
span { border-color: #8B1779; }
span { border-color: rgb(139,23,121); }
td.TdClassName
{
border-color: #8B1779;
}
.TagClassName
{
border-color: #8B1779;
}
</style>