Shades of Dark Orchid #8329BA
Tints of Dark Orchid #8329BA
RGB
CMYK
RGB Variations
Color information
#8329BA (or 0x8329BA) is known color: Dark Orchid. HEX triplet: 83, 29 and BA. RGB value is (131,41,186). Sum of RGB (Red+Green+Blue) = 131+41+186=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #8329BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8329BA is #7CD645. Grayscale: #535353. Windows color (decimal): -8181318 or 12200323. OLE color: 12200323.
HSL color Cylindrical-coordinate representation of color #8329BA: hue angle of 277.24º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8329BA is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 41 | 186 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.27 |
| HSL | 277.24º | 0.64% | 0.45% | - |
| HSV(B) | 277.24º | 0.78% | 0.73% | - |
| XYZ | 19.02 | 9.96 | 47.37 | - |
| YUV | 84.44 | 185.32 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 41 | 186 | 0.30 | 0.78 | 0 | 0.27 | 277.24 | 0.64 | 0.45 |
| Hex | 83 | 29 | BA | 1E | 4E | 0 | 1B | 115 | 40 | 2D |
| Octal | 203 | 51 | 272 | 36 | 116 | 0 | 33 | 425 | 100 | 55 |
| Binary | 10000011 | 101001 | 10111010 | 11110 | 1001110 | 0 | 11011 | 100010101 | 1000000 | 101101 |
Color Harmonies of #8329BA
Complementary color
Monochromatic Colors of #8329BA
Black with #8329BA
Text Example
Text Example
White with #8329BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8329BA; }
p { color: rgb(131,41,186); }
H1.HeaderClassName
{
color: #8329BA;
}
.AnyTagClassName
{
color: #8329BA;
}
</style>
background-color css
<style>
a { background-color: #8329BA; }
a { background-color: rgb(131,41,186); }
div.DivClassName
{
background-color: #8329BA;
}
.BgClassName
{
background-color: #8329BA;
}
</style>
border-color css
<style>
span { border-color: #8329BA; }
span { border-color: rgb(131,41,186); }
td.TdClassName
{
border-color: #8329BA;
}
.TagClassName
{
border-color: #8329BA;
}
</style>