Shades of Dark Orchid #8426BA
Tints of Dark Orchid #8426BA
RGB
CMYK
RGB Variations
Color information
#8426BA (or 0x8426BA) is known color: Dark Orchid. HEX triplet: 84, 26 and BA. RGB value is (132,38,186). Sum of RGB (Red+Green+Blue) = 132+38+186=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #8426BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8426BA is #7BD945. Grayscale: #525252. Windows color (decimal): -8116550 or 12199556. OLE color: 12199556.
HSL color Cylindrical-coordinate representation of color #8426BA: hue angle of 278.11º 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 #8426BA is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 38 | 186 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.27 |
| HSL | 278.11º | 0.66% | 0.44% | - |
| HSV(B) | 278.11º | 0.8% | 0.73% | - |
| XYZ | 19.07 | 9.84 | 47.35 | - |
| YUV | 82.98 | 186.14 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 38 | 186 | 0.29 | 0.80 | 0 | 0.27 | 278.11 | 0.66 | 0.44 |
| Hex | 84 | 26 | BA | 1D | 50 | 0 | 1B | 116 | 42 | 2C |
| Octal | 204 | 46 | 272 | 35 | 120 | 0 | 33 | 426 | 102 | 54 |
| Binary | 10000100 | 100110 | 10111010 | 11101 | 1010000 | 0 | 11011 | 100010110 | 1000010 | 101100 |
Color Harmonies of #8426BA
Complementary color
Monochromatic Colors of #8426BA
Black with #8426BA
Text Example
Text Example
White with #8426BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8426BA; }
p { color: rgb(132,38,186); }
H1.HeaderClassName
{
color: #8426BA;
}
.AnyTagClassName
{
color: #8426BA;
}
</style>
background-color css
<style>
a { background-color: #8426BA; }
a { background-color: rgb(132,38,186); }
div.DivClassName
{
background-color: #8426BA;
}
.BgClassName
{
background-color: #8426BA;
}
</style>
border-color css
<style>
span { border-color: #8426BA; }
span { border-color: rgb(132,38,186); }
td.TdClassName
{
border-color: #8426BA;
}
.TagClassName
{
border-color: #8426BA;
}
</style>