Shades of Dark Orchid #8D46CB
Tints of Dark Orchid #8D46CB
RGB
CMYK
RGB Variations
Color information
#8D46CB (or 0x8D46CB) is known color: Dark Orchid. HEX triplet: 8D, 46 and CB. RGB value is (141,70,203). Sum of RGB (Red+Green+Blue) = 141+70+203=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D46CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D46CB is #72B934. Grayscale: #696969. Windows color (decimal): -7518517 or 13321869. OLE color: 13321869.
HSL color Cylindrical-coordinate representation of color #8D46CB: hue angle of 272.03º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D46CB is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 70 | 203 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.20 |
| HSL | 272.03º | 0.56% | 0.54% | - |
| HSV(B) | 272.03º | 0.66% | 0.8% | - |
| XYZ | 23.95 | 14.35 | 58.01 | - |
| YUV | 106.39 | 182.52 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 203 | 0.31 | 0.66 | 0 | 0.20 | 272.03 | 0.56 | 0.54 |
| Hex | 8D | 46 | CB | 1F | 42 | 0 | 14 | 110 | 38 | 36 |
| Octal | 215 | 106 | 313 | 37 | 102 | 0 | 24 | 420 | 70 | 66 |
| Binary | 10001101 | 1000110 | 11001011 | 11111 | 1000010 | 0 | 10100 | 100010000 | 111000 | 110110 |
Color Harmonies of #8D46CB
Complementary color
Monochromatic Colors of #8D46CB
Black with #8D46CB
Text Example
Text Example
White with #8D46CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D46CB; }
p { color: rgb(141,70,203); }
H1.HeaderClassName
{
color: #8D46CB;
}
.AnyTagClassName
{
color: #8D46CB;
}
</style>
background-color css
<style>
a { background-color: #8D46CB; }
a { background-color: rgb(141,70,203); }
div.DivClassName
{
background-color: #8D46CB;
}
.BgClassName
{
background-color: #8D46CB;
}
</style>
border-color css
<style>
span { border-color: #8D46CB; }
span { border-color: rgb(141,70,203); }
td.TdClassName
{
border-color: #8D46CB;
}
.TagClassName
{
border-color: #8D46CB;
}
</style>