Shades of Dark Purple #8B2767
Tints of Dark Purple #8B2767
RGB
CMYK
RGB Variations
Color information
#8B2767 (or 0x8B2767) is known color: Dark Purple. HEX triplet: 8B, 27 and 67. RGB value is (139,39,103). Sum of RGB (Red+Green+Blue) = 139+39+103=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2767 is #74D898. Grayscale: #4C4C4C. Windows color (decimal): -7657625 or 6760331. OLE color: 6760331.
HSL color Cylindrical-coordinate representation of color #8B2767: hue angle of 321.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B2767 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 39 | 103 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.45 |
| HSL | 321.6º | 0.56% | 0.35% | - |
| HSV(B) | 321.6º | 0.72% | 0.55% | - |
| XYZ | 13.82 | 7.92 | 13.63 | - |
| YUV | 76.2 | 143.13 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 39 | 103 | 0 | 0.72 | 0.26 | 0.45 | 321.6 | 0.56 | 0.35 |
| Hex | 8B | 27 | 67 | 0 | 48 | 1A | 2D | 142 | 38 | 23 |
| Octal | 213 | 47 | 147 | 0 | 110 | 32 | 55 | 502 | 70 | 43 |
| Binary | 10001011 | 100111 | 1100111 | 0 | 1001000 | 11010 | 101101 | 101000010 | 111000 | 100011 |
Color Harmonies of #8B2767
Complementary color
Monochromatic Colors of #8B2767
Black with #8B2767
Text Example
Text Example
White with #8B2767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2767; }
p { color: rgb(139,39,103); }
H1.HeaderClassName
{
color: #8B2767;
}
.AnyTagClassName
{
color: #8B2767;
}
</style>
background-color css
<style>
a { background-color: #8B2767; }
a { background-color: rgb(139,39,103); }
div.DivClassName
{
background-color: #8B2767;
}
.BgClassName
{
background-color: #8B2767;
}
</style>
border-color css
<style>
span { border-color: #8B2767; }
span { border-color: rgb(139,39,103); }
td.TdClassName
{
border-color: #8B2767;
}
.TagClassName
{
border-color: #8B2767;
}
</style>