Shades of Dark Orchid #833BC1
Tints of Dark Orchid #833BC1
RGB
CMYK
RGB Variations
Color information
#833BC1 (or 0x833BC1) is known color: Dark Orchid. HEX triplet: 83, 3B and C1. RGB value is (131,59,193). Sum of RGB (Red+Green+Blue) = 131+59+193=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #833BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833BC1 is #7CC43E. Grayscale: #5F5F5F. Windows color (decimal): -8176703 or 12663683. OLE color: 12663683.
HSL color Cylindrical-coordinate representation of color #833BC1: hue angle of 272.24º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #833BC1 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 59 | 193 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.24 |
| HSL | 272.24º | 0.53% | 0.49% | - |
| HSV(B) | 272.24º | 0.69% | 0.76% | - |
| XYZ | 20.55 | 11.8 | 51.65 | - |
| YUV | 95.8 | 182.85 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 193 | 0.32 | 0.69 | 0 | 0.24 | 272.24 | 0.53 | 0.49 |
| Hex | 83 | 3B | C1 | 20 | 45 | 0 | 18 | 110 | 35 | 31 |
| Octal | 203 | 73 | 301 | 40 | 105 | 0 | 30 | 420 | 65 | 61 |
| Binary | 10000011 | 111011 | 11000001 | 100000 | 1000101 | 0 | 11000 | 100010000 | 110101 | 110001 |
Color Harmonies of #833BC1
Complementary color
Monochromatic Colors of #833BC1
Black with #833BC1
Text Example
Text Example
White with #833BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833BC1; }
p { color: rgb(131,59,193); }
H1.HeaderClassName
{
color: #833BC1;
}
.AnyTagClassName
{
color: #833BC1;
}
</style>
background-color css
<style>
a { background-color: #833BC1; }
a { background-color: rgb(131,59,193); }
div.DivClassName
{
background-color: #833BC1;
}
.BgClassName
{
background-color: #833BC1;
}
</style>
border-color css
<style>
span { border-color: #833BC1; }
span { border-color: rgb(131,59,193); }
td.TdClassName
{
border-color: #833BC1;
}
.TagClassName
{
border-color: #833BC1;
}
</style>