Shades of Dark Orchid #8C1DCA
Tints of Dark Orchid #8C1DCA
RGB
CMYK
RGB Variations
Color information
#8C1DCA (or 0x8C1DCA) is known color: Dark Orchid. HEX triplet: 8C, 1D and CA. RGB value is (140,29,202). Sum of RGB (Red+Green+Blue) = 140+29+202=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C1DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C1DCA is #73E235. Grayscale: #515151. Windows color (decimal): -7594550 or 13245836. OLE color: 13245836.
HSL color Cylindrical-coordinate representation of color #8C1DCA: hue angle of 278.5º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C1DCA is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 29 | 202 | - |
| CMYK | 0.31 | 0.86 | 0 | 0.21 |
| HSL | 278.5º | 0.75% | 0.45% | - |
| HSV(B) | 278.5º | 0.86% | 0.79% | - |
| XYZ | 21.92 | 10.72 | 56.79 | - |
| YUV | 81.91 | 195.77 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 29 | 202 | 0.31 | 0.86 | 0 | 0.21 | 278.5 | 0.75 | 0.45 |
| Hex | 8C | 1D | CA | 1F | 56 | 0 | 15 | 116 | 4B | 2D |
| Octal | 214 | 35 | 312 | 37 | 126 | 0 | 25 | 426 | 113 | 55 |
| Binary | 10001100 | 11101 | 11001010 | 11111 | 1010110 | 0 | 10101 | 100010110 | 1001011 | 101101 |
Color Harmonies of #8C1DCA
Complementary color
Monochromatic Colors of #8C1DCA
Black with #8C1DCA
Text Example
Text Example
White with #8C1DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1DCA; }
p { color: rgb(140,29,202); }
H1.HeaderClassName
{
color: #8C1DCA;
}
.AnyTagClassName
{
color: #8C1DCA;
}
</style>
background-color css
<style>
a { background-color: #8C1DCA; }
a { background-color: rgb(140,29,202); }
div.DivClassName
{
background-color: #8C1DCA;
}
.BgClassName
{
background-color: #8C1DCA;
}
</style>
border-color css
<style>
span { border-color: #8C1DCA; }
span { border-color: rgb(140,29,202); }
td.TdClassName
{
border-color: #8C1DCA;
}
.TagClassName
{
border-color: #8C1DCA;
}
</style>