Shades of Dark Purple #831366
Tints of Dark Purple #831366
RGB
CMYK
RGB Variations
Color information
#831366 (or 0x831366) is known color: Dark Purple. HEX triplet: 83, 13 and 66. RGB value is (131,19,102). Sum of RGB (Red+Green+Blue) = 131+19+102=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #831366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831366 is #7CEC99. Grayscale: #3D3D3D. Windows color (decimal): -8187034 or 6689667. OLE color: 6689667.
HSL color Cylindrical-coordinate representation of color #831366: hue angle of 315.54º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831366 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 19 | 102 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.49 |
| HSL | 315.54º | 0.75% | 0.29% | - |
| HSV(B) | 315.54º | 0.85% | 0.51% | - |
| XYZ | 11.99 | 6.25 | 13.14 | - |
| YUV | 61.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 102 | 0 | 0.85 | 0.22 | 0.49 | 315.54 | 0.75 | 0.29 |
| Hex | 83 | 13 | 66 | 0 | 55 | 16 | 31 | 13C | 4B | 1D |
| Octal | 203 | 23 | 146 | 0 | 125 | 26 | 61 | 474 | 113 | 35 |
| Binary | 10000011 | 10011 | 1100110 | 0 | 1010101 | 10110 | 110001 | 100111100 | 1001011 | 11101 |
Color Harmonies of #831366
Complementary color
Monochromatic Colors of #831366
Black with #831366
Text Example
Text Example
White with #831366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831366; }
p { color: rgb(131,19,102); }
H1.HeaderClassName
{
color: #831366;
}
.AnyTagClassName
{
color: #831366;
}
</style>
background-color css
<style>
a { background-color: #831366; }
a { background-color: rgb(131,19,102); }
div.DivClassName
{
background-color: #831366;
}
.BgClassName
{
background-color: #831366;
}
</style>
border-color css
<style>
span { border-color: #831366; }
span { border-color: rgb(131,19,102); }
td.TdClassName
{
border-color: #831366;
}
.TagClassName
{
border-color: #831366;
}
</style>