Shades of Dark Orchid #8142C4
Tints of Dark Orchid #8142C4
RGB
CMYK
RGB Variations
Color information
#8142C4 (or 0x8142C4) is known color: Dark Orchid. HEX triplet: 81, 42 and C4. RGB value is (129,66,196). Sum of RGB (Red+Green+Blue) = 129+66+196=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 196 (76.95% from 255 or 50.13% from 391); Max value from RGB is 196 - color contains mainly: blue. Hex color #8142C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8142C4 is #7EBD3B. Grayscale: #636363. Windows color (decimal): -8305980 or 12862081. OLE color: 12862081.
HSL color Cylindrical-coordinate representation of color #8142C4: hue angle of 269.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8142C4 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 66 | 196 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.23 |
| HSL | 269.08º | 0.52% | 0.51% | - |
| HSV(B) | 269.08º | 0.66% | 0.77% | - |
| XYZ | 20.97 | 12.55 | 53.54 | - |
| YUV | 99.66 | 182.37 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 66 | 196 | 0.34 | 0.66 | 0 | 0.23 | 269.08 | 0.52 | 0.51 |
| Hex | 81 | 42 | C4 | 22 | 42 | 0 | 17 | 10D | 34 | 33 |
| Octal | 201 | 102 | 304 | 42 | 102 | 0 | 27 | 415 | 64 | 63 |
| Binary | 10000001 | 1000010 | 11000100 | 100010 | 1000010 | 0 | 10111 | 100001101 | 110100 | 110011 |
Color Harmonies of #8142C4
Complementary color
Monochromatic Colors of #8142C4
Black with #8142C4
Text Example
Text Example
White with #8142C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8142C4; }
p { color: rgb(129,66,196); }
H1.HeaderClassName
{
color: #8142C4;
}
.AnyTagClassName
{
color: #8142C4;
}
</style>
background-color css
<style>
a { background-color: #8142C4; }
a { background-color: rgb(129,66,196); }
div.DivClassName
{
background-color: #8142C4;
}
.BgClassName
{
background-color: #8142C4;
}
</style>
border-color css
<style>
span { border-color: #8142C4; }
span { border-color: rgb(129,66,196); }
td.TdClassName
{
border-color: #8142C4;
}
.TagClassName
{
border-color: #8142C4;
}
</style>