Shades of Dark Orchid #833DBB
Tints of Dark Orchid #833DBB
RGB
CMYK
RGB Variations
Color information
#833DBB (or 0x833DBB) is known color: Dark Orchid. HEX triplet: 83, 3D and BB. RGB value is (131,61,187). Sum of RGB (Red+Green+Blue) = 131+61+187=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #833DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833DBB is #7CC244. Grayscale: #5F5F5F. Windows color (decimal): -8176197 or 12270979. OLE color: 12270979.
HSL color Cylindrical-coordinate representation of color #833DBB: hue angle of 273.33º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #833DBB is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 61 | 187 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.27 |
| HSL | 273.33º | 0.51% | 0.49% | - |
| HSV(B) | 273.33º | 0.67% | 0.73% | - |
| XYZ | 20 | 11.75 | 48.23 | - |
| YUV | 96.29 | 179.19 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 187 | 0.30 | 0.67 | 0 | 0.27 | 273.33 | 0.51 | 0.49 |
| Hex | 83 | 3D | BB | 1E | 43 | 0 | 1B | 111 | 33 | 31 |
| Octal | 203 | 75 | 273 | 36 | 103 | 0 | 33 | 421 | 63 | 61 |
| Binary | 10000011 | 111101 | 10111011 | 11110 | 1000011 | 0 | 11011 | 100010001 | 110011 | 110001 |
Color Harmonies of #833DBB
Complementary color
Monochromatic Colors of #833DBB
Black with #833DBB
Text Example
Text Example
White with #833DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833DBB; }
p { color: rgb(131,61,187); }
H1.HeaderClassName
{
color: #833DBB;
}
.AnyTagClassName
{
color: #833DBB;
}
</style>
background-color css
<style>
a { background-color: #833DBB; }
a { background-color: rgb(131,61,187); }
div.DivClassName
{
background-color: #833DBB;
}
.BgClassName
{
background-color: #833DBB;
}
</style>
border-color css
<style>
span { border-color: #833DBB; }
span { border-color: rgb(131,61,187); }
td.TdClassName
{
border-color: #833DBB;
}
.TagClassName
{
border-color: #833DBB;
}
</style>