Shades of Dark Orchid #833EC1
Tints of Dark Orchid #833EC1
RGB
CMYK
RGB Variations
Color information
#833EC1 (or 0x833EC1) is known color: Dark Orchid. HEX triplet: 83, 3E and C1. RGB value is (131,62,193). Sum of RGB (Red+Green+Blue) = 131+62+193=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #833EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833EC1 is #7CC13E. Grayscale: #616161. Windows color (decimal): -8175935 or 12664451. OLE color: 12664451.
HSL color Cylindrical-coordinate representation of color #833EC1: hue angle of 271.6º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #833EC1 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 62 | 193 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.24 |
| HSL | 271.6º | 0.51% | 0.5% | - |
| HSV(B) | 271.6º | 0.68% | 0.76% | - |
| XYZ | 20.71 | 12.12 | 51.7 | - |
| YUV | 97.57 | 181.86 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 62 | 193 | 0.32 | 0.68 | 0 | 0.24 | 271.6 | 0.51 | 0.5 |
| Hex | 83 | 3E | C1 | 20 | 44 | 0 | 18 | 110 | 33 | 32 |
| Octal | 203 | 76 | 301 | 40 | 104 | 0 | 30 | 420 | 63 | 62 |
| Binary | 10000011 | 111110 | 11000001 | 100000 | 1000100 | 0 | 11000 | 100010000 | 110011 | 110010 |
Color Harmonies of #833EC1
Complementary color
Monochromatic Colors of #833EC1
Black with #833EC1
Text Example
Text Example
White with #833EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833EC1; }
p { color: rgb(131,62,193); }
H1.HeaderClassName
{
color: #833EC1;
}
.AnyTagClassName
{
color: #833EC1;
}
</style>
background-color css
<style>
a { background-color: #833EC1; }
a { background-color: rgb(131,62,193); }
div.DivClassName
{
background-color: #833EC1;
}
.BgClassName
{
background-color: #833EC1;
}
</style>
border-color css
<style>
span { border-color: #833EC1; }
span { border-color: rgb(131,62,193); }
td.TdClassName
{
border-color: #833EC1;
}
.TagClassName
{
border-color: #833EC1;
}
</style>