Shades of Dark Orchid #8D1FCB
Tints of Dark Orchid #8D1FCB
RGB
CMYK
RGB Variations
Color information
#8D1FCB (or 0x8D1FCB) is known color: Dark Orchid. HEX triplet: 8D, 1F and CB. RGB value is (141,31,203). Sum of RGB (Red+Green+Blue) = 141+31+203=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D1FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1FCB is #72E034. Grayscale: #525252. Windows color (decimal): -7528501 or 13311885. OLE color: 13311885.
HSL color Cylindrical-coordinate representation of color #8D1FCB: hue angle of 278.37º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D1FCB is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 31 | 203 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.20 |
| HSL | 278.37º | 0.74% | 0.46% | - |
| HSV(B) | 278.37º | 0.85% | 0.8% | - |
| XYZ | 22.25 | 10.95 | 57.44 | - |
| YUV | 83.5 | 195.44 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 31 | 203 | 0.31 | 0.85 | 0 | 0.20 | 278.37 | 0.74 | 0.46 |
| Hex | 8D | 1F | CB | 1F | 55 | 0 | 14 | 116 | 4A | 2E |
| Octal | 215 | 37 | 313 | 37 | 125 | 0 | 24 | 426 | 112 | 56 |
| Binary | 10001101 | 11111 | 11001011 | 11111 | 1010101 | 0 | 10100 | 100010110 | 1001010 | 101110 |
Color Harmonies of #8D1FCB
Complementary color
Monochromatic Colors of #8D1FCB
Black with #8D1FCB
Text Example
Text Example
White with #8D1FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1FCB; }
p { color: rgb(141,31,203); }
H1.HeaderClassName
{
color: #8D1FCB;
}
.AnyTagClassName
{
color: #8D1FCB;
}
</style>
background-color css
<style>
a { background-color: #8D1FCB; }
a { background-color: rgb(141,31,203); }
div.DivClassName
{
background-color: #8D1FCB;
}
.BgClassName
{
background-color: #8D1FCB;
}
</style>
border-color css
<style>
span { border-color: #8D1FCB; }
span { border-color: rgb(141,31,203); }
td.TdClassName
{
border-color: #8D1FCB;
}
.TagClassName
{
border-color: #8D1FCB;
}
</style>