Shades of Dark Orchid #8321BA
Tints of Dark Orchid #8321BA
RGB
CMYK
RGB Variations
Color information
#8321BA (or 0x8321BA) is known color: Dark Orchid. HEX triplet: 83, 21 and BA. RGB value is (131,33,186). Sum of RGB (Red+Green+Blue) = 131+33+186=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #8321BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8321BA is #7CDE45. Grayscale: #4F4F4F. Windows color (decimal): -8183366 or 12198275. OLE color: 12198275.
HSL color Cylindrical-coordinate representation of color #8321BA: hue angle of 278.43º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8321BA is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 33 | 186 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.27 |
| HSL | 278.43º | 0.7% | 0.43% | - |
| HSV(B) | 278.43º | 0.82% | 0.73% | - |
| XYZ | 18.77 | 9.46 | 47.29 | - |
| YUV | 79.74 | 187.97 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 186 | 0.30 | 0.82 | 0 | 0.27 | 278.43 | 0.7 | 0.43 |
| Hex | 83 | 21 | BA | 1E | 52 | 0 | 1B | 116 | 46 | 2B |
| Octal | 203 | 41 | 272 | 36 | 122 | 0 | 33 | 426 | 106 | 53 |
| Binary | 10000011 | 100001 | 10111010 | 11110 | 1010010 | 0 | 11011 | 100010110 | 1000110 | 101011 |
Color Harmonies of #8321BA
Complementary color
Monochromatic Colors of #8321BA
Black with #8321BA
Text Example
Text Example
White with #8321BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8321BA; }
p { color: rgb(131,33,186); }
H1.HeaderClassName
{
color: #8321BA;
}
.AnyTagClassName
{
color: #8321BA;
}
</style>
background-color css
<style>
a { background-color: #8321BA; }
a { background-color: rgb(131,33,186); }
div.DivClassName
{
background-color: #8321BA;
}
.BgClassName
{
background-color: #8321BA;
}
</style>
border-color css
<style>
span { border-color: #8321BA; }
span { border-color: rgb(131,33,186); }
td.TdClassName
{
border-color: #8321BA;
}
.TagClassName
{
border-color: #8321BA;
}
</style>