Shades of Dark Orchid #8C31BC
Tints of Dark Orchid #8C31BC
RGB
CMYK
RGB Variations
Color information
#8C31BC (or 0x8C31BC) is known color: Dark Orchid. HEX triplet: 8C, 31 and BC. RGB value is (140,49,188). Sum of RGB (Red+Green+Blue) = 140+49+188=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C31BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C31BC is #73CE43. Grayscale: #5B5B5B. Windows color (decimal): -7589444 or 12333452. OLE color: 12333452.
HSL color Cylindrical-coordinate representation of color #8C31BC: hue angle of 279.28º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C31BC is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 49 | 188 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.26 |
| HSL | 279.28º | 0.59% | 0.46% | - |
| HSV(B) | 279.28º | 0.74% | 0.74% | - |
| XYZ | 20.99 | 11.4 | 48.67 | - |
| YUV | 92.06 | 182.15 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 188 | 0.26 | 0.74 | 0 | 0.26 | 279.28 | 0.59 | 0.46 |
| Hex | 8C | 31 | BC | 1A | 4A | 0 | 1A | 117 | 3B | 2E |
| Octal | 214 | 61 | 274 | 32 | 112 | 0 | 32 | 427 | 73 | 56 |
| Binary | 10001100 | 110001 | 10111100 | 11010 | 1001010 | 0 | 11010 | 100010111 | 111011 | 101110 |
Color Harmonies of #8C31BC
Complementary color
Monochromatic Colors of #8C31BC
Black with #8C31BC
Text Example
Text Example
White with #8C31BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C31BC; }
p { color: rgb(140,49,188); }
H1.HeaderClassName
{
color: #8C31BC;
}
.AnyTagClassName
{
color: #8C31BC;
}
</style>
background-color css
<style>
a { background-color: #8C31BC; }
a { background-color: rgb(140,49,188); }
div.DivClassName
{
background-color: #8C31BC;
}
.BgClassName
{
background-color: #8C31BC;
}
</style>
border-color css
<style>
span { border-color: #8C31BC; }
span { border-color: rgb(140,49,188); }
td.TdClassName
{
border-color: #8C31BC;
}
.TagClassName
{
border-color: #8C31BC;
}
</style>