Shades of Dark Purple #8B267B
Tints of Dark Purple #8B267B
RGB
CMYK
RGB Variations
Color information
#8B267B (or 0x8B267B) is known color: Dark Purple. HEX triplet: 8B, 26 and 7B. RGB value is (139,38,123). Sum of RGB (Red+Green+Blue) = 139+38+123=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B267B is #74D984. Grayscale: #4D4D4D. Windows color (decimal): -7657861 or 8070795. OLE color: 8070795.
HSL color Cylindrical-coordinate representation of color #8B267B: hue angle of 309.5º 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 #8B267B is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 38 | 123 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.45 |
| HSL | 309.5º | 0.57% | 0.35% | - |
| HSV(B) | 309.5º | 0.73% | 0.55% | - |
| XYZ | 14.92 | 8.31 | 19.56 | - |
| YUV | 77.89 | 153.46 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 38 | 123 | 0 | 0.73 | 0.12 | 0.45 | 309.5 | 0.57 | 0.35 |
| Hex | 8B | 26 | 7B | 0 | 49 | C | 2D | 136 | 39 | 23 |
| Octal | 213 | 46 | 173 | 0 | 111 | 14 | 55 | 466 | 71 | 43 |
| Binary | 10001011 | 100110 | 1111011 | 0 | 1001001 | 1100 | 101101 | 100110110 | 111001 | 100011 |
Color Harmonies of #8B267B
Complementary color
Monochromatic Colors of #8B267B
Black with #8B267B
Text Example
Text Example
White with #8B267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B267B; }
p { color: rgb(139,38,123); }
H1.HeaderClassName
{
color: #8B267B;
}
.AnyTagClassName
{
color: #8B267B;
}
</style>
background-color css
<style>
a { background-color: #8B267B; }
a { background-color: rgb(139,38,123); }
div.DivClassName
{
background-color: #8B267B;
}
.BgClassName
{
background-color: #8B267B;
}
</style>
border-color css
<style>
span { border-color: #8B267B; }
span { border-color: rgb(139,38,123); }
td.TdClassName
{
border-color: #8B267B;
}
.TagClassName
{
border-color: #8B267B;
}
</style>