Shades of Dark Orchid #833DBD
Tints of Dark Orchid #833DBD
RGB
CMYK
RGB Variations
Color information
#833DBD (or 0x833DBD) is known color: Dark Orchid. HEX triplet: 83, 3D and BD. RGB value is (131,61,189). Sum of RGB (Red+Green+Blue) = 131+61+189=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #833DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833DBD is #7CC242. Grayscale: #606060. Windows color (decimal): -8176195 or 12402051. OLE color: 12402051.
HSL color Cylindrical-coordinate representation of color #833DBD: hue angle of 272.81º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #833DBD is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 61 | 189 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.26 |
| HSL | 272.81º | 0.51% | 0.49% | - |
| HSV(B) | 272.81º | 0.68% | 0.74% | - |
| XYZ | 20.21 | 11.84 | 49.36 | - |
| YUV | 96.52 | 180.19 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 189 | 0.31 | 0.68 | 0 | 0.26 | 272.81 | 0.51 | 0.49 |
| Hex | 83 | 3D | BD | 1F | 44 | 0 | 1A | 111 | 33 | 31 |
| Octal | 203 | 75 | 275 | 37 | 104 | 0 | 32 | 421 | 63 | 61 |
| Binary | 10000011 | 111101 | 10111101 | 11111 | 1000100 | 0 | 11010 | 100010001 | 110011 | 110001 |
Color Harmonies of #833DBD
Complementary color
Monochromatic Colors of #833DBD
Black with #833DBD
Text Example
Text Example
White with #833DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833DBD; }
p { color: rgb(131,61,189); }
H1.HeaderClassName
{
color: #833DBD;
}
.AnyTagClassName
{
color: #833DBD;
}
</style>
background-color css
<style>
a { background-color: #833DBD; }
a { background-color: rgb(131,61,189); }
div.DivClassName
{
background-color: #833DBD;
}
.BgClassName
{
background-color: #833DBD;
}
</style>
border-color css
<style>
span { border-color: #833DBD; }
span { border-color: rgb(131,61,189); }
td.TdClassName
{
border-color: #833DBD;
}
.TagClassName
{
border-color: #833DBD;
}
</style>