Shades of Dark Purple #831267
Tints of Dark Purple #831267
RGB
CMYK
RGB Variations
Color information
#831267 (or 0x831267) is known color: Dark Purple. HEX triplet: 83, 12 and 67. RGB value is (131,18,103). Sum of RGB (Red+Green+Blue) = 131+18+103=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #831267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831267 is #7CED98. Grayscale: #3D3D3D. Windows color (decimal): -8187289 or 6754947. OLE color: 6754947.
HSL color Cylindrical-coordinate representation of color #831267: hue angle of 314.87º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831267 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 18 | 103 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.49 |
| HSL | 314.87º | 0.76% | 0.29% | - |
| HSV(B) | 314.87º | 0.86% | 0.51% | - |
| XYZ | 12.02 | 6.24 | 13.4 | - |
| YUV | 61.48 | 151.44 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 103 | 0 | 0.86 | 0.21 | 0.49 | 314.87 | 0.76 | 0.29 |
| Hex | 83 | 12 | 67 | 0 | 56 | 15 | 31 | 13B | 4C | 1D |
| Octal | 203 | 22 | 147 | 0 | 126 | 25 | 61 | 473 | 114 | 35 |
| Binary | 10000011 | 10010 | 1100111 | 0 | 1010110 | 10101 | 110001 | 100111011 | 1001100 | 11101 |
Color Harmonies of #831267
Complementary color
Monochromatic Colors of #831267
Black with #831267
Text Example
Text Example
White with #831267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831267; }
p { color: rgb(131,18,103); }
H1.HeaderClassName
{
color: #831267;
}
.AnyTagClassName
{
color: #831267;
}
</style>
background-color css
<style>
a { background-color: #831267; }
a { background-color: rgb(131,18,103); }
div.DivClassName
{
background-color: #831267;
}
.BgClassName
{
background-color: #831267;
}
</style>
border-color css
<style>
span { border-color: #831267; }
span { border-color: rgb(131,18,103); }
td.TdClassName
{
border-color: #831267;
}
.TagClassName
{
border-color: #831267;
}
</style>