Shades of Dark Orchid #8C38D0
Tints of Dark Orchid #8C38D0
RGB
CMYK
RGB Variations
Color information
#8C38D0 (or 0x8C38D0) is known color: Dark Orchid. HEX triplet: 8C, 38 and D0. RGB value is (140,56,208). Sum of RGB (Red+Green+Blue) = 140+56+208=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #8C38D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C38D0 is #73C72F. Grayscale: #616161. Windows color (decimal): -7587632 or 13645964. OLE color: 13645964.
HSL color Cylindrical-coordinate representation of color #8C38D0: hue angle of 273.16º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C38D0 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 56 | 208 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.18 |
| HSL | 273.16º | 0.62% | 0.52% | - |
| HSV(B) | 273.16º | 0.73% | 0.82% | - |
| XYZ | 23.61 | 12.96 | 60.93 | - |
| YUV | 98.44 | 189.83 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 208 | 0.33 | 0.73 | 0 | 0.18 | 273.16 | 0.62 | 0.52 |
| Hex | 8C | 38 | D0 | 21 | 49 | 0 | 12 | 111 | 3E | 34 |
| Octal | 214 | 70 | 320 | 41 | 111 | 0 | 22 | 421 | 76 | 64 |
| Binary | 10001100 | 111000 | 11010000 | 100001 | 1001001 | 0 | 10010 | 100010001 | 111110 | 110100 |
Color Harmonies of #8C38D0
Complementary color
Monochromatic Colors of #8C38D0
Black with #8C38D0
Text Example
Text Example
White with #8C38D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C38D0; }
p { color: rgb(140,56,208); }
H1.HeaderClassName
{
color: #8C38D0;
}
.AnyTagClassName
{
color: #8C38D0;
}
</style>
background-color css
<style>
a { background-color: #8C38D0; }
a { background-color: rgb(140,56,208); }
div.DivClassName
{
background-color: #8C38D0;
}
.BgClassName
{
background-color: #8C38D0;
}
</style>
border-color css
<style>
span { border-color: #8C38D0; }
span { border-color: rgb(140,56,208); }
td.TdClassName
{
border-color: #8C38D0;
}
.TagClassName
{
border-color: #8C38D0;
}
</style>