Shades of Dark Purple #833377
Tints of Dark Purple #833377
RGB
CMYK
RGB Variations
Color information
#833377 (or 0x833377) is known color: Dark Purple. HEX triplet: 83, 33 and 77. RGB value is (131,51,119). Sum of RGB (Red+Green+Blue) = 131+51+119=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #833377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833377 is #7CCC88. Grayscale: #525252. Windows color (decimal): -8178825 or 7811971. OLE color: 7811971.
HSL color Cylindrical-coordinate representation of color #833377: hue angle of 309º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #833377 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 51 | 119 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.49 |
| HSL | 309º | 0.44% | 0.36% | - |
| HSV(B) | 309º | 0.61% | 0.51% | - |
| XYZ | 13.87 | 8.52 | 18.37 | - |
| YUV | 82.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 119 | 0 | 0.61 | 0.09 | 0.49 | 309 | 0.44 | 0.36 |
| Hex | 83 | 33 | 77 | 0 | 3D | 9 | 31 | 135 | 2C | 24 |
| Octal | 203 | 63 | 167 | 0 | 75 | 11 | 61 | 465 | 54 | 44 |
| Binary | 10000011 | 110011 | 1110111 | 0 | 111101 | 1001 | 110001 | 100110101 | 101100 | 100100 |
Color Harmonies of #833377
Complementary color
Monochromatic Colors of #833377
Black with #833377
Text Example
Text Example
White with #833377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833377; }
p { color: rgb(131,51,119); }
H1.HeaderClassName
{
color: #833377;
}
.AnyTagClassName
{
color: #833377;
}
</style>
background-color css
<style>
a { background-color: #833377; }
a { background-color: rgb(131,51,119); }
div.DivClassName
{
background-color: #833377;
}
.BgClassName
{
background-color: #833377;
}
</style>
border-color css
<style>
span { border-color: #833377; }
span { border-color: rgb(131,51,119); }
td.TdClassName
{
border-color: #833377;
}
.TagClassName
{
border-color: #833377;
}
</style>