Shades of Dark Purple #8B306F
Tints of Dark Purple #8B306F
RGB
CMYK
RGB Variations
Color information
#8B306F (or 0x8B306F) is known color: Dark Purple. HEX triplet: 8B, 30 and 6F. RGB value is (139,48,111). Sum of RGB (Red+Green+Blue) = 139+48+111=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B306F is #74CF90. Grayscale: #525252. Windows color (decimal): -7655313 or 7286923. OLE color: 7286923.
HSL color Cylindrical-coordinate representation of color #8B306F: hue angle of 318.46º 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 #8B306F is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 48 | 111 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.45 |
| HSL | 318.46º | 0.49% | 0.37% | - |
| HSV(B) | 318.46º | 0.65% | 0.55% | - |
| XYZ | 14.57 | 8.75 | 15.96 | - |
| YUV | 82.39 | 144.15 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 48 | 111 | 0 | 0.65 | 0.20 | 0.45 | 318.46 | 0.49 | 0.37 |
| Hex | 8B | 30 | 6F | 0 | 41 | 14 | 2D | 13E | 31 | 25 |
| Octal | 213 | 60 | 157 | 0 | 101 | 24 | 55 | 476 | 61 | 45 |
| Binary | 10001011 | 110000 | 1101111 | 0 | 1000001 | 10100 | 101101 | 100111110 | 110001 | 100101 |
Color Harmonies of #8B306F
Complementary color
Monochromatic Colors of #8B306F
Black with #8B306F
Text Example
Text Example
White with #8B306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B306F; }
p { color: rgb(139,48,111); }
H1.HeaderClassName
{
color: #8B306F;
}
.AnyTagClassName
{
color: #8B306F;
}
</style>
background-color css
<style>
a { background-color: #8B306F; }
a { background-color: rgb(139,48,111); }
div.DivClassName
{
background-color: #8B306F;
}
.BgClassName
{
background-color: #8B306F;
}
</style>
border-color css
<style>
span { border-color: #8B306F; }
span { border-color: rgb(139,48,111); }
td.TdClassName
{
border-color: #8B306F;
}
.TagClassName
{
border-color: #8B306F;
}
</style>