Shades of Dark Orchid #833AB6
Tints of Dark Orchid #833AB6
RGB
CMYK
RGB Variations
Color information
#833AB6 (or 0x833AB6) is known color: Dark Orchid. HEX triplet: 83, 3A and B6. RGB value is (131,58,182). Sum of RGB (Red+Green+Blue) = 131+58+182=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #833AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833AB6 is #7CC549. Grayscale: #5D5D5D. Windows color (decimal): -8176970 or 11942531. OLE color: 11942531.
HSL color Cylindrical-coordinate representation of color #833AB6: hue angle of 275.32º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #833AB6 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 58 | 182 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.29 |
| HSL | 275.32º | 0.52% | 0.47% | - |
| HSV(B) | 275.32º | 0.68% | 0.71% | - |
| XYZ | 19.32 | 11.23 | 45.41 | - |
| YUV | 93.96 | 177.68 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 182 | 0.28 | 0.68 | 0 | 0.29 | 275.32 | 0.52 | 0.47 |
| Hex | 83 | 3A | B6 | 1C | 44 | 0 | 1D | 113 | 34 | 2F |
| Octal | 203 | 72 | 266 | 34 | 104 | 0 | 35 | 423 | 64 | 57 |
| Binary | 10000011 | 111010 | 10110110 | 11100 | 1000100 | 0 | 11101 | 100010011 | 110100 | 101111 |
Color Harmonies of #833AB6
Complementary color
Monochromatic Colors of #833AB6
Black with #833AB6
Text Example
Text Example
White with #833AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833AB6; }
p { color: rgb(131,58,182); }
H1.HeaderClassName
{
color: #833AB6;
}
.AnyTagClassName
{
color: #833AB6;
}
</style>
background-color css
<style>
a { background-color: #833AB6; }
a { background-color: rgb(131,58,182); }
div.DivClassName
{
background-color: #833AB6;
}
.BgClassName
{
background-color: #833AB6;
}
</style>
border-color css
<style>
span { border-color: #833AB6; }
span { border-color: rgb(131,58,182); }
td.TdClassName
{
border-color: #833AB6;
}
.TagClassName
{
border-color: #833AB6;
}
</style>