Shades of Dark Orchid #8141BF
Tints of Dark Orchid #8141BF
RGB
CMYK
RGB Variations
Color information
#8141BF (or 0x8141BF) is known color: Dark Orchid. HEX triplet: 81, 41 and BF. RGB value is (129,65,191). Sum of RGB (Red+Green+Blue) = 129+65+191=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #8141BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8141BF is #7EBE40. Grayscale: #626262. Windows color (decimal): -8306241 or 12534145. OLE color: 12534145.
HSL color Cylindrical-coordinate representation of color #8141BF: hue angle of 270.48º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8141BF is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 65 | 191 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.25 |
| HSL | 270.48º | 0.5% | 0.5% | - |
| HSV(B) | 270.48º | 0.66% | 0.75% | - |
| XYZ | 20.35 | 12.21 | 50.57 | - |
| YUV | 98.5 | 180.2 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 191 | 0.32 | 0.66 | 0 | 0.25 | 270.48 | 0.5 | 0.5 |
| Hex | 81 | 41 | BF | 20 | 42 | 0 | 19 | 10E | 32 | 32 |
| Octal | 201 | 101 | 277 | 40 | 102 | 0 | 31 | 416 | 62 | 62 |
| Binary | 10000001 | 1000001 | 10111111 | 100000 | 1000010 | 0 | 11001 | 100001110 | 110010 | 110010 |
Color Harmonies of #8141BF
Complementary color
Monochromatic Colors of #8141BF
Black with #8141BF
Text Example
Text Example
White with #8141BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8141BF; }
p { color: rgb(129,65,191); }
H1.HeaderClassName
{
color: #8141BF;
}
.AnyTagClassName
{
color: #8141BF;
}
</style>
background-color css
<style>
a { background-color: #8141BF; }
a { background-color: rgb(129,65,191); }
div.DivClassName
{
background-color: #8141BF;
}
.BgClassName
{
background-color: #8141BF;
}
</style>
border-color css
<style>
span { border-color: #8141BF; }
span { border-color: rgb(129,65,191); }
td.TdClassName
{
border-color: #8141BF;
}
.TagClassName
{
border-color: #8141BF;
}
</style>