Shades of Dark Purple #833368
Tints of Dark Purple #833368
RGB
CMYK
RGB Variations
Color information
#833368 (or 0x833368) is known color: Dark Purple. HEX triplet: 83, 33 and 68. RGB value is (131,51,104). Sum of RGB (Red+Green+Blue) = 131+51+104=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #833368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833368 is #7CCC97. Grayscale: #505050. Windows color (decimal): -8178840 or 6828931. OLE color: 6828931.
HSL color Cylindrical-coordinate representation of color #833368: hue angle of 320.25º 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 #833368 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 51 | 104 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.49 |
| HSL | 320.25º | 0.44% | 0.36% | - |
| HSV(B) | 320.25º | 0.61% | 0.51% | - |
| XYZ | 13.04 | 8.19 | 13.99 | - |
| YUV | 80.96 | 141 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 104 | 0 | 0.61 | 0.21 | 0.49 | 320.25 | 0.44 | 0.36 |
| Hex | 83 | 33 | 68 | 0 | 3D | 15 | 31 | 140 | 2C | 24 |
| Octal | 203 | 63 | 150 | 0 | 75 | 25 | 61 | 500 | 54 | 44 |
| Binary | 10000011 | 110011 | 1101000 | 0 | 111101 | 10101 | 110001 | 101000000 | 101100 | 100100 |
Color Harmonies of #833368
Complementary color
Monochromatic Colors of #833368
Black with #833368
Text Example
Text Example
White with #833368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833368; }
p { color: rgb(131,51,104); }
H1.HeaderClassName
{
color: #833368;
}
.AnyTagClassName
{
color: #833368;
}
</style>
background-color css
<style>
a { background-color: #833368; }
a { background-color: rgb(131,51,104); }
div.DivClassName
{
background-color: #833368;
}
.BgClassName
{
background-color: #833368;
}
</style>
border-color css
<style>
span { border-color: #833368; }
span { border-color: rgb(131,51,104); }
td.TdClassName
{
border-color: #833368;
}
.TagClassName
{
border-color: #833368;
}
</style>