Shades of Dark Purple #8B1965
Tints of Dark Purple #8B1965
RGB
CMYK
RGB Variations
Color information
#8B1965 (or 0x8B1965) is known color: Dark Purple. HEX triplet: 8B, 19 and 65. RGB value is (139,25,101). Sum of RGB (Red+Green+Blue) = 139+25+101=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1965 is #74E69A. Grayscale: #434343. Windows color (decimal): -7661211 or 6625675. OLE color: 6625675.
HSL color Cylindrical-coordinate representation of color #8B1965: hue angle of 320º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B1965 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 25 | 101 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.45 |
| HSL | 320º | 0.7% | 0.32% | - |
| HSV(B) | 320º | 0.82% | 0.55% | - |
| XYZ | 13.34 | 7.12 | 12.98 | - |
| YUV | 67.75 | 146.77 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 25 | 101 | 0 | 0.82 | 0.27 | 0.45 | 320 | 0.7 | 0.32 |
| Hex | 8B | 19 | 65 | 0 | 52 | 1B | 2D | 140 | 46 | 20 |
| Octal | 213 | 31 | 145 | 0 | 122 | 33 | 55 | 500 | 106 | 40 |
| Binary | 10001011 | 11001 | 1100101 | 0 | 1010010 | 11011 | 101101 | 101000000 | 1000110 | 100000 |
Color Harmonies of #8B1965
Complementary color
Monochromatic Colors of #8B1965
Black with #8B1965
Text Example
Text Example
White with #8B1965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1965; }
p { color: rgb(139,25,101); }
H1.HeaderClassName
{
color: #8B1965;
}
.AnyTagClassName
{
color: #8B1965;
}
</style>
background-color css
<style>
a { background-color: #8B1965; }
a { background-color: rgb(139,25,101); }
div.DivClassName
{
background-color: #8B1965;
}
.BgClassName
{
background-color: #8B1965;
}
</style>
border-color css
<style>
span { border-color: #8B1965; }
span { border-color: rgb(139,25,101); }
td.TdClassName
{
border-color: #8B1965;
}
.TagClassName
{
border-color: #8B1965;
}
</style>