Shades of Dark Purple #83266C
Tints of Dark Purple #83266C
RGB
CMYK
RGB Variations
Color information
#83266C (or 0x83266C) is known color: Dark Purple. HEX triplet: 83, 26 and 6C. RGB value is (131,38,108). Sum of RGB (Red+Green+Blue) = 131+38+108=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #83266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83266C is #7CD993. Grayscale: #494949. Windows color (decimal): -8182164 or 7087747. OLE color: 7087747.
HSL color Cylindrical-coordinate representation of color #83266C: hue angle of 314.84º 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 #83266C is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 38 | 108 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.49 |
| HSL | 314.84º | 0.55% | 0.33% | - |
| HSV(B) | 314.84º | 0.71% | 0.51% | - |
| XYZ | 12.76 | 7.29 | 14.92 | - |
| YUV | 73.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 108 | 0 | 0.71 | 0.18 | 0.49 | 314.84 | 0.55 | 0.33 |
| Hex | 83 | 26 | 6C | 0 | 47 | 12 | 31 | 13B | 37 | 21 |
| Octal | 203 | 46 | 154 | 0 | 107 | 22 | 61 | 473 | 67 | 41 |
| Binary | 10000011 | 100110 | 1101100 | 0 | 1000111 | 10010 | 110001 | 100111011 | 110111 | 100001 |
Color Harmonies of #83266C
Complementary color
Monochromatic Colors of #83266C
Black with #83266C
Text Example
Text Example
White with #83266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83266C; }
p { color: rgb(131,38,108); }
H1.HeaderClassName
{
color: #83266C;
}
.AnyTagClassName
{
color: #83266C;
}
</style>
background-color css
<style>
a { background-color: #83266C; }
a { background-color: rgb(131,38,108); }
div.DivClassName
{
background-color: #83266C;
}
.BgClassName
{
background-color: #83266C;
}
</style>
border-color css
<style>
span { border-color: #83266C; }
span { border-color: rgb(131,38,108); }
td.TdClassName
{
border-color: #83266C;
}
.TagClassName
{
border-color: #83266C;
}
</style>