Shades of Dark Purple #843269
Tints of Dark Purple #843269
RGB
CMYK
RGB Variations
Color information
#843269 (or 0x843269) is known color: Dark Purple. HEX triplet: 84, 32 and 69. RGB value is (132,50,105). Sum of RGB (Red+Green+Blue) = 132+50+105=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #843269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843269 is #7BCD96. Grayscale: #505050. Windows color (decimal): -8113559 or 6894212. OLE color: 6894212.
HSL color Cylindrical-coordinate representation of color #843269: hue angle of 319.76º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #843269 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 50 | 105 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.48 |
| HSL | 319.76º | 0.45% | 0.36% | - |
| HSV(B) | 319.76º | 0.62% | 0.52% | - |
| XYZ | 13.21 | 8.21 | 14.25 | - |
| YUV | 80.79 | 141.67 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 50 | 105 | 0 | 0.62 | 0.20 | 0.48 | 319.76 | 0.45 | 0.36 |
| Hex | 84 | 32 | 69 | 0 | 3E | 14 | 30 | 140 | 2D | 24 |
| Octal | 204 | 62 | 151 | 0 | 76 | 24 | 60 | 500 | 55 | 44 |
| Binary | 10000100 | 110010 | 1101001 | 0 | 111110 | 10100 | 110000 | 101000000 | 101101 | 100100 |
Color Harmonies of #843269
Complementary color
Monochromatic Colors of #843269
Black with #843269
Text Example
Text Example
White with #843269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843269; }
p { color: rgb(132,50,105); }
H1.HeaderClassName
{
color: #843269;
}
.AnyTagClassName
{
color: #843269;
}
</style>
background-color css
<style>
a { background-color: #843269; }
a { background-color: rgb(132,50,105); }
div.DivClassName
{
background-color: #843269;
}
.BgClassName
{
background-color: #843269;
}
</style>
border-color css
<style>
span { border-color: #843269; }
span { border-color: rgb(132,50,105); }
td.TdClassName
{
border-color: #843269;
}
.TagClassName
{
border-color: #843269;
}
</style>