Shades of Dark Purple #8B2688
Tints of Dark Purple #8B2688
RGB
CMYK
RGB Variations
Color information
#8B2688 (or 0x8B2688) is known color: Dark Purple. HEX triplet: 8B, 26 and 88. RGB value is (139,38,136). Sum of RGB (Red+Green+Blue) = 139+38+136=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2688 is #74D977. Grayscale: #4F4F4F. Windows color (decimal): -7657848 or 8922763. OLE color: 8922763.
HSL color Cylindrical-coordinate representation of color #8B2688: hue angle of 301.78º degrees, saturation: 0.57, 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 #8B2688 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 38 | 136 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.45 |
| HSL | 301.78º | 0.57% | 0.35% | - |
| HSV(B) | 301.78º | 0.73% | 0.55% | - |
| XYZ | 15.78 | 8.65 | 24.13 | - |
| YUV | 79.37 | 159.96 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 38 | 136 | 0 | 0.73 | 0.02 | 0.45 | 301.78 | 0.57 | 0.35 |
| Hex | 8B | 26 | 88 | 0 | 49 | 2 | 2D | 12E | 39 | 23 |
| Octal | 213 | 46 | 210 | 0 | 111 | 2 | 55 | 456 | 71 | 43 |
| Binary | 10001011 | 100110 | 10001000 | 0 | 1001001 | 10 | 101101 | 100101110 | 111001 | 100011 |
Color Harmonies of #8B2688
Complementary color
Monochromatic Colors of #8B2688
Black with #8B2688
Text Example
Text Example
White with #8B2688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2688; }
p { color: rgb(139,38,136); }
H1.HeaderClassName
{
color: #8B2688;
}
.AnyTagClassName
{
color: #8B2688;
}
</style>
background-color css
<style>
a { background-color: #8B2688; }
a { background-color: rgb(139,38,136); }
div.DivClassName
{
background-color: #8B2688;
}
.BgClassName
{
background-color: #8B2688;
}
</style>
border-color css
<style>
span { border-color: #8B2688; }
span { border-color: rgb(139,38,136); }
td.TdClassName
{
border-color: #8B2688;
}
.TagClassName
{
border-color: #8B2688;
}
</style>