Shades of Dark Orchid #8240C4
Tints of Dark Orchid #8240C4
RGB
CMYK
RGB Variations
Color information
#8240C4 (or 0x8240C4) is known color: Dark Orchid. HEX triplet: 82, 40 and C4. RGB value is (130,64,196). Sum of RGB (Red+Green+Blue) = 130+64+196=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #8240C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8240C4 is #7DBF3B. Grayscale: #626262. Windows color (decimal): -8240956 or 12861570. OLE color: 12861570.
HSL color Cylindrical-coordinate representation of color #8240C4: hue angle of 270º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8240C4 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 64 | 196 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.23 |
| HSL | 270º | 0.53% | 0.51% | - |
| HSV(B) | 270º | 0.67% | 0.77% | - |
| XYZ | 21 | 12.4 | 53.51 | - |
| YUV | 98.78 | 182.87 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 196 | 0.34 | 0.67 | 0 | 0.23 | 270 | 0.53 | 0.51 |
| Hex | 82 | 40 | C4 | 22 | 43 | 0 | 17 | 10E | 35 | 33 |
| Octal | 202 | 100 | 304 | 42 | 103 | 0 | 27 | 416 | 65 | 63 |
| Binary | 10000010 | 1000000 | 11000100 | 100010 | 1000011 | 0 | 10111 | 100001110 | 110101 | 110011 |
Color Harmonies of #8240C4
Complementary color
Monochromatic Colors of #8240C4
Black with #8240C4
Text Example
Text Example
White with #8240C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8240C4; }
p { color: rgb(130,64,196); }
H1.HeaderClassName
{
color: #8240C4;
}
.AnyTagClassName
{
color: #8240C4;
}
</style>
background-color css
<style>
a { background-color: #8240C4; }
a { background-color: rgb(130,64,196); }
div.DivClassName
{
background-color: #8240C4;
}
.BgClassName
{
background-color: #8240C4;
}
</style>
border-color css
<style>
span { border-color: #8240C4; }
span { border-color: rgb(130,64,196); }
td.TdClassName
{
border-color: #8240C4;
}
.TagClassName
{
border-color: #8240C4;
}
</style>