Shades of Dark Purple #83256D
Tints of Dark Purple #83256D
RGB
CMYK
RGB Variations
Color information
#83256D (or 0x83256D) is known color: Dark Purple. HEX triplet: 83, 25 and 6D. RGB value is (131,37,109). Sum of RGB (Red+Green+Blue) = 131+37+109=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #83256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83256D is #7CDA92. Grayscale: #494949. Windows color (decimal): -8182419 or 7153027. OLE color: 7153027.
HSL color Cylindrical-coordinate representation of color #83256D: hue angle of 314.04º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83256D is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 37 | 109 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.49 |
| HSL | 314.04º | 0.56% | 0.33% | - |
| HSV(B) | 314.04º | 0.72% | 0.51% | - |
| XYZ | 12.78 | 7.25 | 15.19 | - |
| YUV | 73.31 | 148.14 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 109 | 0 | 0.72 | 0.17 | 0.49 | 314.04 | 0.56 | 0.33 |
| Hex | 83 | 25 | 6D | 0 | 48 | 11 | 31 | 13A | 38 | 21 |
| Octal | 203 | 45 | 155 | 0 | 110 | 21 | 61 | 472 | 70 | 41 |
| Binary | 10000011 | 100101 | 1101101 | 0 | 1001000 | 10001 | 110001 | 100111010 | 111000 | 100001 |
Color Harmonies of #83256D
Complementary color
Monochromatic Colors of #83256D
Black with #83256D
Text Example
Text Example
White with #83256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83256D; }
p { color: rgb(131,37,109); }
H1.HeaderClassName
{
color: #83256D;
}
.AnyTagClassName
{
color: #83256D;
}
</style>
background-color css
<style>
a { background-color: #83256D; }
a { background-color: rgb(131,37,109); }
div.DivClassName
{
background-color: #83256D;
}
.BgClassName
{
background-color: #83256D;
}
</style>
border-color css
<style>
span { border-color: #83256D; }
span { border-color: rgb(131,37,109); }
td.TdClassName
{
border-color: #83256D;
}
.TagClassName
{
border-color: #83256D;
}
</style>