Shades of Dark Orchid #8C31CE
Tints of Dark Orchid #8C31CE
RGB
CMYK
RGB Variations
Color information
#8C31CE (or 0x8C31CE) is known color: Dark Orchid. HEX triplet: 8C, 31 and CE. RGB value is (140,49,206). Sum of RGB (Red+Green+Blue) = 140+49+206=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C31CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C31CE is #73CE31. Grayscale: #5D5D5D. Windows color (decimal): -7589426 or 13513100. OLE color: 13513100.
HSL color Cylindrical-coordinate representation of color #8C31CE: hue angle of 274.78º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C31CE is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 49 | 206 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.19 |
| HSL | 274.78º | 0.62% | 0.5% | - |
| HSV(B) | 274.78º | 0.76% | 0.81% | - |
| XYZ | 23.05 | 12.23 | 59.54 | - |
| YUV | 94.11 | 191.15 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 206 | 0.32 | 0.76 | 0 | 0.19 | 274.78 | 0.62 | 0.5 |
| Hex | 8C | 31 | CE | 20 | 4C | 0 | 13 | 113 | 3E | 32 |
| Octal | 214 | 61 | 316 | 40 | 114 | 0 | 23 | 423 | 76 | 62 |
| Binary | 10001100 | 110001 | 11001110 | 100000 | 1001100 | 0 | 10011 | 100010011 | 111110 | 110010 |
Color Harmonies of #8C31CE
Complementary color
Monochromatic Colors of #8C31CE
Black with #8C31CE
Text Example
Text Example
White with #8C31CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C31CE; }
p { color: rgb(140,49,206); }
H1.HeaderClassName
{
color: #8C31CE;
}
.AnyTagClassName
{
color: #8C31CE;
}
</style>
background-color css
<style>
a { background-color: #8C31CE; }
a { background-color: rgb(140,49,206); }
div.DivClassName
{
background-color: #8C31CE;
}
.BgClassName
{
background-color: #8C31CE;
}
</style>
border-color css
<style>
span { border-color: #8C31CE; }
span { border-color: rgb(140,49,206); }
td.TdClassName
{
border-color: #8C31CE;
}
.TagClassName
{
border-color: #8C31CE;
}
</style>