Shades of Dark Orchid #8334BA
Tints of Dark Orchid #8334BA
RGB
CMYK
RGB Variations
Color information
#8334BA (or 0x8334BA) is known color: Dark Orchid. HEX triplet: 83, 34 and BA. RGB value is (131,52,186). Sum of RGB (Red+Green+Blue) = 131+52+186=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #8334BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8334BA is #7CCB45. Grayscale: #5A5A5A. Windows color (decimal): -8178502 or 12203139. OLE color: 12203139.
HSL color Cylindrical-coordinate representation of color #8334BA: hue angle of 275.37º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8334BA is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 52 | 186 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.27 |
| HSL | 275.37º | 0.56% | 0.47% | - |
| HSV(B) | 275.37º | 0.72% | 0.73% | - |
| XYZ | 19.45 | 10.83 | 47.52 | - |
| YUV | 90.9 | 181.67 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 52 | 186 | 0.30 | 0.72 | 0 | 0.27 | 275.37 | 0.56 | 0.47 |
| Hex | 83 | 34 | BA | 1E | 48 | 0 | 1B | 113 | 38 | 2F |
| Octal | 203 | 64 | 272 | 36 | 110 | 0 | 33 | 423 | 70 | 57 |
| Binary | 10000011 | 110100 | 10111010 | 11110 | 1001000 | 0 | 11011 | 100010011 | 111000 | 101111 |
Color Harmonies of #8334BA
Complementary color
Monochromatic Colors of #8334BA
Black with #8334BA
Text Example
Text Example
White with #8334BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8334BA; }
p { color: rgb(131,52,186); }
H1.HeaderClassName
{
color: #8334BA;
}
.AnyTagClassName
{
color: #8334BA;
}
</style>
background-color css
<style>
a { background-color: #8334BA; }
a { background-color: rgb(131,52,186); }
div.DivClassName
{
background-color: #8334BA;
}
.BgClassName
{
background-color: #8334BA;
}
</style>
border-color css
<style>
span { border-color: #8334BA; }
span { border-color: rgb(131,52,186); }
td.TdClassName
{
border-color: #8334BA;
}
.TagClassName
{
border-color: #8334BA;
}
</style>