Shades of Dark Orchid #8C38BE
Tints of Dark Orchid #8C38BE
RGB
CMYK
RGB Variations
Color information
#8C38BE (or 0x8C38BE) is known color: Dark Orchid. HEX triplet: 8C, 38 and BE. RGB value is (140,56,190). Sum of RGB (Red+Green+Blue) = 140+56+190=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C38BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C38BE is #73C741. Grayscale: #5F5F5F. Windows color (decimal): -7587650 or 12466316. OLE color: 12466316.
HSL color Cylindrical-coordinate representation of color #8C38BE: hue angle of 277.61º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C38BE is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 56 | 190 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.25 |
| HSL | 277.61º | 0.54% | 0.48% | - |
| HSV(B) | 277.61º | 0.71% | 0.75% | - |
| XYZ | 21.52 | 12.12 | 49.92 | - |
| YUV | 96.39 | 180.83 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 190 | 0.26 | 0.71 | 0 | 0.25 | 277.61 | 0.54 | 0.48 |
| Hex | 8C | 38 | BE | 1A | 47 | 0 | 19 | 116 | 36 | 30 |
| Octal | 214 | 70 | 276 | 32 | 107 | 0 | 31 | 426 | 66 | 60 |
| Binary | 10001100 | 111000 | 10111110 | 11010 | 1000111 | 0 | 11001 | 100010110 | 110110 | 110000 |
Color Harmonies of #8C38BE
Complementary color
Monochromatic Colors of #8C38BE
Black with #8C38BE
Text Example
Text Example
White with #8C38BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C38BE; }
p { color: rgb(140,56,190); }
H1.HeaderClassName
{
color: #8C38BE;
}
.AnyTagClassName
{
color: #8C38BE;
}
</style>
background-color css
<style>
a { background-color: #8C38BE; }
a { background-color: rgb(140,56,190); }
div.DivClassName
{
background-color: #8C38BE;
}
.BgClassName
{
background-color: #8C38BE;
}
</style>
border-color css
<style>
span { border-color: #8C38BE; }
span { border-color: rgb(140,56,190); }
td.TdClassName
{
border-color: #8C38BE;
}
.TagClassName
{
border-color: #8C38BE;
}
</style>