Shades of Dark Purple #83267C
Tints of Dark Purple #83267C
RGB
CMYK
RGB Variations
Color information
#83267C (or 0x83267C) is known color: Dark Purple. HEX triplet: 83, 26 and 7C. RGB value is (131,38,124). Sum of RGB (Red+Green+Blue) = 131+38+124=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #83267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83267C is #7CD983. Grayscale: #4B4B4B. Windows color (decimal): -8182148 or 8136323. OLE color: 8136323.
HSL color Cylindrical-coordinate representation of color #83267C: hue angle of 304.52º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83267C is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 38 | 124 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.49 |
| HSL | 304.52º | 0.55% | 0.33% | - |
| HSV(B) | 304.52º | 0.71% | 0.51% | - |
| XYZ | 13.69 | 7.67 | 19.83 | - |
| YUV | 75.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 124 | 0 | 0.71 | 0.05 | 0.49 | 304.52 | 0.55 | 0.33 |
| Hex | 83 | 26 | 7C | 0 | 47 | 5 | 31 | 131 | 37 | 21 |
| Octal | 203 | 46 | 174 | 0 | 107 | 5 | 61 | 461 | 67 | 41 |
| Binary | 10000011 | 100110 | 1111100 | 0 | 1000111 | 101 | 110001 | 100110001 | 110111 | 100001 |
Color Harmonies of #83267C
Complementary color
Monochromatic Colors of #83267C
Black with #83267C
Text Example
Text Example
White with #83267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83267C; }
p { color: rgb(131,38,124); }
H1.HeaderClassName
{
color: #83267C;
}
.AnyTagClassName
{
color: #83267C;
}
</style>
background-color css
<style>
a { background-color: #83267C; }
a { background-color: rgb(131,38,124); }
div.DivClassName
{
background-color: #83267C;
}
.BgClassName
{
background-color: #83267C;
}
</style>
border-color css
<style>
span { border-color: #83267C; }
span { border-color: rgb(131,38,124); }
td.TdClassName
{
border-color: #83267C;
}
.TagClassName
{
border-color: #83267C;
}
</style>