Shades of Dark Orchid #833DC2
Tints of Dark Orchid #833DC2
RGB
CMYK
RGB Variations
Color information
#833DC2 (or 0x833DC2) is known color: Dark Orchid. HEX triplet: 83, 3D and C2. RGB value is (131,61,194). Sum of RGB (Red+Green+Blue) = 131+61+194=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 194 (76.17% from 255 or 50.26% from 386); Max value from RGB is 194 - color contains mainly: blue. Hex color #833DC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833DC2 is #7CC23D. Grayscale: #606060. Windows color (decimal): -8176190 or 12729731. OLE color: 12729731.
HSL color Cylindrical-coordinate representation of color #833DC2: hue angle of 271.58º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #833DC2 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 61 | 194 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.24 |
| HSL | 271.58º | 0.52% | 0.5% | - |
| HSV(B) | 271.58º | 0.69% | 0.76% | - |
| XYZ | 20.77 | 12.06 | 52.27 | - |
| YUV | 97.09 | 182.69 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 194 | 0.32 | 0.69 | 0 | 0.24 | 271.58 | 0.52 | 0.5 |
| Hex | 83 | 3D | C2 | 20 | 45 | 0 | 18 | 110 | 34 | 32 |
| Octal | 203 | 75 | 302 | 40 | 105 | 0 | 30 | 420 | 64 | 62 |
| Binary | 10000011 | 111101 | 11000010 | 100000 | 1000101 | 0 | 11000 | 100010000 | 110100 | 110010 |
Color Harmonies of #833DC2
Complementary color
Monochromatic Colors of #833DC2
Black with #833DC2
Text Example
Text Example
White with #833DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833DC2; }
p { color: rgb(131,61,194); }
H1.HeaderClassName
{
color: #833DC2;
}
.AnyTagClassName
{
color: #833DC2;
}
</style>
background-color css
<style>
a { background-color: #833DC2; }
a { background-color: rgb(131,61,194); }
div.DivClassName
{
background-color: #833DC2;
}
.BgClassName
{
background-color: #833DC2;
}
</style>
border-color css
<style>
span { border-color: #833DC2; }
span { border-color: rgb(131,61,194); }
td.TdClassName
{
border-color: #833DC2;
}
.TagClassName
{
border-color: #833DC2;
}
</style>