Shades of Dark Orchid #8C3FBE
Tints of Dark Orchid #8C3FBE
RGB
CMYK
RGB Variations
Color information
#8C3FBE (or 0x8C3FBE) is known color: Dark Orchid. HEX triplet: 8C, 3F and BE. RGB value is (140,63,190). Sum of RGB (Red+Green+Blue) = 140+63+190=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C3FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3FBE is #73C041. Grayscale: #646464. Windows color (decimal): -7585858 or 12468108. OLE color: 12468108.
HSL color Cylindrical-coordinate representation of color #8C3FBE: hue angle of 276.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C3FBE is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 63 | 190 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.25 |
| HSL | 276.38º | 0.5% | 0.5% | - |
| HSV(B) | 276.38º | 0.67% | 0.75% | - |
| XYZ | 21.89 | 12.85 | 50.04 | - |
| YUV | 100.5 | 178.51 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 63 | 190 | 0.26 | 0.67 | 0 | 0.25 | 276.38 | 0.5 | 0.5 |
| Hex | 8C | 3F | BE | 1A | 43 | 0 | 19 | 114 | 32 | 32 |
| Octal | 214 | 77 | 276 | 32 | 103 | 0 | 31 | 424 | 62 | 62 |
| Binary | 10001100 | 111111 | 10111110 | 11010 | 1000011 | 0 | 11001 | 100010100 | 110010 | 110010 |
Color Harmonies of #8C3FBE
Complementary color
Monochromatic Colors of #8C3FBE
Black with #8C3FBE
Text Example
Text Example
White with #8C3FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3FBE; }
p { color: rgb(140,63,190); }
H1.HeaderClassName
{
color: #8C3FBE;
}
.AnyTagClassName
{
color: #8C3FBE;
}
</style>
background-color css
<style>
a { background-color: #8C3FBE; }
a { background-color: rgb(140,63,190); }
div.DivClassName
{
background-color: #8C3FBE;
}
.BgClassName
{
background-color: #8C3FBE;
}
</style>
border-color css
<style>
span { border-color: #8C3FBE; }
span { border-color: rgb(140,63,190); }
td.TdClassName
{
border-color: #8C3FBE;
}
.TagClassName
{
border-color: #8C3FBE;
}
</style>