Shades of Dark Purple #8B417A
Tints of Dark Purple #8B417A
RGB
CMYK
RGB Variations
Color information
#8B417A (or 0x8B417A) is known color: Dark Purple. HEX triplet: 8B, 41 and 7A. RGB value is (139,65,122). Sum of RGB (Red+Green+Blue) = 139+65+122=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B417A is #74BE85. Grayscale: #5D5D5D. Windows color (decimal): -7650950 or 8012171. OLE color: 8012171.
HSL color Cylindrical-coordinate representation of color #8B417A: hue angle of 313.78º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B417A is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 65 | 122 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.45 |
| HSL | 313.78º | 0.36% | 0.4% | - |
| HSV(B) | 313.78º | 0.53% | 0.55% | - |
| XYZ | 16.05 | 10.67 | 19.63 | - |
| YUV | 93.62 | 144.02 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 122 | 0 | 0.53 | 0.12 | 0.45 | 313.78 | 0.36 | 0.4 |
| Hex | 8B | 41 | 7A | 0 | 35 | C | 2D | 13A | 24 | 28 |
| Octal | 213 | 101 | 172 | 0 | 65 | 14 | 55 | 472 | 44 | 50 |
| Binary | 10001011 | 1000001 | 1111010 | 0 | 110101 | 1100 | 101101 | 100111010 | 100100 | 101000 |
Color Harmonies of #8B417A
Complementary color
Monochromatic Colors of #8B417A
Black with #8B417A
Text Example
Text Example
White with #8B417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B417A; }
p { color: rgb(139,65,122); }
H1.HeaderClassName
{
color: #8B417A;
}
.AnyTagClassName
{
color: #8B417A;
}
</style>
background-color css
<style>
a { background-color: #8B417A; }
a { background-color: rgb(139,65,122); }
div.DivClassName
{
background-color: #8B417A;
}
.BgClassName
{
background-color: #8B417A;
}
</style>
border-color css
<style>
span { border-color: #8B417A; }
span { border-color: rgb(139,65,122); }
td.TdClassName
{
border-color: #8B417A;
}
.TagClassName
{
border-color: #8B417A;
}
</style>