Shades of Dark Orchid #8D3DBE
Tints of Dark Orchid #8D3DBE
RGB
CMYK
RGB Variations
Color information
#8D3DBE (or 0x8D3DBE) is known color: Dark Orchid. HEX triplet: 8D, 3D and BE. RGB value is (141,61,190). Sum of RGB (Red+Green+Blue) = 141+61+190=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D3DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3DBE is #72C241. Grayscale: #636363. Windows color (decimal): -7520834 or 12467597. OLE color: 12467597.
HSL color Cylindrical-coordinate representation of color #8D3DBE: hue angle of 277.21º degrees, saturation: 0.51, 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 #8D3DBE is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 61 | 190 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.25 |
| HSL | 277.21º | 0.51% | 0.49% | - |
| HSV(B) | 277.21º | 0.68% | 0.75% | - |
| XYZ | 21.95 | 12.72 | 50.01 | - |
| YUV | 99.63 | 179 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 61 | 190 | 0.26 | 0.68 | 0 | 0.25 | 277.21 | 0.51 | 0.49 |
| Hex | 8D | 3D | BE | 1A | 44 | 0 | 19 | 115 | 33 | 31 |
| Octal | 215 | 75 | 276 | 32 | 104 | 0 | 31 | 425 | 63 | 61 |
| Binary | 10001101 | 111101 | 10111110 | 11010 | 1000100 | 0 | 11001 | 100010101 | 110011 | 110001 |
Color Harmonies of #8D3DBE
Complementary color
Monochromatic Colors of #8D3DBE
Black with #8D3DBE
Text Example
Text Example
White with #8D3DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3DBE; }
p { color: rgb(141,61,190); }
H1.HeaderClassName
{
color: #8D3DBE;
}
.AnyTagClassName
{
color: #8D3DBE;
}
</style>
background-color css
<style>
a { background-color: #8D3DBE; }
a { background-color: rgb(141,61,190); }
div.DivClassName
{
background-color: #8D3DBE;
}
.BgClassName
{
background-color: #8D3DBE;
}
</style>
border-color css
<style>
span { border-color: #8D3DBE; }
span { border-color: rgb(141,61,190); }
td.TdClassName
{
border-color: #8D3DBE;
}
.TagClassName
{
border-color: #8D3DBE;
}
</style>