Shades of Dark Purple #8B306E
Tints of Dark Purple #8B306E
RGB
CMYK
RGB Variations
Color information
#8B306E (or 0x8B306E) is known color: Dark Purple. HEX triplet: 8B, 30 and 6E. RGB value is (139,48,110). Sum of RGB (Red+Green+Blue) = 139+48+110=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B306E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B306E is #74CF91. Grayscale: #525252. Windows color (decimal): -7655314 or 7221387. OLE color: 7221387.
HSL color Cylindrical-coordinate representation of color #8B306E: hue angle of 319.12º 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 #8B306E is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 48 | 110 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.45 |
| HSL | 319.12º | 0.49% | 0.37% | - |
| HSV(B) | 319.12º | 0.65% | 0.55% | - |
| XYZ | 14.52 | 8.73 | 15.67 | - |
| YUV | 82.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 48 | 110 | 0 | 0.65 | 0.21 | 0.45 | 319.12 | 0.49 | 0.37 |
| Hex | 8B | 30 | 6E | 0 | 41 | 15 | 2D | 13F | 31 | 25 |
| Octal | 213 | 60 | 156 | 0 | 101 | 25 | 55 | 477 | 61 | 45 |
| Binary | 10001011 | 110000 | 1101110 | 0 | 1000001 | 10101 | 101101 | 100111111 | 110001 | 100101 |
Color Harmonies of #8B306E
Complementary color
Monochromatic Colors of #8B306E
Black with #8B306E
Text Example
Text Example
White with #8B306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B306E; }
p { color: rgb(139,48,110); }
H1.HeaderClassName
{
color: #8B306E;
}
.AnyTagClassName
{
color: #8B306E;
}
</style>
background-color css
<style>
a { background-color: #8B306E; }
a { background-color: rgb(139,48,110); }
div.DivClassName
{
background-color: #8B306E;
}
.BgClassName
{
background-color: #8B306E;
}
</style>
border-color css
<style>
span { border-color: #8B306E; }
span { border-color: rgb(139,48,110); }
td.TdClassName
{
border-color: #8B306E;
}
.TagClassName
{
border-color: #8B306E;
}
</style>