Shades of Dark Orchid #8240BF
Tints of Dark Orchid #8240BF
RGB
CMYK
RGB Variations
Color information
#8240BF (or 0x8240BF) is known color: Dark Orchid. HEX triplet: 82, 40 and BF. RGB value is (130,64,191). Sum of RGB (Red+Green+Blue) = 130+64+191=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #8240BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8240BF is #7DBF40. Grayscale: #616161. Windows color (decimal): -8240961 or 12533890. OLE color: 12533890.
HSL color Cylindrical-coordinate representation of color #8240BF: hue angle of 271.18º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8240BF is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 64 | 191 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.25 |
| HSL | 271.18º | 0.5% | 0.5% | - |
| HSV(B) | 271.18º | 0.66% | 0.75% | - |
| XYZ | 20.44 | 12.17 | 50.56 | - |
| YUV | 98.21 | 180.37 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 191 | 0.32 | 0.66 | 0 | 0.25 | 271.18 | 0.5 | 0.5 |
| Hex | 82 | 40 | BF | 20 | 42 | 0 | 19 | 10F | 32 | 32 |
| Octal | 202 | 100 | 277 | 40 | 102 | 0 | 31 | 417 | 62 | 62 |
| Binary | 10000010 | 1000000 | 10111111 | 100000 | 1000010 | 0 | 11001 | 100001111 | 110010 | 110010 |
Color Harmonies of #8240BF
Complementary color
Monochromatic Colors of #8240BF
Black with #8240BF
Text Example
Text Example
White with #8240BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8240BF; }
p { color: rgb(130,64,191); }
H1.HeaderClassName
{
color: #8240BF;
}
.AnyTagClassName
{
color: #8240BF;
}
</style>
background-color css
<style>
a { background-color: #8240BF; }
a { background-color: rgb(130,64,191); }
div.DivClassName
{
background-color: #8240BF;
}
.BgClassName
{
background-color: #8240BF;
}
</style>
border-color css
<style>
span { border-color: #8240BF; }
span { border-color: rgb(130,64,191); }
td.TdClassName
{
border-color: #8240BF;
}
.TagClassName
{
border-color: #8240BF;
}
</style>