Shades of Dark Orchid #8C42C6
Tints of Dark Orchid #8C42C6
RGB
CMYK
RGB Variations
Color information
#8C42C6 (or 0x8C42C6) is known color: Dark Orchid. HEX triplet: 8C, 42 and C6. RGB value is (140,66,198). Sum of RGB (Red+Green+Blue) = 140+66+198=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 198 - color contains mainly: blue. Hex color #8C42C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C42C6 is #73BD39. Grayscale: #666666. Windows color (decimal): -7585082 or 12993164. OLE color: 12993164.
HSL color Cylindrical-coordinate representation of color #8C42C6: hue angle of 273.64º 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 #8C42C6 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 66 | 198 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.22 |
| HSL | 273.64º | 0.54% | 0.52% | - |
| HSV(B) | 273.64º | 0.67% | 0.78% | - |
| XYZ | 22.96 | 13.55 | 54.83 | - |
| YUV | 103.17 | 181.52 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 66 | 198 | 0.29 | 0.67 | 0 | 0.22 | 273.64 | 0.54 | 0.52 |
| Hex | 8C | 42 | C6 | 1D | 43 | 0 | 16 | 112 | 36 | 34 |
| Octal | 214 | 102 | 306 | 35 | 103 | 0 | 26 | 422 | 66 | 64 |
| Binary | 10001100 | 1000010 | 11000110 | 11101 | 1000011 | 0 | 10110 | 100010010 | 110110 | 110100 |
Color Harmonies of #8C42C6
Complementary color
Monochromatic Colors of #8C42C6
Black with #8C42C6
Text Example
Text Example
White with #8C42C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C42C6; }
p { color: rgb(140,66,198); }
H1.HeaderClassName
{
color: #8C42C6;
}
.AnyTagClassName
{
color: #8C42C6;
}
</style>
background-color css
<style>
a { background-color: #8C42C6; }
a { background-color: rgb(140,66,198); }
div.DivClassName
{
background-color: #8C42C6;
}
.BgClassName
{
background-color: #8C42C6;
}
</style>
border-color css
<style>
span { border-color: #8C42C6; }
span { border-color: rgb(140,66,198); }
td.TdClassName
{
border-color: #8C42C6;
}
.TagClassName
{
border-color: #8C42C6;
}
</style>