Shades of Dark Purple #8B2C69
Tints of Dark Purple #8B2C69
RGB
CMYK
RGB Variations
Color information
#8B2C69 (or 0x8B2C69) is known color: Dark Purple. HEX triplet: 8B, 2C and 69. RGB value is (139,44,105). Sum of RGB (Red+Green+Blue) = 139+44+105=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2C69 is #74D396. Grayscale: #4F4F4F. Windows color (decimal): -7656343 or 6892683. OLE color: 6892683.
HSL color Cylindrical-coordinate representation of color #8B2C69: hue angle of 321.47º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B2C69 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 44 | 105 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.45 |
| HSL | 321.47º | 0.52% | 0.36% | - |
| HSV(B) | 321.47º | 0.68% | 0.55% | - |
| XYZ | 14.1 | 8.31 | 14.23 | - |
| YUV | 79.36 | 142.47 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 44 | 105 | 0 | 0.68 | 0.24 | 0.45 | 321.47 | 0.52 | 0.36 |
| Hex | 8B | 2C | 69 | 0 | 44 | 18 | 2D | 141 | 34 | 24 |
| Octal | 213 | 54 | 151 | 0 | 104 | 30 | 55 | 501 | 64 | 44 |
| Binary | 10001011 | 101100 | 1101001 | 0 | 1000100 | 11000 | 101101 | 101000001 | 110100 | 100100 |
Color Harmonies of #8B2C69
Complementary color
Monochromatic Colors of #8B2C69
Black with #8B2C69
Text Example
Text Example
White with #8B2C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2C69; }
p { color: rgb(139,44,105); }
H1.HeaderClassName
{
color: #8B2C69;
}
.AnyTagClassName
{
color: #8B2C69;
}
</style>
background-color css
<style>
a { background-color: #8B2C69; }
a { background-color: rgb(139,44,105); }
div.DivClassName
{
background-color: #8B2C69;
}
.BgClassName
{
background-color: #8B2C69;
}
</style>
border-color css
<style>
span { border-color: #8B2C69; }
span { border-color: rgb(139,44,105); }
td.TdClassName
{
border-color: #8B2C69;
}
.TagClassName
{
border-color: #8B2C69;
}
</style>