Shades of Dark Orchid #8C3DB9
Tints of Dark Orchid #8C3DB9
RGB
CMYK
RGB Variations
Color information
#8C3DB9 (or 0x8C3DB9) is known color: Dark Orchid. HEX triplet: 8C, 3D and B9. RGB value is (140,61,185). Sum of RGB (Red+Green+Blue) = 140+61+185=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 185 (72.66% from 255 or 47.93% from 386); Max value from RGB is 185 - color contains mainly: blue. Hex color #8C3DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3DB9 is #73C246. Grayscale: #626262. Windows color (decimal): -7586375 or 12139916. OLE color: 12139916.
HSL color Cylindrical-coordinate representation of color #8C3DB9: hue angle of 278.23º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C3DB9 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 61 | 185 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.27 |
| HSL | 278.23º | 0.5% | 0.48% | - |
| HSV(B) | 278.23º | 0.67% | 0.73% | - |
| XYZ | 21.24 | 12.42 | 47.18 | - |
| YUV | 98.76 | 176.67 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 61 | 185 | 0.24 | 0.67 | 0 | 0.27 | 278.23 | 0.5 | 0.48 |
| Hex | 8C | 3D | B9 | 18 | 43 | 0 | 1B | 116 | 32 | 30 |
| Octal | 214 | 75 | 271 | 30 | 103 | 0 | 33 | 426 | 62 | 60 |
| Binary | 10001100 | 111101 | 10111001 | 11000 | 1000011 | 0 | 11011 | 100010110 | 110010 | 110000 |
Color Harmonies of #8C3DB9
Complementary color
Monochromatic Colors of #8C3DB9
Black with #8C3DB9
Text Example
Text Example
White with #8C3DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3DB9; }
p { color: rgb(140,61,185); }
H1.HeaderClassName
{
color: #8C3DB9;
}
.AnyTagClassName
{
color: #8C3DB9;
}
</style>
background-color css
<style>
a { background-color: #8C3DB9; }
a { background-color: rgb(140,61,185); }
div.DivClassName
{
background-color: #8C3DB9;
}
.BgClassName
{
background-color: #8C3DB9;
}
</style>
border-color css
<style>
span { border-color: #8C3DB9; }
span { border-color: rgb(140,61,185); }
td.TdClassName
{
border-color: #8C3DB9;
}
.TagClassName
{
border-color: #8C3DB9;
}
</style>