Shades of Dark Orchid #831DB1
Tints of Dark Orchid #831DB1
RGB
CMYK
RGB Variations
Color information
#831DB1 (or 0x831DB1) is known color: Dark Orchid. HEX triplet: 83, 1D and B1. RGB value is (131,29,177). Sum of RGB (Red+Green+Blue) = 131+29+177=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 177 (69.53% from 255 or 52.52% from 337); Max value from RGB is 177 - color contains mainly: blue. Hex color #831DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831DB1 is #7CE24E. Grayscale: #4B4B4B. Windows color (decimal): -8184399 or 11607427. OLE color: 11607427.
HSL color Cylindrical-coordinate representation of color #831DB1: hue angle of 281.35º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #831DB1 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 29 | 177 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.31 |
| HSL | 281.35º | 0.72% | 0.4% | - |
| HSV(B) | 281.35º | 0.84% | 0.69% | - |
| XYZ | 17.74 | 8.88 | 42.37 | - |
| YUV | 76.37 | 184.79 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 29 | 177 | 0.26 | 0.84 | 0 | 0.31 | 281.35 | 0.72 | 0.4 |
| Hex | 83 | 1D | B1 | 1A | 54 | 0 | 1F | 119 | 48 | 28 |
| Octal | 203 | 35 | 261 | 32 | 124 | 0 | 37 | 431 | 110 | 50 |
| Binary | 10000011 | 11101 | 10110001 | 11010 | 1010100 | 0 | 11111 | 100011001 | 1001000 | 101000 |
Color Harmonies of #831DB1
Complementary color
Monochromatic Colors of #831DB1
Black with #831DB1
Text Example
Text Example
White with #831DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831DB1; }
p { color: rgb(131,29,177); }
H1.HeaderClassName
{
color: #831DB1;
}
.AnyTagClassName
{
color: #831DB1;
}
</style>
background-color css
<style>
a { background-color: #831DB1; }
a { background-color: rgb(131,29,177); }
div.DivClassName
{
background-color: #831DB1;
}
.BgClassName
{
background-color: #831DB1;
}
</style>
border-color css
<style>
span { border-color: #831DB1; }
span { border-color: rgb(131,29,177); }
td.TdClassName
{
border-color: #831DB1;
}
.TagClassName
{
border-color: #831DB1;
}
</style>