Shades of Dark Purple #8B236C
Tints of Dark Purple #8B236C
RGB
CMYK
RGB Variations
Color information
#8B236C (or 0x8B236C) is known color: Dark Purple. HEX triplet: 8B, 23 and 6C. RGB value is (139,35,108). Sum of RGB (Red+Green+Blue) = 139+35+108=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B236C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B236C is #74DC93. Grayscale: #4A4A4A. Windows color (decimal): -7658644 or 7086987. OLE color: 7086987.
HSL color Cylindrical-coordinate representation of color #8B236C: hue angle of 317.88º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B236C is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 35 | 108 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.45 |
| HSL | 317.88º | 0.6% | 0.34% | - |
| HSV(B) | 317.88º | 0.75% | 0.55% | - |
| XYZ | 13.96 | 7.77 | 14.95 | - |
| YUV | 74.42 | 146.96 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 35 | 108 | 0 | 0.75 | 0.22 | 0.45 | 317.88 | 0.6 | 0.34 |
| Hex | 8B | 23 | 6C | 0 | 4B | 16 | 2D | 13E | 3C | 22 |
| Octal | 213 | 43 | 154 | 0 | 113 | 26 | 55 | 476 | 74 | 42 |
| Binary | 10001011 | 100011 | 1101100 | 0 | 1001011 | 10110 | 101101 | 100111110 | 111100 | 100010 |
Color Harmonies of #8B236C
Complementary color
Monochromatic Colors of #8B236C
Black with #8B236C
Text Example
Text Example
White with #8B236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B236C; }
p { color: rgb(139,35,108); }
H1.HeaderClassName
{
color: #8B236C;
}
.AnyTagClassName
{
color: #8B236C;
}
</style>
background-color css
<style>
a { background-color: #8B236C; }
a { background-color: rgb(139,35,108); }
div.DivClassName
{
background-color: #8B236C;
}
.BgClassName
{
background-color: #8B236C;
}
</style>
border-color css
<style>
span { border-color: #8B236C; }
span { border-color: rgb(139,35,108); }
td.TdClassName
{
border-color: #8B236C;
}
.TagClassName
{
border-color: #8B236C;
}
</style>