Shades of Dark Orchid #8324BA
Tints of Dark Orchid #8324BA
RGB
CMYK
RGB Variations
Color information
#8324BA (or 0x8324BA) is known color: Dark Orchid. HEX triplet: 83, 24 and BA. RGB value is (131,36,186). Sum of RGB (Red+Green+Blue) = 131+36+186=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #8324BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8324BA is #7CDB45. Grayscale: #515151. Windows color (decimal): -8182598 or 12199043. OLE color: 12199043.
HSL color Cylindrical-coordinate representation of color #8324BA: hue angle of 278º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8324BA is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 36 | 186 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.27 |
| HSL | 278º | 0.68% | 0.44% | - |
| HSV(B) | 278º | 0.81% | 0.73% | - |
| XYZ | 18.85 | 9.63 | 47.32 | - |
| YUV | 81.51 | 186.97 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 186 | 0.30 | 0.81 | 0 | 0.27 | 278 | 0.68 | 0.44 |
| Hex | 83 | 24 | BA | 1E | 51 | 0 | 1B | 116 | 44 | 2C |
| Octal | 203 | 44 | 272 | 36 | 121 | 0 | 33 | 426 | 104 | 54 |
| Binary | 10000011 | 100100 | 10111010 | 11110 | 1010001 | 0 | 11011 | 100010110 | 1000100 | 101100 |
Color Harmonies of #8324BA
Complementary color
Monochromatic Colors of #8324BA
Black with #8324BA
Text Example
Text Example
White with #8324BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8324BA; }
p { color: rgb(131,36,186); }
H1.HeaderClassName
{
color: #8324BA;
}
.AnyTagClassName
{
color: #8324BA;
}
</style>
background-color css
<style>
a { background-color: #8324BA; }
a { background-color: rgb(131,36,186); }
div.DivClassName
{
background-color: #8324BA;
}
.BgClassName
{
background-color: #8324BA;
}
</style>
border-color css
<style>
span { border-color: #8324BA; }
span { border-color: rgb(131,36,186); }
td.TdClassName
{
border-color: #8324BA;
}
.TagClassName
{
border-color: #8324BA;
}
</style>