Shades of Dark Orchid #8D3DBB
Tints of Dark Orchid #8D3DBB
RGB
CMYK
RGB Variations
Color information
#8D3DBB (or 0x8D3DBB) is known color: Dark Orchid. HEX triplet: 8D, 3D and BB. RGB value is (141,61,187). Sum of RGB (Red+Green+Blue) = 141+61+187=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D3DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3DBB is #72C244. Grayscale: #626262. Windows color (decimal): -7520837 or 12270989. OLE color: 12270989.
HSL color Cylindrical-coordinate representation of color #8D3DBB: hue angle of 278.1º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D3DBB is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 61 | 187 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.27 |
| HSL | 278.1º | 0.51% | 0.49% | - |
| HSV(B) | 278.1º | 0.67% | 0.73% | - |
| XYZ | 21.62 | 12.59 | 48.3 | - |
| YUV | 99.28 | 177.5 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 61 | 187 | 0.25 | 0.67 | 0 | 0.27 | 278.1 | 0.51 | 0.49 |
| Hex | 8D | 3D | BB | 19 | 43 | 0 | 1B | 116 | 33 | 31 |
| Octal | 215 | 75 | 273 | 31 | 103 | 0 | 33 | 426 | 63 | 61 |
| Binary | 10001101 | 111101 | 10111011 | 11001 | 1000011 | 0 | 11011 | 100010110 | 110011 | 110001 |
Color Harmonies of #8D3DBB
Complementary color
Monochromatic Colors of #8D3DBB
Black with #8D3DBB
Text Example
Text Example
White with #8D3DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3DBB; }
p { color: rgb(141,61,187); }
H1.HeaderClassName
{
color: #8D3DBB;
}
.AnyTagClassName
{
color: #8D3DBB;
}
</style>
background-color css
<style>
a { background-color: #8D3DBB; }
a { background-color: rgb(141,61,187); }
div.DivClassName
{
background-color: #8D3DBB;
}
.BgClassName
{
background-color: #8D3DBB;
}
</style>
border-color css
<style>
span { border-color: #8D3DBB; }
span { border-color: rgb(141,61,187); }
td.TdClassName
{
border-color: #8D3DBB;
}
.TagClassName
{
border-color: #8D3DBB;
}
</style>