Shades of Dark Orchid #831EBF
Tints of Dark Orchid #831EBF
RGB
CMYK
RGB Variations
Color information
#831EBF (or 0x831EBF) is known color: Dark Orchid. HEX triplet: 83, 1E and BF. RGB value is (131,30,191). Sum of RGB (Red+Green+Blue) = 131+30+191=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #831EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831EBF is #7CE140. Grayscale: #4E4E4E. Windows color (decimal): -8184129 or 12525187. OLE color: 12525187.
HSL color Cylindrical-coordinate representation of color #831EBF: hue angle of 277.64º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #831EBF is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 30 | 191 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.25 |
| HSL | 277.64º | 0.73% | 0.43% | - |
| HSV(B) | 277.64º | 0.84% | 0.75% | - |
| XYZ | 19.23 | 9.52 | 50.11 | - |
| YUV | 78.55 | 191.46 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 30 | 191 | 0.31 | 0.84 | 0 | 0.25 | 277.64 | 0.73 | 0.43 |
| Hex | 83 | 1E | BF | 1F | 54 | 0 | 19 | 116 | 49 | 2B |
| Octal | 203 | 36 | 277 | 37 | 124 | 0 | 31 | 426 | 111 | 53 |
| Binary | 10000011 | 11110 | 10111111 | 11111 | 1010100 | 0 | 11001 | 100010110 | 1001001 | 101011 |
Color Harmonies of #831EBF
Complementary color
Monochromatic Colors of #831EBF
Black with #831EBF
Text Example
Text Example
White with #831EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831EBF; }
p { color: rgb(131,30,191); }
H1.HeaderClassName
{
color: #831EBF;
}
.AnyTagClassName
{
color: #831EBF;
}
</style>
background-color css
<style>
a { background-color: #831EBF; }
a { background-color: rgb(131,30,191); }
div.DivClassName
{
background-color: #831EBF;
}
.BgClassName
{
background-color: #831EBF;
}
</style>
border-color css
<style>
span { border-color: #831EBF; }
span { border-color: rgb(131,30,191); }
td.TdClassName
{
border-color: #831EBF;
}
.TagClassName
{
border-color: #831EBF;
}
</style>