Shades of Dark Orchid #8240BE
Tints of Dark Orchid #8240BE
RGB
CMYK
RGB Variations
Color information
#8240BE (or 0x8240BE) is known color: Dark Orchid. HEX triplet: 82, 40 and BE. RGB value is (130,64,190). Sum of RGB (Red+Green+Blue) = 130+64+190=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #8240BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8240BE is #7DBF41. Grayscale: #616161. Windows color (decimal): -8240962 or 12468354. OLE color: 12468354.
HSL color Cylindrical-coordinate representation of color #8240BE: hue angle of 271.43º 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 #8240BE is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 64 | 190 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.25 |
| HSL | 271.43º | 0.5% | 0.5% | - |
| HSV(B) | 271.43º | 0.66% | 0.75% | - |
| XYZ | 20.33 | 12.13 | 49.98 | - |
| YUV | 98.1 | 179.87 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 190 | 0.32 | 0.66 | 0 | 0.25 | 271.43 | 0.5 | 0.5 |
| Hex | 82 | 40 | BE | 20 | 42 | 0 | 19 | 10F | 32 | 32 |
| Octal | 202 | 100 | 276 | 40 | 102 | 0 | 31 | 417 | 62 | 62 |
| Binary | 10000010 | 1000000 | 10111110 | 100000 | 1000010 | 0 | 11001 | 100001111 | 110010 | 110010 |
Color Harmonies of #8240BE
Complementary color
Monochromatic Colors of #8240BE
Black with #8240BE
Text Example
Text Example
White with #8240BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8240BE; }
p { color: rgb(130,64,190); }
H1.HeaderClassName
{
color: #8240BE;
}
.AnyTagClassName
{
color: #8240BE;
}
</style>
background-color css
<style>
a { background-color: #8240BE; }
a { background-color: rgb(130,64,190); }
div.DivClassName
{
background-color: #8240BE;
}
.BgClassName
{
background-color: #8240BE;
}
</style>
border-color css
<style>
span { border-color: #8240BE; }
span { border-color: rgb(130,64,190); }
td.TdClassName
{
border-color: #8240BE;
}
.TagClassName
{
border-color: #8240BE;
}
</style>