Shades of Dark Orchid #8D3FBD
Tints of Dark Orchid #8D3FBD
RGB
CMYK
RGB Variations
Color information
#8D3FBD (or 0x8D3FBD) is known color: Dark Orchid. HEX triplet: 8D, 3F and BD. RGB value is (141,63,189). Sum of RGB (Red+Green+Blue) = 141+63+189=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #8D3FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3FBD is #72C042. Grayscale: #646464. Windows color (decimal): -7520323 or 12402573. OLE color: 12402573.
HSL color Cylindrical-coordinate representation of color #8D3FBD: hue angle of 277.14º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D3FBD is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 63 | 189 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.26 |
| HSL | 277.14º | 0.5% | 0.49% | - |
| HSV(B) | 277.14º | 0.67% | 0.74% | - |
| XYZ | 21.95 | 12.89 | 49.48 | - |
| YUV | 100.69 | 177.84 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 63 | 189 | 0.25 | 0.67 | 0 | 0.26 | 277.14 | 0.5 | 0.49 |
| Hex | 8D | 3F | BD | 19 | 43 | 0 | 1A | 115 | 32 | 31 |
| Octal | 215 | 77 | 275 | 31 | 103 | 0 | 32 | 425 | 62 | 61 |
| Binary | 10001101 | 111111 | 10111101 | 11001 | 1000011 | 0 | 11010 | 100010101 | 110010 | 110001 |
Color Harmonies of #8D3FBD
Complementary color
Monochromatic Colors of #8D3FBD
Black with #8D3FBD
Text Example
Text Example
White with #8D3FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3FBD; }
p { color: rgb(141,63,189); }
H1.HeaderClassName
{
color: #8D3FBD;
}
.AnyTagClassName
{
color: #8D3FBD;
}
</style>
background-color css
<style>
a { background-color: #8D3FBD; }
a { background-color: rgb(141,63,189); }
div.DivClassName
{
background-color: #8D3FBD;
}
.BgClassName
{
background-color: #8D3FBD;
}
</style>
border-color css
<style>
span { border-color: #8D3FBD; }
span { border-color: rgb(141,63,189); }
td.TdClassName
{
border-color: #8D3FBD;
}
.TagClassName
{
border-color: #8D3FBD;
}
</style>