Shades of Dark Orchid #8D3DBF
Tints of Dark Orchid #8D3DBF
RGB
CMYK
RGB Variations
Color information
#8D3DBF (or 0x8D3DBF) is known color: Dark Orchid. HEX triplet: 8D, 3D and BF. RGB value is (141,61,191). Sum of RGB (Red+Green+Blue) = 141+61+191=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D3DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3DBF is #72C240. Grayscale: #636363. Windows color (decimal): -7520833 or 12533133. OLE color: 12533133.
HSL color Cylindrical-coordinate representation of color #8D3DBF: hue angle of 276.92º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D3DBF is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 61 | 191 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.25 |
| HSL | 276.92º | 0.52% | 0.49% | - |
| HSV(B) | 276.92º | 0.68% | 0.75% | - |
| XYZ | 22.06 | 12.76 | 50.59 | - |
| YUV | 99.74 | 179.5 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 61 | 191 | 0.26 | 0.68 | 0 | 0.25 | 276.92 | 0.52 | 0.49 |
| Hex | 8D | 3D | BF | 1A | 44 | 0 | 19 | 115 | 34 | 31 |
| Octal | 215 | 75 | 277 | 32 | 104 | 0 | 31 | 425 | 64 | 61 |
| Binary | 10001101 | 111101 | 10111111 | 11010 | 1000100 | 0 | 11001 | 100010101 | 110100 | 110001 |
Color Harmonies of #8D3DBF
Complementary color
Monochromatic Colors of #8D3DBF
Black with #8D3DBF
Text Example
Text Example
White with #8D3DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3DBF; }
p { color: rgb(141,61,191); }
H1.HeaderClassName
{
color: #8D3DBF;
}
.AnyTagClassName
{
color: #8D3DBF;
}
</style>
background-color css
<style>
a { background-color: #8D3DBF; }
a { background-color: rgb(141,61,191); }
div.DivClassName
{
background-color: #8D3DBF;
}
.BgClassName
{
background-color: #8D3DBF;
}
</style>
border-color css
<style>
span { border-color: #8D3DBF; }
span { border-color: rgb(141,61,191); }
td.TdClassName
{
border-color: #8D3DBF;
}
.TagClassName
{
border-color: #8D3DBF;
}
</style>