Shades of Dark Purple #823081
Tints of Dark Purple #823081
RGB
CMYK
RGB Variations
Color information
#823081 (or 0x823081) is known color: Dark Purple. HEX triplet: 82, 30 and 81. RGB value is (130,48,129). Sum of RGB (Red+Green+Blue) = 130+48+129=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #823081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823081 is #7DCF7E. Grayscale: #515151. Windows color (decimal): -8245119 or 8466562. OLE color: 8466562.
HSL color Cylindrical-coordinate representation of color #823081: hue angle of 300.73º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #823081 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 129 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.49 |
| HSL | 300.73º | 0.46% | 0.35% | - |
| HSV(B) | 300.73º | 0.63% | 0.51% | - |
| XYZ | 14.23 | 8.44 | 21.65 | - |
| YUV | 81.75 | 154.67 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 129 | 0 | 0.63 | 0.01 | 0.49 | 300.73 | 0.46 | 0.35 |
| Hex | 82 | 30 | 81 | 0 | 3F | 1 | 31 | 12D | 2E | 23 |
| Octal | 202 | 60 | 201 | 0 | 77 | 1 | 61 | 455 | 56 | 43 |
| Binary | 10000010 | 110000 | 10000001 | 0 | 111111 | 1 | 110001 | 100101101 | 101110 | 100011 |
Color Harmonies of #823081
Complementary color
Monochromatic Colors of #823081
Black with #823081
Text Example
Text Example
White with #823081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823081; }
p { color: rgb(130,48,129); }
H1.HeaderClassName
{
color: #823081;
}
.AnyTagClassName
{
color: #823081;
}
</style>
background-color css
<style>
a { background-color: #823081; }
a { background-color: rgb(130,48,129); }
div.DivClassName
{
background-color: #823081;
}
.BgClassName
{
background-color: #823081;
}
</style>
border-color css
<style>
span { border-color: #823081; }
span { border-color: rgb(130,48,129); }
td.TdClassName
{
border-color: #823081;
}
.TagClassName
{
border-color: #823081;
}
</style>