Shades of Dark Purple #823878
Tints of Dark Purple #823878
RGB
CMYK
RGB Variations
Color information
#823878 (or 0x823878) is known color: Dark Purple. HEX triplet: 82, 38 and 78. RGB value is (130,56,120). Sum of RGB (Red+Green+Blue) = 130+56+120=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #823878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823878 is #7DC787. Grayscale: #555555. Windows color (decimal): -8243080 or 7878786. OLE color: 7878786.
HSL color Cylindrical-coordinate representation of color #823878: hue angle of 308.11º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #823878 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 56 | 120 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.49 |
| HSL | 308.11º | 0.4% | 0.36% | - |
| HSV(B) | 308.11º | 0.57% | 0.51% | - |
| XYZ | 14.01 | 8.93 | 18.75 | - |
| YUV | 85.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 120 | 0 | 0.57 | 0.08 | 0.49 | 308.11 | 0.4 | 0.36 |
| Hex | 82 | 38 | 78 | 0 | 39 | 8 | 31 | 134 | 28 | 24 |
| Octal | 202 | 70 | 170 | 0 | 71 | 10 | 61 | 464 | 50 | 44 |
| Binary | 10000010 | 111000 | 1111000 | 0 | 111001 | 1000 | 110001 | 100110100 | 101000 | 100100 |
Color Harmonies of #823878
Complementary color
Monochromatic Colors of #823878
Black with #823878
Text Example
Text Example
White with #823878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823878; }
p { color: rgb(130,56,120); }
H1.HeaderClassName
{
color: #823878;
}
.AnyTagClassName
{
color: #823878;
}
</style>
background-color css
<style>
a { background-color: #823878; }
a { background-color: rgb(130,56,120); }
div.DivClassName
{
background-color: #823878;
}
.BgClassName
{
background-color: #823878;
}
</style>
border-color css
<style>
span { border-color: #823878; }
span { border-color: rgb(130,56,120); }
td.TdClassName
{
border-color: #823878;
}
.TagClassName
{
border-color: #823878;
}
</style>