Shades of Dark Orchid #832DBA
Tints of Dark Orchid #832DBA
RGB
CMYK
RGB Variations
Color information
#832DBA (or 0x832DBA) is known color: Dark Orchid. HEX triplet: 83, 2D and BA. RGB value is (131,45,186). Sum of RGB (Red+Green+Blue) = 131+45+186=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #832DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832DBA is #7CD245. Grayscale: #565656. Windows color (decimal): -8180294 or 12201347. OLE color: 12201347.
HSL color Cylindrical-coordinate representation of color #832DBA: hue angle of 276.6º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832DBA is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 45 | 186 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.27 |
| HSL | 276.6º | 0.61% | 0.45% | - |
| HSV(B) | 276.6º | 0.76% | 0.73% | - |
| XYZ | 19.16 | 10.25 | 47.42 | - |
| YUV | 86.79 | 183.99 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 186 | 0.30 | 0.76 | 0 | 0.27 | 276.6 | 0.61 | 0.45 |
| Hex | 83 | 2D | BA | 1E | 4C | 0 | 1B | 115 | 3D | 2D |
| Octal | 203 | 55 | 272 | 36 | 114 | 0 | 33 | 425 | 75 | 55 |
| Binary | 10000011 | 101101 | 10111010 | 11110 | 1001100 | 0 | 11011 | 100010101 | 111101 | 101101 |
Color Harmonies of #832DBA
Complementary color
Monochromatic Colors of #832DBA
Black with #832DBA
Text Example
Text Example
White with #832DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832DBA; }
p { color: rgb(131,45,186); }
H1.HeaderClassName
{
color: #832DBA;
}
.AnyTagClassName
{
color: #832DBA;
}
</style>
background-color css
<style>
a { background-color: #832DBA; }
a { background-color: rgb(131,45,186); }
div.DivClassName
{
background-color: #832DBA;
}
.BgClassName
{
background-color: #832DBA;
}
</style>
border-color css
<style>
span { border-color: #832DBA; }
span { border-color: rgb(131,45,186); }
td.TdClassName
{
border-color: #832DBA;
}
.TagClassName
{
border-color: #832DBA;
}
</style>