Shades of Dark Purple #83256C
Tints of Dark Purple #83256C
RGB
CMYK
RGB Variations
Color information
#83256C (or 0x83256C) is known color: Dark Purple. HEX triplet: 83, 25 and 6C. RGB value is (131,37,108). Sum of RGB (Red+Green+Blue) = 131+37+108=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 131 - color contains mainly: red. Hex color #83256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83256C is #7CDA93. Grayscale: #494949. Windows color (decimal): -8182420 or 7087491. OLE color: 7087491.
HSL color Cylindrical-coordinate representation of color #83256C: hue angle of 314.68º 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 #83256C is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 37 | 108 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.49 |
| HSL | 314.68º | 0.56% | 0.33% | - |
| HSV(B) | 314.68º | 0.72% | 0.51% | - |
| XYZ | 12.73 | 7.23 | 14.91 | - |
| YUV | 73.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 108 | 0 | 0.72 | 0.18 | 0.49 | 314.68 | 0.56 | 0.33 |
| Hex | 83 | 25 | 6C | 0 | 48 | 12 | 31 | 13B | 38 | 21 |
| Octal | 203 | 45 | 154 | 0 | 110 | 22 | 61 | 473 | 70 | 41 |
| Binary | 10000011 | 100101 | 1101100 | 0 | 1001000 | 10010 | 110001 | 100111011 | 111000 | 100001 |
Color Harmonies of #83256C
Complementary color
Monochromatic Colors of #83256C
Black with #83256C
Text Example
Text Example
White with #83256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83256C; }
p { color: rgb(131,37,108); }
H1.HeaderClassName
{
color: #83256C;
}
.AnyTagClassName
{
color: #83256C;
}
</style>
background-color css
<style>
a { background-color: #83256C; }
a { background-color: rgb(131,37,108); }
div.DivClassName
{
background-color: #83256C;
}
.BgClassName
{
background-color: #83256C;
}
</style>
border-color css
<style>
span { border-color: #83256C; }
span { border-color: rgb(131,37,108); }
td.TdClassName
{
border-color: #83256C;
}
.TagClassName
{
border-color: #83256C;
}
</style>