Shades of Dark Purple #8B3085
Tints of Dark Purple #8B3085
RGB
CMYK
RGB Variations
Color information
#8B3085 (or 0x8B3085) is known color: Dark Purple. HEX triplet: 8B, 30 and 85. RGB value is (139,48,133). Sum of RGB (Red+Green+Blue) = 139+48+133=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3085 is #74CF7A. Grayscale: #545454. Windows color (decimal): -7655291 or 8728715. OLE color: 8728715.
HSL color Cylindrical-coordinate representation of color #8B3085: hue angle of 303.96º degrees, saturation: 0.49, 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 #8B3085 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 48 | 133 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.45 |
| HSL | 303.96º | 0.49% | 0.37% | - |
| HSV(B) | 303.96º | 0.65% | 0.55% | - |
| XYZ | 15.94 | 9.3 | 23.14 | - |
| YUV | 84.9 | 155.15 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 48 | 133 | 0 | 0.65 | 0.04 | 0.45 | 303.96 | 0.49 | 0.37 |
| Hex | 8B | 30 | 85 | 0 | 41 | 4 | 2D | 130 | 31 | 25 |
| Octal | 213 | 60 | 205 | 0 | 101 | 4 | 55 | 460 | 61 | 45 |
| Binary | 10001011 | 110000 | 10000101 | 0 | 1000001 | 100 | 101101 | 100110000 | 110001 | 100101 |
Color Harmonies of #8B3085
Complementary color
Monochromatic Colors of #8B3085
Black with #8B3085
Text Example
Text Example
White with #8B3085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3085; }
p { color: rgb(139,48,133); }
H1.HeaderClassName
{
color: #8B3085;
}
.AnyTagClassName
{
color: #8B3085;
}
</style>
background-color css
<style>
a { background-color: #8B3085; }
a { background-color: rgb(139,48,133); }
div.DivClassName
{
background-color: #8B3085;
}
.BgClassName
{
background-color: #8B3085;
}
</style>
border-color css
<style>
span { border-color: #8B3085; }
span { border-color: rgb(139,48,133); }
td.TdClassName
{
border-color: #8B3085;
}
.TagClassName
{
border-color: #8B3085;
}
</style>