Shades of Dark Orchid #833AB9
Tints of Dark Orchid #833AB9
RGB
CMYK
RGB Variations
Color information
#833AB9 (or 0x833AB9) is known color: Dark Orchid. HEX triplet: 83, 3A and B9. RGB value is (131,58,185). Sum of RGB (Red+Green+Blue) = 131+58+185=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 185 (72.66% from 255 or 49.47% from 374); Max value from RGB is 185 - color contains mainly: blue. Hex color #833AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833AB9 is #7CC546. Grayscale: #5D5D5D. Windows color (decimal): -8176967 or 12139139. OLE color: 12139139.
HSL color Cylindrical-coordinate representation of color #833AB9: hue angle of 274.49º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #833AB9 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 58 | 185 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.27 |
| HSL | 274.49º | 0.52% | 0.48% | - |
| HSV(B) | 274.49º | 0.69% | 0.73% | - |
| XYZ | 19.63 | 11.35 | 47.06 | - |
| YUV | 94.31 | 179.18 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 185 | 0.29 | 0.69 | 0 | 0.27 | 274.49 | 0.52 | 0.48 |
| Hex | 83 | 3A | B9 | 1D | 45 | 0 | 1B | 112 | 34 | 30 |
| Octal | 203 | 72 | 271 | 35 | 105 | 0 | 33 | 422 | 64 | 60 |
| Binary | 10000011 | 111010 | 10111001 | 11101 | 1000101 | 0 | 11011 | 100010010 | 110100 | 110000 |
Color Harmonies of #833AB9
Complementary color
Monochromatic Colors of #833AB9
Black with #833AB9
Text Example
Text Example
White with #833AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833AB9; }
p { color: rgb(131,58,185); }
H1.HeaderClassName
{
color: #833AB9;
}
.AnyTagClassName
{
color: #833AB9;
}
</style>
background-color css
<style>
a { background-color: #833AB9; }
a { background-color: rgb(131,58,185); }
div.DivClassName
{
background-color: #833AB9;
}
.BgClassName
{
background-color: #833AB9;
}
</style>
border-color css
<style>
span { border-color: #833AB9; }
span { border-color: rgb(131,58,185); }
td.TdClassName
{
border-color: #833AB9;
}
.TagClassName
{
border-color: #833AB9;
}
</style>