Shades of Dark Orchid #833ABB
Tints of Dark Orchid #833ABB
RGB
CMYK
RGB Variations
Color information
#833ABB (or 0x833ABB) is known color: Dark Orchid. HEX triplet: 83, 3A and BB. RGB value is (131,58,187). Sum of RGB (Red+Green+Blue) = 131+58+187=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #833ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833ABB is #7CC544. Grayscale: #5E5E5E. Windows color (decimal): -8176965 or 12270211. OLE color: 12270211.
HSL color Cylindrical-coordinate representation of color #833ABB: hue angle of 273.95º degrees, saturation: 0.53, 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 #833ABB is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 58 | 187 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.27 |
| HSL | 273.95º | 0.53% | 0.48% | - |
| HSV(B) | 273.95º | 0.69% | 0.73% | - |
| XYZ | 19.84 | 11.44 | 48.18 | - |
| YUV | 94.53 | 180.18 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 187 | 0.30 | 0.69 | 0 | 0.27 | 273.95 | 0.53 | 0.48 |
| Hex | 83 | 3A | BB | 1E | 45 | 0 | 1B | 112 | 35 | 30 |
| Octal | 203 | 72 | 273 | 36 | 105 | 0 | 33 | 422 | 65 | 60 |
| Binary | 10000011 | 111010 | 10111011 | 11110 | 1000101 | 0 | 11011 | 100010010 | 110101 | 110000 |
Color Harmonies of #833ABB
Complementary color
Monochromatic Colors of #833ABB
Black with #833ABB
Text Example
Text Example
White with #833ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833ABB; }
p { color: rgb(131,58,187); }
H1.HeaderClassName
{
color: #833ABB;
}
.AnyTagClassName
{
color: #833ABB;
}
</style>
background-color css
<style>
a { background-color: #833ABB; }
a { background-color: rgb(131,58,187); }
div.DivClassName
{
background-color: #833ABB;
}
.BgClassName
{
background-color: #833ABB;
}
</style>
border-color css
<style>
span { border-color: #833ABB; }
span { border-color: rgb(131,58,187); }
td.TdClassName
{
border-color: #833ABB;
}
.TagClassName
{
border-color: #833ABB;
}
</style>