Shades of Dark Purple #8B317D
Tints of Dark Purple #8B317D
RGB
CMYK
RGB Variations
Color information
#8B317D (or 0x8B317D) is known color: Dark Purple. HEX triplet: 8B, 31 and 7D. RGB value is (139,49,125). Sum of RGB (Red+Green+Blue) = 139+49+125=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B317D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B317D is #74CE82. Grayscale: #545454. Windows color (decimal): -7655043 or 8204683. OLE color: 8204683.
HSL color Cylindrical-coordinate representation of color #8B317D: hue angle of 309.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B317D is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 49 | 125 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.45 |
| HSL | 309.33º | 0.48% | 0.37% | - |
| HSV(B) | 309.33º | 0.65% | 0.55% | - |
| XYZ | 15.45 | 9.17 | 20.36 | - |
| YUV | 84.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 49 | 125 | 0 | 0.65 | 0.10 | 0.45 | 309.33 | 0.48 | 0.37 |
| Hex | 8B | 31 | 7D | 0 | 41 | A | 2D | 135 | 30 | 25 |
| Octal | 213 | 61 | 175 | 0 | 101 | 12 | 55 | 465 | 60 | 45 |
| Binary | 10001011 | 110001 | 1111101 | 0 | 1000001 | 1010 | 101101 | 100110101 | 110000 | 100101 |
Color Harmonies of #8B317D
Complementary color
Monochromatic Colors of #8B317D
Black with #8B317D
Text Example
Text Example
White with #8B317D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B317D; }
p { color: rgb(139,49,125); }
H1.HeaderClassName
{
color: #8B317D;
}
.AnyTagClassName
{
color: #8B317D;
}
</style>
background-color css
<style>
a { background-color: #8B317D; }
a { background-color: rgb(139,49,125); }
div.DivClassName
{
background-color: #8B317D;
}
.BgClassName
{
background-color: #8B317D;
}
</style>
border-color css
<style>
span { border-color: #8B317D; }
span { border-color: rgb(139,49,125); }
td.TdClassName
{
border-color: #8B317D;
}
.TagClassName
{
border-color: #8B317D;
}
</style>