Shades of Dark Purple #83357B
Tints of Dark Purple #83357B
RGB
CMYK
RGB Variations
Color information
#83357B (or 0x83357B) is known color: Dark Purple. HEX triplet: 83, 35 and 7B. RGB value is (131,53,123). Sum of RGB (Red+Green+Blue) = 131+53+123=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #83357B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83357B is #7CCA84. Grayscale: #545454. Windows color (decimal): -8178309 or 8074627. OLE color: 8074627.
HSL color Cylindrical-coordinate representation of color #83357B: hue angle of 306.15º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83357B is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 53 | 123 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.49 |
| HSL | 306.15º | 0.42% | 0.36% | - |
| HSV(B) | 306.15º | 0.6% | 0.51% | - |
| XYZ | 14.21 | 8.8 | 19.69 | - |
| YUV | 84.3 | 149.84 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 53 | 123 | 0 | 0.60 | 0.06 | 0.49 | 306.15 | 0.42 | 0.36 |
| Hex | 83 | 35 | 7B | 0 | 3C | 6 | 31 | 132 | 2A | 24 |
| Octal | 203 | 65 | 173 | 0 | 74 | 6 | 61 | 462 | 52 | 44 |
| Binary | 10000011 | 110101 | 1111011 | 0 | 111100 | 110 | 110001 | 100110010 | 101010 | 100100 |
Color Harmonies of #83357B
Complementary color
Monochromatic Colors of #83357B
Black with #83357B
Text Example
Text Example
White with #83357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83357B; }
p { color: rgb(131,53,123); }
H1.HeaderClassName
{
color: #83357B;
}
.AnyTagClassName
{
color: #83357B;
}
</style>
background-color css
<style>
a { background-color: #83357B; }
a { background-color: rgb(131,53,123); }
div.DivClassName
{
background-color: #83357B;
}
.BgClassName
{
background-color: #83357B;
}
</style>
border-color css
<style>
span { border-color: #83357B; }
span { border-color: rgb(131,53,123); }
td.TdClassName
{
border-color: #83357B;
}
.TagClassName
{
border-color: #83357B;
}
</style>