Shades of Dark Purple #8B3285
Tints of Dark Purple #8B3285
RGB
CMYK
RGB Variations
Color information
#8B3285 (or 0x8B3285) is known color: Dark Purple. HEX triplet: 8B, 32 and 85. RGB value is (139,50,133). Sum of RGB (Red+Green+Blue) = 139+50+133=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3285 is #74CD7A. Grayscale: #555555. Windows color (decimal): -7654779 or 8729227. OLE color: 8729227.
HSL color Cylindrical-coordinate representation of color #8B3285: hue angle of 304.04º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B3285 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 50 | 133 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.45 |
| HSL | 304.05º | 0.47% | 0.37% | - |
| HSV(B) | 304.05º | 0.64% | 0.55% | - |
| XYZ | 16.02 | 9.46 | 23.17 | - |
| YUV | 86.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 50 | 133 | 0 | 0.64 | 0.04 | 0.45 | 304.05 | 0.47 | 0.37 |
| Hex | 8B | 32 | 85 | 0 | 40 | 4 | 2D | 130 | 2F | 25 |
| Octal | 213 | 62 | 205 | 0 | 100 | 4 | 55 | 460 | 57 | 45 |
| Binary | 10001011 | 110010 | 10000101 | 0 | 1000000 | 100 | 101101 | 100110000 | 101111 | 100101 |
Color Harmonies of #8B3285
Complementary color
Monochromatic Colors of #8B3285
Black with #8B3285
Text Example
Text Example
White with #8B3285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3285; }
p { color: rgb(139,50,133); }
H1.HeaderClassName
{
color: #8B3285;
}
.AnyTagClassName
{
color: #8B3285;
}
</style>
background-color css
<style>
a { background-color: #8B3285; }
a { background-color: rgb(139,50,133); }
div.DivClassName
{
background-color: #8B3285;
}
.BgClassName
{
background-color: #8B3285;
}
</style>
border-color css
<style>
span { border-color: #8B3285; }
span { border-color: rgb(139,50,133); }
td.TdClassName
{
border-color: #8B3285;
}
.TagClassName
{
border-color: #8B3285;
}
</style>