Shades of Dark Orchid #8240C2
Tints of Dark Orchid #8240C2
RGB
CMYK
RGB Variations
Color information
#8240C2 (or 0x8240C2) is known color: Dark Orchid. HEX triplet: 82, 40 and C2. RGB value is (130,64,194). Sum of RGB (Red+Green+Blue) = 130+64+194=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #8240C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8240C2 is #7DBF3D. Grayscale: #626262. Windows color (decimal): -8240958 or 12730498. OLE color: 12730498.
HSL color Cylindrical-coordinate representation of color #8240C2: hue angle of 270.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8240C2 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 64 | 194 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.24 |
| HSL | 270.46º | 0.52% | 0.51% | - |
| HSV(B) | 270.46º | 0.67% | 0.76% | - |
| XYZ | 20.78 | 12.31 | 52.32 | - |
| YUV | 98.55 | 181.87 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 194 | 0.33 | 0.67 | 0 | 0.24 | 270.46 | 0.52 | 0.51 |
| Hex | 82 | 40 | C2 | 21 | 43 | 0 | 18 | 10E | 34 | 33 |
| Octal | 202 | 100 | 302 | 41 | 103 | 0 | 30 | 416 | 64 | 63 |
| Binary | 10000010 | 1000000 | 11000010 | 100001 | 1000011 | 0 | 11000 | 100001110 | 110100 | 110011 |
Color Harmonies of #8240C2
Complementary color
Monochromatic Colors of #8240C2
Black with #8240C2
Text Example
Text Example
White with #8240C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8240C2; }
p { color: rgb(130,64,194); }
H1.HeaderClassName
{
color: #8240C2;
}
.AnyTagClassName
{
color: #8240C2;
}
</style>
background-color css
<style>
a { background-color: #8240C2; }
a { background-color: rgb(130,64,194); }
div.DivClassName
{
background-color: #8240C2;
}
.BgClassName
{
background-color: #8240C2;
}
</style>
border-color css
<style>
span { border-color: #8240C2; }
span { border-color: rgb(130,64,194); }
td.TdClassName
{
border-color: #8240C2;
}
.TagClassName
{
border-color: #8240C2;
}
</style>