Shades of Dark Orchid #832DB2
Tints of Dark Orchid #832DB2
RGB
CMYK
RGB Variations
Color information
#832DB2 (or 0x832DB2) is known color: Dark Orchid. HEX triplet: 83, 2D and B2. RGB value is (131,45,178). Sum of RGB (Red+Green+Blue) = 131+45+178=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 45 (17.97% from 255 or 12.71% from 354); Blue value is 178 (69.92% from 255 or 50.28% from 354); Max value from RGB is 178 - color contains mainly: blue. Hex color #832DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832DB2 is #7CD24D. Grayscale: #555555. Windows color (decimal): -8180302 or 11677059. OLE color: 11677059.
HSL color Cylindrical-coordinate representation of color #832DB2: hue angle of 278.8º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832DB2 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 45 | 178 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.30 |
| HSL | 278.8º | 0.6% | 0.44% | - |
| HSV(B) | 278.8º | 0.75% | 0.7% | - |
| XYZ | 18.33 | 9.92 | 43.07 | - |
| YUV | 85.88 | 179.99 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 178 | 0.26 | 0.75 | 0 | 0.30 | 278.8 | 0.6 | 0.44 |
| Hex | 83 | 2D | B2 | 1A | 4B | 0 | 1E | 117 | 3C | 2C |
| Octal | 203 | 55 | 262 | 32 | 113 | 0 | 36 | 427 | 74 | 54 |
| Binary | 10000011 | 101101 | 10110010 | 11010 | 1001011 | 0 | 11110 | 100010111 | 111100 | 101100 |
Color Harmonies of #832DB2
Complementary color
Monochromatic Colors of #832DB2
Black with #832DB2
Text Example
Text Example
White with #832DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832DB2; }
p { color: rgb(131,45,178); }
H1.HeaderClassName
{
color: #832DB2;
}
.AnyTagClassName
{
color: #832DB2;
}
</style>
background-color css
<style>
a { background-color: #832DB2; }
a { background-color: rgb(131,45,178); }
div.DivClassName
{
background-color: #832DB2;
}
.BgClassName
{
background-color: #832DB2;
}
</style>
border-color css
<style>
span { border-color: #832DB2; }
span { border-color: rgb(131,45,178); }
td.TdClassName
{
border-color: #832DB2;
}
.TagClassName
{
border-color: #832DB2;
}
</style>