Shades of Dark Orchid #8C41BF
Tints of Dark Orchid #8C41BF
RGB
CMYK
RGB Variations
Color information
#8C41BF (or 0x8C41BF) is known color: Dark Orchid. HEX triplet: 8C, 41 and BF. RGB value is (140,65,191). Sum of RGB (Red+Green+Blue) = 140+65+191=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C41BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C41BF is #73BE40. Grayscale: #656565. Windows color (decimal): -7585345 or 12534156. OLE color: 12534156.
HSL color Cylindrical-coordinate representation of color #8C41BF: hue angle of 275.71º 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 #8C41BF is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 65 | 191 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.25 |
| HSL | 275.71º | 0.5% | 0.5% | - |
| HSV(B) | 275.71º | 0.66% | 0.75% | - |
| XYZ | 22.11 | 13.12 | 50.66 | - |
| YUV | 101.79 | 178.35 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 191 | 0.27 | 0.66 | 0 | 0.25 | 275.71 | 0.5 | 0.5 |
| Hex | 8C | 41 | BF | 1B | 42 | 0 | 19 | 114 | 32 | 32 |
| Octal | 214 | 101 | 277 | 33 | 102 | 0 | 31 | 424 | 62 | 62 |
| Binary | 10001100 | 1000001 | 10111111 | 11011 | 1000010 | 0 | 11001 | 100010100 | 110010 | 110010 |
Color Harmonies of #8C41BF
Complementary color
Monochromatic Colors of #8C41BF
Black with #8C41BF
Text Example
Text Example
White with #8C41BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C41BF; }
p { color: rgb(140,65,191); }
H1.HeaderClassName
{
color: #8C41BF;
}
.AnyTagClassName
{
color: #8C41BF;
}
</style>
background-color css
<style>
a { background-color: #8C41BF; }
a { background-color: rgb(140,65,191); }
div.DivClassName
{
background-color: #8C41BF;
}
.BgClassName
{
background-color: #8C41BF;
}
</style>
border-color css
<style>
span { border-color: #8C41BF; }
span { border-color: rgb(140,65,191); }
td.TdClassName
{
border-color: #8C41BF;
}
.TagClassName
{
border-color: #8C41BF;
}
</style>