Shades of Dark Purple #842666
Tints of Dark Purple #842666
RGB
CMYK
RGB Variations
Color information
#842666 (or 0x842666) is known color: Dark Purple. HEX triplet: 84, 26 and 66. RGB value is (132,38,102). Sum of RGB (Red+Green+Blue) = 132+38+102=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #842666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842666 is #7BD999. Grayscale: #494949. Windows color (decimal): -8116634 or 6694532. OLE color: 6694532.
HSL color Cylindrical-coordinate representation of color #842666: hue angle of 319.15º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #842666 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 38 | 102 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.48 |
| HSL | 319.15º | 0.55% | 0.33% | - |
| HSV(B) | 319.15º | 0.71% | 0.52% | - |
| XYZ | 12.61 | 7.25 | 13.31 | - |
| YUV | 73.4 | 144.14 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 38 | 102 | 0 | 0.71 | 0.23 | 0.48 | 319.15 | 0.55 | 0.33 |
| Hex | 84 | 26 | 66 | 0 | 47 | 17 | 30 | 13F | 37 | 21 |
| Octal | 204 | 46 | 146 | 0 | 107 | 27 | 60 | 477 | 67 | 41 |
| Binary | 10000100 | 100110 | 1100110 | 0 | 1000111 | 10111 | 110000 | 100111111 | 110111 | 100001 |
Color Harmonies of #842666
Complementary color
Monochromatic Colors of #842666
Black with #842666
Text Example
Text Example
White with #842666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842666; }
p { color: rgb(132,38,102); }
H1.HeaderClassName
{
color: #842666;
}
.AnyTagClassName
{
color: #842666;
}
</style>
background-color css
<style>
a { background-color: #842666; }
a { background-color: rgb(132,38,102); }
div.DivClassName
{
background-color: #842666;
}
.BgClassName
{
background-color: #842666;
}
</style>
border-color css
<style>
span { border-color: #842666; }
span { border-color: rgb(132,38,102); }
td.TdClassName
{
border-color: #842666;
}
.TagClassName
{
border-color: #842666;
}
</style>