Shades of Dark Purple #8B1B69
Tints of Dark Purple #8B1B69
RGB
CMYK
RGB Variations
Color information
#8B1B69 (or 0x8B1B69) is known color: Dark Purple. HEX triplet: 8B, 1B and 69. RGB value is (139,27,105). Sum of RGB (Red+Green+Blue) = 139+27+105=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1B69 is #74E496. Grayscale: #454545. Windows color (decimal): -7660695 or 6888331. OLE color: 6888331.
HSL color Cylindrical-coordinate representation of color #8B1B69: hue angle of 318.21º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B1B69 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 27 | 105 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.45 |
| HSL | 318.21º | 0.67% | 0.33% | - |
| HSV(B) | 318.21º | 0.81% | 0.55% | - |
| XYZ | 13.59 | 7.29 | 14.06 | - |
| YUV | 69.38 | 148.11 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 27 | 105 | 0 | 0.81 | 0.24 | 0.45 | 318.21 | 0.67 | 0.33 |
| Hex | 8B | 1B | 69 | 0 | 51 | 18 | 2D | 13E | 43 | 21 |
| Octal | 213 | 33 | 151 | 0 | 121 | 30 | 55 | 476 | 103 | 41 |
| Binary | 10001011 | 11011 | 1101001 | 0 | 1010001 | 11000 | 101101 | 100111110 | 1000011 | 100001 |
Color Harmonies of #8B1B69
Complementary color
Monochromatic Colors of #8B1B69
Black with #8B1B69
Text Example
Text Example
White with #8B1B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1B69; }
p { color: rgb(139,27,105); }
H1.HeaderClassName
{
color: #8B1B69;
}
.AnyTagClassName
{
color: #8B1B69;
}
</style>
background-color css
<style>
a { background-color: #8B1B69; }
a { background-color: rgb(139,27,105); }
div.DivClassName
{
background-color: #8B1B69;
}
.BgClassName
{
background-color: #8B1B69;
}
</style>
border-color css
<style>
span { border-color: #8B1B69; }
span { border-color: rgb(139,27,105); }
td.TdClassName
{
border-color: #8B1B69;
}
.TagClassName
{
border-color: #8B1B69;
}
</style>