Shades of Dark Orchid #8D1FBE
Tints of Dark Orchid #8D1FBE
RGB
CMYK
RGB Variations
Color information
#8D1FBE (or 0x8D1FBE) is known color: Dark Orchid. HEX triplet: 8D, 1F and BE. RGB value is (141,31,190). Sum of RGB (Red+Green+Blue) = 141+31+190=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D1FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1FBE is #72E041. Grayscale: #515151. Windows color (decimal): -7528514 or 12459917. OLE color: 12459917.
HSL color Cylindrical-coordinate representation of color #8D1FBE: hue angle of 281.51º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1FBE is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 31 | 190 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.25 |
| HSL | 281.51º | 0.72% | 0.43% | - |
| HSV(B) | 281.51º | 0.84% | 0.75% | - |
| XYZ | 20.77 | 10.36 | 49.62 | - |
| YUV | 82.02 | 188.94 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 31 | 190 | 0.26 | 0.84 | 0 | 0.25 | 281.51 | 0.72 | 0.43 |
| Hex | 8D | 1F | BE | 1A | 54 | 0 | 19 | 11A | 48 | 2B |
| Octal | 215 | 37 | 276 | 32 | 124 | 0 | 31 | 432 | 110 | 53 |
| Binary | 10001101 | 11111 | 10111110 | 11010 | 1010100 | 0 | 11001 | 100011010 | 1001000 | 101011 |
Color Harmonies of #8D1FBE
Complementary color
Monochromatic Colors of #8D1FBE
Black with #8D1FBE
Text Example
Text Example
White with #8D1FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1FBE; }
p { color: rgb(141,31,190); }
H1.HeaderClassName
{
color: #8D1FBE;
}
.AnyTagClassName
{
color: #8D1FBE;
}
</style>
background-color css
<style>
a { background-color: #8D1FBE; }
a { background-color: rgb(141,31,190); }
div.DivClassName
{
background-color: #8D1FBE;
}
.BgClassName
{
background-color: #8D1FBE;
}
</style>
border-color css
<style>
span { border-color: #8D1FBE; }
span { border-color: rgb(141,31,190); }
td.TdClassName
{
border-color: #8D1FBE;
}
.TagClassName
{
border-color: #8D1FBE;
}
</style>