Shades of Dark Orchid #8D2FC1
Tints of Dark Orchid #8D2FC1
RGB
CMYK
RGB Variations
Color information
#8D2FC1 (or 0x8D2FC1) is known color: Dark Orchid. HEX triplet: 8D, 2F and C1. RGB value is (141,47,193). Sum of RGB (Red+Green+Blue) = 141+47+193=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #8D2FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2FC1 is #72D03E. Grayscale: #5B5B5B. Windows color (decimal): -7524415 or 12660621. OLE color: 12660621.
HSL color Cylindrical-coordinate representation of color #8D2FC1: hue angle of 278.63º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D2FC1 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 47 | 193 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.24 |
| HSL | 278.63º | 0.61% | 0.47% | - |
| HSV(B) | 278.63º | 0.76% | 0.76% | - |
| XYZ | 21.63 | 11.55 | 51.54 | - |
| YUV | 91.75 | 185.14 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 47 | 193 | 0.27 | 0.76 | 0 | 0.24 | 278.63 | 0.61 | 0.47 |
| Hex | 8D | 2F | C1 | 1B | 4C | 0 | 18 | 117 | 3D | 2F |
| Octal | 215 | 57 | 301 | 33 | 114 | 0 | 30 | 427 | 75 | 57 |
| Binary | 10001101 | 101111 | 11000001 | 11011 | 1001100 | 0 | 11000 | 100010111 | 111101 | 101111 |
Color Harmonies of #8D2FC1
Complementary color
Monochromatic Colors of #8D2FC1
Black with #8D2FC1
Text Example
Text Example
White with #8D2FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2FC1; }
p { color: rgb(141,47,193); }
H1.HeaderClassName
{
color: #8D2FC1;
}
.AnyTagClassName
{
color: #8D2FC1;
}
</style>
background-color css
<style>
a { background-color: #8D2FC1; }
a { background-color: rgb(141,47,193); }
div.DivClassName
{
background-color: #8D2FC1;
}
.BgClassName
{
background-color: #8D2FC1;
}
</style>
border-color css
<style>
span { border-color: #8D2FC1; }
span { border-color: rgb(141,47,193); }
td.TdClassName
{
border-color: #8D2FC1;
}
.TagClassName
{
border-color: #8D2FC1;
}
</style>