Shades of Dark Purple #8B258B
Tints of Dark Purple #8B258B
RGB
CMYK
RGB Variations
Color information
#8B258B (or 0x8B258B) is known color: Dark Purple. HEX triplet: 8B, 25 and 8B. RGB value is (139,37,139). Sum of RGB (Red+Green+Blue) = 139+37+139=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B258B is #74DA74. Grayscale: #4E4E4E. Windows color (decimal): -7658101 or 9119115. OLE color: 9119115.
HSL color Cylindrical-coordinate representation of color #8B258B: hue angle of 300º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B258B is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 37 | 139 | - |
| CMYK | 0 | 0.73 | 0 | 0.45 |
| HSL | 300º | 0.58% | 0.35% | - |
| HSV(B) | 300º | 0.73% | 0.55% | - |
| XYZ | 15.97 | 8.68 | 25.26 | - |
| YUV | 79.13 | 161.79 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 37 | 139 | 0 | 0.73 | 0 | 0.45 | 300 | 0.58 | 0.35 |
| Hex | 8B | 25 | 8B | 0 | 49 | 0 | 2D | 12C | 3A | 23 |
| Octal | 213 | 45 | 213 | 0 | 111 | 0 | 55 | 454 | 72 | 43 |
| Binary | 10001011 | 100101 | 10001011 | 0 | 1001001 | 0 | 101101 | 100101100 | 111010 | 100011 |
Color Harmonies of #8B258B
Complementary color
Monochromatic Colors of #8B258B
Black with #8B258B
Text Example
Text Example
White with #8B258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B258B; }
p { color: rgb(139,37,139); }
H1.HeaderClassName
{
color: #8B258B;
}
.AnyTagClassName
{
color: #8B258B;
}
</style>
background-color css
<style>
a { background-color: #8B258B; }
a { background-color: rgb(139,37,139); }
div.DivClassName
{
background-color: #8B258B;
}
.BgClassName
{
background-color: #8B258B;
}
</style>
border-color css
<style>
span { border-color: #8B258B; }
span { border-color: rgb(139,37,139); }
td.TdClassName
{
border-color: #8B258B;
}
.TagClassName
{
border-color: #8B258B;
}
</style>