Shades of Dark Orchid #8326BA
Tints of Dark Orchid #8326BA
RGB
CMYK
RGB Variations
Color information
#8326BA (or 0x8326BA) is known color: Dark Orchid. HEX triplet: 83, 26 and BA. RGB value is (131,38,186). Sum of RGB (Red+Green+Blue) = 131+38+186=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #8326BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8326BA is #7CD945. Grayscale: #525252. Windows color (decimal): -8182086 or 12199555. OLE color: 12199555.
HSL color Cylindrical-coordinate representation of color #8326BA: hue angle of 277.7º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8326BA is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 38 | 186 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.27 |
| HSL | 277.7º | 0.66% | 0.44% | - |
| HSV(B) | 277.7º | 0.8% | 0.73% | - |
| XYZ | 18.92 | 9.76 | 47.34 | - |
| YUV | 82.68 | 186.31 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 186 | 0.30 | 0.80 | 0 | 0.27 | 277.7 | 0.66 | 0.44 |
| Hex | 83 | 26 | BA | 1E | 50 | 0 | 1B | 116 | 42 | 2C |
| Octal | 203 | 46 | 272 | 36 | 120 | 0 | 33 | 426 | 102 | 54 |
| Binary | 10000011 | 100110 | 10111010 | 11110 | 1010000 | 0 | 11011 | 100010110 | 1000010 | 101100 |
Color Harmonies of #8326BA
Complementary color
Monochromatic Colors of #8326BA
Black with #8326BA
Text Example
Text Example
White with #8326BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8326BA; }
p { color: rgb(131,38,186); }
H1.HeaderClassName
{
color: #8326BA;
}
.AnyTagClassName
{
color: #8326BA;
}
</style>
background-color css
<style>
a { background-color: #8326BA; }
a { background-color: rgb(131,38,186); }
div.DivClassName
{
background-color: #8326BA;
}
.BgClassName
{
background-color: #8326BA;
}
</style>
border-color css
<style>
span { border-color: #8326BA; }
span { border-color: rgb(131,38,186); }
td.TdClassName
{
border-color: #8326BA;
}
.TagClassName
{
border-color: #8326BA;
}
</style>