Shades of Dark Purple #8B2775
Tints of Dark Purple #8B2775
RGB
CMYK
RGB Variations
Color information
#8B2775 (or 0x8B2775) is known color: Dark Purple. HEX triplet: 8B, 27 and 75. RGB value is (139,39,117). Sum of RGB (Red+Green+Blue) = 139+39+117=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2775 is #74D88A. Grayscale: #4D4D4D. Windows color (decimal): -7657611 or 7677835. OLE color: 7677835.
HSL color Cylindrical-coordinate representation of color #8B2775: hue angle of 313.2º 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 #8B2775 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 39 | 117 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.45 |
| HSL | 313.2º | 0.56% | 0.35% | - |
| HSV(B) | 313.2º | 0.72% | 0.55% | - |
| XYZ | 14.58 | 8.22 | 17.65 | - |
| YUV | 77.79 | 150.13 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 39 | 117 | 0 | 0.72 | 0.16 | 0.45 | 313.2 | 0.56 | 0.35 |
| Hex | 8B | 27 | 75 | 0 | 48 | 10 | 2D | 139 | 38 | 23 |
| Octal | 213 | 47 | 165 | 0 | 110 | 20 | 55 | 471 | 70 | 43 |
| Binary | 10001011 | 100111 | 1110101 | 0 | 1001000 | 10000 | 101101 | 100111001 | 111000 | 100011 |
Color Harmonies of #8B2775
Complementary color
Monochromatic Colors of #8B2775
Black with #8B2775
Text Example
Text Example
White with #8B2775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2775; }
p { color: rgb(139,39,117); }
H1.HeaderClassName
{
color: #8B2775;
}
.AnyTagClassName
{
color: #8B2775;
}
</style>
background-color css
<style>
a { background-color: #8B2775; }
a { background-color: rgb(139,39,117); }
div.DivClassName
{
background-color: #8B2775;
}
.BgClassName
{
background-color: #8B2775;
}
</style>
border-color css
<style>
span { border-color: #8B2775; }
span { border-color: rgb(139,39,117); }
td.TdClassName
{
border-color: #8B2775;
}
.TagClassName
{
border-color: #8B2775;
}
</style>