Shades of Dark Purple #8B268B
Tints of Dark Purple #8B268B
RGB
CMYK
RGB Variations
Color information
#8B268B (or 0x8B268B) is known color: Dark Purple. HEX triplet: 8B, 26 and 8B. RGB value is (139,38,139). Sum of RGB (Red+Green+Blue) = 139+38+139=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B268B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B268B is #74D974. Grayscale: #4F4F4F. Windows color (decimal): -7657845 or 9119371. OLE color: 9119371.
HSL color Cylindrical-coordinate representation of color #8B268B: hue angle of 300º 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 #8B268B is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 38 | 139 | - |
| CMYK | 0 | 0.73 | 0 | 0.45 |
| HSL | 300º | 0.57% | 0.35% | - |
| HSV(B) | 300º | 0.73% | 0.55% | - |
| XYZ | 16 | 8.74 | 25.27 | - |
| YUV | 79.71 | 161.46 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 38 | 139 | 0 | 0.73 | 0 | 0.45 | 300 | 0.57 | 0.35 |
| Hex | 8B | 26 | 8B | 0 | 49 | 0 | 2D | 12C | 39 | 23 |
| Octal | 213 | 46 | 213 | 0 | 111 | 0 | 55 | 454 | 71 | 43 |
| Binary | 10001011 | 100110 | 10001011 | 0 | 1001001 | 0 | 101101 | 100101100 | 111001 | 100011 |
Color Harmonies of #8B268B
Complementary color
Monochromatic Colors of #8B268B
Black with #8B268B
Text Example
Text Example
White with #8B268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B268B; }
p { color: rgb(139,38,139); }
H1.HeaderClassName
{
color: #8B268B;
}
.AnyTagClassName
{
color: #8B268B;
}
</style>
background-color css
<style>
a { background-color: #8B268B; }
a { background-color: rgb(139,38,139); }
div.DivClassName
{
background-color: #8B268B;
}
.BgClassName
{
background-color: #8B268B;
}
</style>
border-color css
<style>
span { border-color: #8B268B; }
span { border-color: rgb(139,38,139); }
td.TdClassName
{
border-color: #8B268B;
}
.TagClassName
{
border-color: #8B268B;
}
</style>