Shades of Dark Orchid #8242C6
Tints of Dark Orchid #8242C6
RGB
CMYK
RGB Variations
Color information
#8242C6 (or 0x8242C6) is known color: Dark Orchid. HEX triplet: 82, 42 and C6. RGB value is (130,66,198). Sum of RGB (Red+Green+Blue) = 130+66+198=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 198 (77.73% from 255 or 50.25% from 394); Max value from RGB is 198 - color contains mainly: blue. Hex color #8242C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8242C6 is #7DBD39. Grayscale: #636363. Windows color (decimal): -8240442 or 12993154. OLE color: 12993154.
HSL color Cylindrical-coordinate representation of color #8242C6: hue angle of 269.09º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8242C6 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 66 | 198 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.22 |
| HSL | 269.09º | 0.54% | 0.52% | - |
| HSV(B) | 269.09º | 0.67% | 0.78% | - |
| XYZ | 21.35 | 12.72 | 54.76 | - |
| YUV | 100.18 | 183.2 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 66 | 198 | 0.34 | 0.67 | 0 | 0.22 | 269.09 | 0.54 | 0.52 |
| Hex | 82 | 42 | C6 | 22 | 43 | 0 | 16 | 10D | 36 | 34 |
| Octal | 202 | 102 | 306 | 42 | 103 | 0 | 26 | 415 | 66 | 64 |
| Binary | 10000010 | 1000010 | 11000110 | 100010 | 1000011 | 0 | 10110 | 100001101 | 110110 | 110100 |
Color Harmonies of #8242C6
Complementary color
Monochromatic Colors of #8242C6
Black with #8242C6
Text Example
Text Example
White with #8242C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8242C6; }
p { color: rgb(130,66,198); }
H1.HeaderClassName
{
color: #8242C6;
}
.AnyTagClassName
{
color: #8242C6;
}
</style>
background-color css
<style>
a { background-color: #8242C6; }
a { background-color: rgb(130,66,198); }
div.DivClassName
{
background-color: #8242C6;
}
.BgClassName
{
background-color: #8242C6;
}
</style>
border-color css
<style>
span { border-color: #8242C6; }
span { border-color: rgb(130,66,198); }
td.TdClassName
{
border-color: #8242C6;
}
.TagClassName
{
border-color: #8242C6;
}
</style>