Shades of Dark Orchid #8240BD
Tints of Dark Orchid #8240BD
RGB
CMYK
RGB Variations
Color information
#8240BD (or 0x8240BD) is known color: Dark Orchid. HEX triplet: 82, 40 and BD. RGB value is (130,64,189). Sum of RGB (Red+Green+Blue) = 130+64+189=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #8240BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8240BD is #7DBF42. Grayscale: #616161. Windows color (decimal): -8240963 or 12402818. OLE color: 12402818.
HSL color Cylindrical-coordinate representation of color #8240BD: hue angle of 271.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8240BD is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 64 | 189 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.26 |
| HSL | 271.68º | 0.49% | 0.5% | - |
| HSV(B) | 271.68º | 0.66% | 0.74% | - |
| XYZ | 20.22 | 12.09 | 49.41 | - |
| YUV | 97.98 | 179.37 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 189 | 0.31 | 0.66 | 0 | 0.26 | 271.68 | 0.49 | 0.5 |
| Hex | 82 | 40 | BD | 1F | 42 | 0 | 1A | 110 | 31 | 32 |
| Octal | 202 | 100 | 275 | 37 | 102 | 0 | 32 | 420 | 61 | 62 |
| Binary | 10000010 | 1000000 | 10111101 | 11111 | 1000010 | 0 | 11010 | 100010000 | 110001 | 110010 |
Color Harmonies of #8240BD
Complementary color
Monochromatic Colors of #8240BD
Black with #8240BD
Text Example
Text Example
White with #8240BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8240BD; }
p { color: rgb(130,64,189); }
H1.HeaderClassName
{
color: #8240BD;
}
.AnyTagClassName
{
color: #8240BD;
}
</style>
background-color css
<style>
a { background-color: #8240BD; }
a { background-color: rgb(130,64,189); }
div.DivClassName
{
background-color: #8240BD;
}
.BgClassName
{
background-color: #8240BD;
}
</style>
border-color css
<style>
span { border-color: #8240BD; }
span { border-color: rgb(130,64,189); }
td.TdClassName
{
border-color: #8240BD;
}
.TagClassName
{
border-color: #8240BD;
}
</style>