Shades of Dark Purple #842665
Tints of Dark Purple #842665
RGB
CMYK
RGB Variations
Color information
#842665 (or 0x842665) is known color: Dark Purple. HEX triplet: 84, 26 and 65. RGB value is (132,38,101). Sum of RGB (Red+Green+Blue) = 132+38+101=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #842665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842665 is #7BD99A. Grayscale: #494949. Windows color (decimal): -8116635 or 6628996. OLE color: 6628996.
HSL color Cylindrical-coordinate representation of color #842665: hue angle of 319.79º 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 #842665 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 38 | 101 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.48 |
| HSL | 319.79º | 0.55% | 0.33% | - |
| HSV(B) | 319.79º | 0.71% | 0.52% | - |
| XYZ | 12.56 | 7.23 | 13.05 | - |
| YUV | 73.29 | 143.64 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 38 | 101 | 0 | 0.71 | 0.23 | 0.48 | 319.79 | 0.55 | 0.33 |
| Hex | 84 | 26 | 65 | 0 | 47 | 17 | 30 | 140 | 37 | 21 |
| Octal | 204 | 46 | 145 | 0 | 107 | 27 | 60 | 500 | 67 | 41 |
| Binary | 10000100 | 100110 | 1100101 | 0 | 1000111 | 10111 | 110000 | 101000000 | 110111 | 100001 |
Color Harmonies of #842665
Complementary color
Monochromatic Colors of #842665
Black with #842665
Text Example
Text Example
White with #842665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842665; }
p { color: rgb(132,38,101); }
H1.HeaderClassName
{
color: #842665;
}
.AnyTagClassName
{
color: #842665;
}
</style>
background-color css
<style>
a { background-color: #842665; }
a { background-color: rgb(132,38,101); }
div.DivClassName
{
background-color: #842665;
}
.BgClassName
{
background-color: #842665;
}
</style>
border-color css
<style>
span { border-color: #842665; }
span { border-color: rgb(132,38,101); }
td.TdClassName
{
border-color: #842665;
}
.TagClassName
{
border-color: #842665;
}
</style>