Shades of Dark Orchid #8142C3
Tints of Dark Orchid #8142C3
RGB
CMYK
RGB Variations
Color information
#8142C3 (or 0x8142C3) is known color: Dark Orchid. HEX triplet: 81, 42 and C3. RGB value is (129,66,195). Sum of RGB (Red+Green+Blue) = 129+66+195=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 195 (76.56% from 255 or 50% from 390); Max value from RGB is 195 - color contains mainly: blue. Hex color #8142C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8142C3 is #7EBD3C. Grayscale: #636363. Windows color (decimal): -8305981 or 12796545. OLE color: 12796545.
HSL color Cylindrical-coordinate representation of color #8142C3: hue angle of 269.3º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8142C3 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 66 | 195 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.24 |
| HSL | 269.3º | 0.52% | 0.51% | - |
| HSV(B) | 269.3º | 0.66% | 0.76% | - |
| XYZ | 20.85 | 12.5 | 52.94 | - |
| YUV | 99.54 | 181.87 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 66 | 195 | 0.34 | 0.66 | 0 | 0.24 | 269.3 | 0.52 | 0.51 |
| Hex | 81 | 42 | C3 | 22 | 42 | 0 | 18 | 10D | 34 | 33 |
| Octal | 201 | 102 | 303 | 42 | 102 | 0 | 30 | 415 | 64 | 63 |
| Binary | 10000001 | 1000010 | 11000011 | 100010 | 1000010 | 0 | 11000 | 100001101 | 110100 | 110011 |
Color Harmonies of #8142C3
Complementary color
Monochromatic Colors of #8142C3
Black with #8142C3
Text Example
Text Example
White with #8142C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8142C3; }
p { color: rgb(129,66,195); }
H1.HeaderClassName
{
color: #8142C3;
}
.AnyTagClassName
{
color: #8142C3;
}
</style>
background-color css
<style>
a { background-color: #8142C3; }
a { background-color: rgb(129,66,195); }
div.DivClassName
{
background-color: #8142C3;
}
.BgClassName
{
background-color: #8142C3;
}
</style>
border-color css
<style>
span { border-color: #8142C3; }
span { border-color: rgb(129,66,195); }
td.TdClassName
{
border-color: #8142C3;
}
.TagClassName
{
border-color: #8142C3;
}
</style>