Shades of Dark Purple #8B2466
Tints of Dark Purple #8B2466
RGB
CMYK
RGB Variations
Color information
#8B2466 (or 0x8B2466) is known color: Dark Purple. HEX triplet: 8B, 24 and 66. RGB value is (139,36,102). Sum of RGB (Red+Green+Blue) = 139+36+102=277 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.18% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2466 is #74DB99. Grayscale: #4A4A4A. Windows color (decimal): -7658394 or 6694027. OLE color: 6694027.
HSL color Cylindrical-coordinate representation of color #8B2466: hue angle of 321.55º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B2466 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 36 | 102 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.45 |
| HSL | 321.55º | 0.59% | 0.34% | - |
| HSV(B) | 321.55º | 0.74% | 0.55% | - |
| XYZ | 13.68 | 7.71 | 13.34 | - |
| YUV | 74.32 | 143.62 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 36 | 102 | 0 | 0.74 | 0.27 | 0.45 | 321.55 | 0.59 | 0.34 |
| Hex | 8B | 24 | 66 | 0 | 4A | 1B | 2D | 142 | 3B | 22 |
| Octal | 213 | 44 | 146 | 0 | 112 | 33 | 55 | 502 | 73 | 42 |
| Binary | 10001011 | 100100 | 1100110 | 0 | 1001010 | 11011 | 101101 | 101000010 | 111011 | 100010 |
Color Harmonies of #8B2466
Complementary color
Monochromatic Colors of #8B2466
Black with #8B2466
Text Example
Text Example
White with #8B2466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2466; }
p { color: rgb(139,36,102); }
H1.HeaderClassName
{
color: #8B2466;
}
.AnyTagClassName
{
color: #8B2466;
}
</style>
background-color css
<style>
a { background-color: #8B2466; }
a { background-color: rgb(139,36,102); }
div.DivClassName
{
background-color: #8B2466;
}
.BgClassName
{
background-color: #8B2466;
}
</style>
border-color css
<style>
span { border-color: #8B2466; }
span { border-color: rgb(139,36,102); }
td.TdClassName
{
border-color: #8B2466;
}
.TagClassName
{
border-color: #8B2466;
}
</style>