Shades of Dark Orchid #8C1DBB
Tints of Dark Orchid #8C1DBB
RGB
CMYK
RGB Variations
Color information
#8C1DBB (or 0x8C1DBB) is known color: Dark Orchid. HEX triplet: 8C, 1D and BB. RGB value is (140,29,187). Sum of RGB (Red+Green+Blue) = 140+29+187=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C1DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C1DBB is #73E244. Grayscale: #4F4F4F. Windows color (decimal): -7594565 or 12262796. OLE color: 12262796.
HSL color Cylindrical-coordinate representation of color #8C1DBB: hue angle of 282.15º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C1DBB is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 29 | 187 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.27 |
| HSL | 282.15º | 0.73% | 0.42% | - |
| HSV(B) | 282.15º | 0.84% | 0.73% | - |
| XYZ | 20.22 | 10.04 | 47.89 | - |
| YUV | 80.2 | 188.27 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 29 | 187 | 0.25 | 0.84 | 0 | 0.27 | 282.15 | 0.73 | 0.42 |
| Hex | 8C | 1D | BB | 19 | 54 | 0 | 1B | 11A | 49 | 2A |
| Octal | 214 | 35 | 273 | 31 | 124 | 0 | 33 | 432 | 111 | 52 |
| Binary | 10001100 | 11101 | 10111011 | 11001 | 1010100 | 0 | 11011 | 100011010 | 1001001 | 101010 |
Color Harmonies of #8C1DBB
Complementary color
Monochromatic Colors of #8C1DBB
Black with #8C1DBB
Text Example
Text Example
White with #8C1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1DBB; }
p { color: rgb(140,29,187); }
H1.HeaderClassName
{
color: #8C1DBB;
}
.AnyTagClassName
{
color: #8C1DBB;
}
</style>
background-color css
<style>
a { background-color: #8C1DBB; }
a { background-color: rgb(140,29,187); }
div.DivClassName
{
background-color: #8C1DBB;
}
.BgClassName
{
background-color: #8C1DBB;
}
</style>
border-color css
<style>
span { border-color: #8C1DBB; }
span { border-color: rgb(140,29,187); }
td.TdClassName
{
border-color: #8C1DBB;
}
.TagClassName
{
border-color: #8C1DBB;
}
</style>