Shades of Dark Orchid #831CB7
Tints of Dark Orchid #831CB7
RGB
CMYK
RGB Variations
Color information
#831CB7 (or 0x831CB7) is known color: Dark Orchid. HEX triplet: 83, 1C and B7. RGB value is (131,28,183). Sum of RGB (Red+Green+Blue) = 131+28+183=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 183 (71.88% from 255 or 53.51% from 342); Max value from RGB is 183 - color contains mainly: blue. Hex color #831CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831CB7 is #7CE348. Grayscale: #4B4B4B. Windows color (decimal): -8184649 or 12000387. OLE color: 12000387.
HSL color Cylindrical-coordinate representation of color #831CB7: hue angle of 279.87º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831CB7 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 28 | 183 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.28 |
| HSL | 279.87º | 0.73% | 0.41% | - |
| HSV(B) | 279.87º | 0.85% | 0.72% | - |
| XYZ | 18.32 | 9.07 | 45.59 | - |
| YUV | 76.47 | 188.12 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 28 | 183 | 0.28 | 0.85 | 0 | 0.28 | 279.87 | 0.73 | 0.41 |
| Hex | 83 | 1C | B7 | 1C | 55 | 0 | 1C | 118 | 49 | 29 |
| Octal | 203 | 34 | 267 | 34 | 125 | 0 | 34 | 430 | 111 | 51 |
| Binary | 10000011 | 11100 | 10110111 | 11100 | 1010101 | 0 | 11100 | 100011000 | 1001001 | 101001 |
Color Harmonies of #831CB7
Complementary color
Monochromatic Colors of #831CB7
Black with #831CB7
Text Example
Text Example
White with #831CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831CB7; }
p { color: rgb(131,28,183); }
H1.HeaderClassName
{
color: #831CB7;
}
.AnyTagClassName
{
color: #831CB7;
}
</style>
background-color css
<style>
a { background-color: #831CB7; }
a { background-color: rgb(131,28,183); }
div.DivClassName
{
background-color: #831CB7;
}
.BgClassName
{
background-color: #831CB7;
}
</style>
border-color css
<style>
span { border-color: #831CB7; }
span { border-color: rgb(131,28,183); }
td.TdClassName
{
border-color: #831CB7;
}
.TagClassName
{
border-color: #831CB7;
}
</style>