Shades of Dark Orchid #8C34BC
Tints of Dark Orchid #8C34BC
RGB
CMYK
RGB Variations
Color information
#8C34BC (or 0x8C34BC) is known color: Dark Orchid. HEX triplet: 8C, 34 and BC. RGB value is (140,52,188). Sum of RGB (Red+Green+Blue) = 140+52+188=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C34BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C34BC is #73CB43. Grayscale: #5D5D5D. Windows color (decimal): -7588676 or 12334220. OLE color: 12334220.
HSL color Cylindrical-coordinate representation of color #8C34BC: hue angle of 278.82º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C34BC is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 52 | 188 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.26 |
| HSL | 278.82º | 0.57% | 0.47% | - |
| HSV(B) | 278.82º | 0.72% | 0.74% | - |
| XYZ | 21.12 | 11.66 | 48.71 | - |
| YUV | 93.82 | 181.15 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 188 | 0.26 | 0.72 | 0 | 0.26 | 278.82 | 0.57 | 0.47 |
| Hex | 8C | 34 | BC | 1A | 48 | 0 | 1A | 117 | 39 | 2F |
| Octal | 214 | 64 | 274 | 32 | 110 | 0 | 32 | 427 | 71 | 57 |
| Binary | 10001100 | 110100 | 10111100 | 11010 | 1001000 | 0 | 11010 | 100010111 | 111001 | 101111 |
Color Harmonies of #8C34BC
Complementary color
Monochromatic Colors of #8C34BC
Black with #8C34BC
Text Example
Text Example
White with #8C34BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C34BC; }
p { color: rgb(140,52,188); }
H1.HeaderClassName
{
color: #8C34BC;
}
.AnyTagClassName
{
color: #8C34BC;
}
</style>
background-color css
<style>
a { background-color: #8C34BC; }
a { background-color: rgb(140,52,188); }
div.DivClassName
{
background-color: #8C34BC;
}
.BgClassName
{
background-color: #8C34BC;
}
</style>
border-color css
<style>
span { border-color: #8C34BC; }
span { border-color: rgb(140,52,188); }
td.TdClassName
{
border-color: #8C34BC;
}
.TagClassName
{
border-color: #8C34BC;
}
</style>