Shades of Dark Purple #8B0C7B
Tints of Dark Purple #8B0C7B
RGB
CMYK
RGB Variations
Color information
#8B0C7B (or 0x8B0C7B) is known color: Dark Purple. HEX triplet: 8B, 0C and 7B. RGB value is (139,12,123). Sum of RGB (Red+Green+Blue) = 139+12+123=274 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.73% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0C7B is #74F384. Grayscale: #3E3E3E. Windows color (decimal): -7664517 or 8064139. OLE color: 8064139.
HSL color Cylindrical-coordinate representation of color #8B0C7B: hue angle of 307.56º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0C7B is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 12 | 123 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.45 |
| HSL | 307.56º | 0.84% | 0.3% | - |
| HSV(B) | 307.56º | 0.91% | 0.55% | - |
| XYZ | 14.35 | 7.18 | 19.37 | - |
| YUV | 62.63 | 162.08 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 12 | 123 | 0 | 0.91 | 0.12 | 0.45 | 307.56 | 0.84 | 0.3 |
| Hex | 8B | C | 7B | 0 | 5B | C | 2D | 134 | 54 | 1E |
| Octal | 213 | 14 | 173 | 0 | 133 | 14 | 55 | 464 | 124 | 36 |
| Binary | 10001011 | 1100 | 1111011 | 0 | 1011011 | 1100 | 101101 | 100110100 | 1010100 | 11110 |
Color Harmonies of #8B0C7B
Complementary color
Monochromatic Colors of #8B0C7B
Black with #8B0C7B
Text Example
Text Example
White with #8B0C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0C7B; }
p { color: rgb(139,12,123); }
H1.HeaderClassName
{
color: #8B0C7B;
}
.AnyTagClassName
{
color: #8B0C7B;
}
</style>
background-color css
<style>
a { background-color: #8B0C7B; }
a { background-color: rgb(139,12,123); }
div.DivClassName
{
background-color: #8B0C7B;
}
.BgClassName
{
background-color: #8B0C7B;
}
</style>
border-color css
<style>
span { border-color: #8B0C7B; }
span { border-color: rgb(139,12,123); }
td.TdClassName
{
border-color: #8B0C7B;
}
.TagClassName
{
border-color: #8B0C7B;
}
</style>