Shades of Dark Purple #83197B
Tints of Dark Purple #83197B
RGB
CMYK
RGB Variations
Color information
#83197B (or 0x83197B) is known color: Dark Purple. HEX triplet: 83, 19 and 7B. RGB value is (131,25,123). Sum of RGB (Red+Green+Blue) = 131+25+123=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #83197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83197B is #7CE684. Grayscale: #434343. Windows color (decimal): -8185477 or 8067459. OLE color: 8067459.
HSL color Cylindrical-coordinate representation of color #83197B: hue angle of 304.53º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #83197B is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 25 | 123 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.49 |
| HSL | 304.53º | 0.68% | 0.31% | - |
| HSV(B) | 304.53º | 0.81% | 0.51% | - |
| XYZ | 13.28 | 6.95 | 19.38 | - |
| YUV | 67.87 | 159.12 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 123 | 0 | 0.81 | 0.06 | 0.49 | 304.53 | 0.68 | 0.31 |
| Hex | 83 | 19 | 7B | 0 | 51 | 6 | 31 | 131 | 44 | 1F |
| Octal | 203 | 31 | 173 | 0 | 121 | 6 | 61 | 461 | 104 | 37 |
| Binary | 10000011 | 11001 | 1111011 | 0 | 1010001 | 110 | 110001 | 100110001 | 1000100 | 11111 |
Color Harmonies of #83197B
Complementary color
Monochromatic Colors of #83197B
Black with #83197B
Text Example
Text Example
White with #83197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83197B; }
p { color: rgb(131,25,123); }
H1.HeaderClassName
{
color: #83197B;
}
.AnyTagClassName
{
color: #83197B;
}
</style>
background-color css
<style>
a { background-color: #83197B; }
a { background-color: rgb(131,25,123); }
div.DivClassName
{
background-color: #83197B;
}
.BgClassName
{
background-color: #83197B;
}
</style>
border-color css
<style>
span { border-color: #83197B; }
span { border-color: rgb(131,25,123); }
td.TdClassName
{
border-color: #83197B;
}
.TagClassName
{
border-color: #83197B;
}
</style>