Shades of Dark Orchid #832DB5
Tints of Dark Orchid #832DB5
RGB
CMYK
RGB Variations
Color information
#832DB5 (or 0x832DB5) is known color: Dark Orchid. HEX triplet: 83, 2D and B5. RGB value is (131,45,181). Sum of RGB (Red+Green+Blue) = 131+45+181=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 181 (71.09% from 255 or 50.70% from 357); Max value from RGB is 181 - color contains mainly: blue. Hex color #832DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832DB5 is #7CD24A. Grayscale: #555555. Windows color (decimal): -8180299 or 11873667. OLE color: 11873667.
HSL color Cylindrical-coordinate representation of color #832DB5: hue angle of 277.94º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832DB5 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 45 | 181 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.29 |
| HSL | 277.94º | 0.6% | 0.44% | - |
| HSV(B) | 277.94º | 0.75% | 0.71% | - |
| XYZ | 18.64 | 10.04 | 44.67 | - |
| YUV | 86.22 | 181.49 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 181 | 0.28 | 0.75 | 0 | 0.29 | 277.94 | 0.6 | 0.44 |
| Hex | 83 | 2D | B5 | 1C | 4B | 0 | 1D | 116 | 3C | 2C |
| Octal | 203 | 55 | 265 | 34 | 113 | 0 | 35 | 426 | 74 | 54 |
| Binary | 10000011 | 101101 | 10110101 | 11100 | 1001011 | 0 | 11101 | 100010110 | 111100 | 101100 |
Color Harmonies of #832DB5
Complementary color
Monochromatic Colors of #832DB5
Black with #832DB5
Text Example
Text Example
White with #832DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832DB5; }
p { color: rgb(131,45,181); }
H1.HeaderClassName
{
color: #832DB5;
}
.AnyTagClassName
{
color: #832DB5;
}
</style>
background-color css
<style>
a { background-color: #832DB5; }
a { background-color: rgb(131,45,181); }
div.DivClassName
{
background-color: #832DB5;
}
.BgClassName
{
background-color: #832DB5;
}
</style>
border-color css
<style>
span { border-color: #832DB5; }
span { border-color: rgb(131,45,181); }
td.TdClassName
{
border-color: #832DB5;
}
.TagClassName
{
border-color: #832DB5;
}
</style>