Shades of Dark Orchid #8D1FB8
Tints of Dark Orchid #8D1FB8
RGB
CMYK
RGB Variations
Color information
#8D1FB8 (or 0x8D1FB8) is known color: Dark Orchid. HEX triplet: 8D, 1F and B8. RGB value is (141,31,184). Sum of RGB (Red+Green+Blue) = 141+31+184=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 184 (72.27% from 255 or 51.69% from 356); Max value from RGB is 184 - color contains mainly: blue. Hex color #8D1FB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1FB8 is #72E047. Grayscale: #505050. Windows color (decimal): -7528520 or 12066701. OLE color: 12066701.
HSL color Cylindrical-coordinate representation of color #8D1FB8: hue angle of 283.14º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D1FB8 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 31 | 184 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.28 |
| HSL | 283.14º | 0.71% | 0.42% | - |
| HSV(B) | 283.14º | 0.83% | 0.72% | - |
| XYZ | 20.13 | 10.1 | 46.24 | - |
| YUV | 81.33 | 185.94 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 31 | 184 | 0.23 | 0.83 | 0 | 0.28 | 283.14 | 0.71 | 0.42 |
| Hex | 8D | 1F | B8 | 17 | 53 | 0 | 1C | 11B | 47 | 2A |
| Octal | 215 | 37 | 270 | 27 | 123 | 0 | 34 | 433 | 107 | 52 |
| Binary | 10001101 | 11111 | 10111000 | 10111 | 1010011 | 0 | 11100 | 100011011 | 1000111 | 101010 |
Color Harmonies of #8D1FB8
Complementary color
Monochromatic Colors of #8D1FB8
Black with #8D1FB8
Text Example
Text Example
White with #8D1FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1FB8; }
p { color: rgb(141,31,184); }
H1.HeaderClassName
{
color: #8D1FB8;
}
.AnyTagClassName
{
color: #8D1FB8;
}
</style>
background-color css
<style>
a { background-color: #8D1FB8; }
a { background-color: rgb(141,31,184); }
div.DivClassName
{
background-color: #8D1FB8;
}
.BgClassName
{
background-color: #8D1FB8;
}
</style>
border-color css
<style>
span { border-color: #8D1FB8; }
span { border-color: rgb(141,31,184); }
td.TdClassName
{
border-color: #8D1FB8;
}
.TagClassName
{
border-color: #8D1FB8;
}
</style>