Shades of Dark Purple #833375
Tints of Dark Purple #833375
RGB
CMYK
RGB Variations
Color information
#833375 (or 0x833375) is known color: Dark Purple. HEX triplet: 83, 33 and 75. RGB value is (131,51,117). Sum of RGB (Red+Green+Blue) = 131+51+117=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 131 - color contains mainly: red. Hex color #833375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833375 is #7CCC8A. Grayscale: #525252. Windows color (decimal): -8178827 or 7680899. OLE color: 7680899.
HSL color Cylindrical-coordinate representation of color #833375: hue angle of 310.5º 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 #833375 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 51 | 117 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.49 |
| HSL | 310.5º | 0.44% | 0.36% | - |
| HSV(B) | 310.5º | 0.61% | 0.51% | - |
| XYZ | 13.75 | 8.48 | 17.74 | - |
| YUV | 82.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 117 | 0 | 0.61 | 0.11 | 0.49 | 310.5 | 0.44 | 0.36 |
| Hex | 83 | 33 | 75 | 0 | 3D | B | 31 | 136 | 2C | 24 |
| Octal | 203 | 63 | 165 | 0 | 75 | 13 | 61 | 466 | 54 | 44 |
| Binary | 10000011 | 110011 | 1110101 | 0 | 111101 | 1011 | 110001 | 100110110 | 101100 | 100100 |
Color Harmonies of #833375
Complementary color
Monochromatic Colors of #833375
Black with #833375
Text Example
Text Example
White with #833375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833375; }
p { color: rgb(131,51,117); }
H1.HeaderClassName
{
color: #833375;
}
.AnyTagClassName
{
color: #833375;
}
</style>
background-color css
<style>
a { background-color: #833375; }
a { background-color: rgb(131,51,117); }
div.DivClassName
{
background-color: #833375;
}
.BgClassName
{
background-color: #833375;
}
</style>
border-color css
<style>
span { border-color: #833375; }
span { border-color: rgb(131,51,117); }
td.TdClassName
{
border-color: #833375;
}
.TagClassName
{
border-color: #833375;
}
</style>