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